public static string getMaxPrintLines() { return(ServerParameterService.getServerParameterValue(ParameterConstants.SERVER_MAX_PRINT_LINES_PARAM_NAME)); }
public static string getProhibitedFactor() { return(ServerParameterService.getServerParameterValue(ParameterConstants.SERVER_PROHIBITED_MARGIN_PARAM_NAME)); }
public static string getServerEndPoint() { return(ServerParameterService.getServerParameterValue(ParameterConstants.SERVICE_ENDPOINT_PARAM_NAME)); }
public static string getServerPath() { return(ServerParameterService.getServerParameterValue(ParameterConstants.SERVICE_PATH_PARAM_NAME)); }
public static string getServerDenomination() { return(ServerParameterService.getServerParameterValue(ParameterConstants.SERVICE_DENOMINATION_PARAM_NAME)); }