Uses of Class
com.core.exception.business.SException
-
-
Uses of SException in com.core.exception.business
Subclasses of SException in com.core.exception.business Modifier and Type Class Description class
SAbstractException
class
SBizDuplicateException
class
SBizException
class
SBizFileNotFoundException
class
SBizNotAffectedException
class
SBizNotFoundException
class
SBizTooManyRowException
class
SDuplicateException
class
SInterfaceException
class
SNotAffectedException
class
SNotFoundException
class
SoloException
class
SSelectForUpdateTimeoutException
class
SSysException
class
STooManyRowException
Methods in com.core.exception.business that throw SException Modifier and Type Method Description void
SBizExceptionMessage. throwBizException()
-
Uses of SException in com.core.exception.util
Methods in com.core.exception.util that throw SException Modifier and Type Method Description static java.lang.String
SLogUtil. getVariableValue(java.lang.Class<?> c, java.lang.String fieldName)
void
SLAccountProcessJournalParameter. setAccProcJournalIndividual(Solo accProcJournalIndividual)
static void
SLContextHolder. setContext(java.lang.Object caller, java.lang.String contextKey, Solo context)
static void
SLContextHolder. setContext(java.lang.String contextKey, java.lang.Object context)
static void
SLContextHolder. setContextObject(java.lang.String contextKey, java.lang.Object context)
static java.lang.String
SLogUtil. toString(java.lang.String key, java.lang.String param)
-
Uses of SException in com.core.logger
Methods in com.core.logger that throw SException Modifier and Type Method Description static java.lang.String
STraceLog. format(java.lang.String tracePointName, java.lang.String traceTitle, boolean isPrintDataEnabled, java.lang.String traceData)
SLogger
SLogFactory. getWriter(java.lang.String spec)
static void
STraceLog. setTraceLogLevel(java.lang.String traceLogLevel)
static void
STraceLog. setTraceLogOption(java.lang.String traceLogOption)
static void
STraceLog. setUserControl(STraceUserControl userControl)
-
Uses of SException in com.core.logger.trace
Methods in com.core.logger.trace that throw SException Modifier and Type Method Description STraceUserControl
STracePointCheckIF. getUserLogControl()
static Solo
STraceLogServiceCaller. traceUserControl(Solo param)
-
Uses of SException in com.core.util.context
Methods in com.core.util.context that throw SException Modifier and Type Method Description static void
SContextUtil. setMaxFetchCount(long maxFetchCount)
-
Uses of SException in com.core.util.convert
Methods in com.core.util.convert that throw SException Modifier and Type Method Description static java.math.BigDecimal
SCurrencyUtil. BigDecimalRoundUP(java.math.BigDecimal amount)
static java.lang.String
SCurrencyUtil. convertNumberToLetter(long n)
static java.lang.String
SStringConverterUtil. getJointStringByKey(SList data, java.lang.String key, java.lang.String delimiter)
-- detail description --static java.lang.String
SJson2CSV. Json2CSV(Solo solo, java.lang.String output_file, java.lang.String sub_jsonData)
static JSONObject
SConverter. JSONObject(java.lang.String value)
static void
SJson2CSV. JsonToCSV(Solo solo, java.lang.String ToCsvFile)
static java.lang.String
SCurrencyUtil. numToEng(java.lang.String amount)
static java.lang.String
SCurrencyUtil. numToEng(java.math.BigDecimal amount)
static java.lang.String
SCurrencyUtil. PercentageFormat(java.lang.String percent)
static java.lang.String
SConverter. SoloToStringJSON(Solo value)
static java.lang.String
SConverter. SoloToStringJSONPretty(Solo value)
static java.lang.String
SConverter. StringJSONToStringJSONPretty(java.lang.String value)
static SList
SExcelToJson. toJson(java.lang.String path)
-
Uses of SException in com.core.util.date
Methods in com.core.util.date that throw SException Modifier and Type Method Description static java.lang.String
SDateUtil. changeDateFormat(java.lang.String date, java.text.SimpleDateFormat beforeFormat, java.text.SimpleDateFormat afterFormat)
static int
SDateUtil. compareTo(java.lang.String startDate, java.lang.String endDate)
static int
SDateUtil. compareTo(java.lang.String startDate, java.lang.String endDate, java.lang.String format)
static java.lang.String
SDateUtil. countDateTime(int day, int month, int year, int hour, int min, int sec)
static int
SDateUtil. getCountDayOfMonth(java.lang.String yyyyMMdd)
static int
SDateUtil. getCountDayOfYear(java.lang.String yyyyMMdd)
static java.lang.String
SDateUtil. getCurrentDate(java.lang.String format)
static java.lang.String
SSystemDateTime. getCurrentDateKH()
static java.lang.String
SSystemDateTime. getCurrentDatePattern(java.lang.String pattern)
static java.lang.String
SSystemDateTime. getCurrentDateTimeKH()
static java.lang.String
SSystemDateTime. getCurrentDateTimeUSA()
static java.lang.String
SSystemDateTime. getCurrentDateUSA()
static java.lang.String
SSystemDateTime. getCurrentTime()
static java.lang.Long
SSystemDateTime. getCurrentTimeMillis()
static java.util.Date
SDateUtil. getDate(java.lang.String yyyyMMdd)
static java.lang.String
SSystemDateTime. getDateTimeKH_Local_Code()
static java.lang.String
SSystemDateTime. getDateTimeKH_Local_Zone()
static java.lang.String
SSystemDateTime. getDateTimeUSA_Local_Zone()
static java.lang.String
SSystemDateTime. getDateTimeUSA_Local_Zone_Code()
static int
SDateUtil. getDay(java.lang.String date)
static java.lang.String
SDateUtil. getFirstDay(java.lang.String date)
static int
SDateUtil. getFirstDayOfMonth(int year, int month)
static long
SDateUtil. getFirstDayOfMonth(long year, long month)
static java.lang.String
SDateUtil. getFirstDayOfMonth(java.lang.String day)
static int
SDateUtil. getHour(java.lang.String time)
static int
SDateUtil. getLastDayOfMonth(int year, int month)
static long
SDateUtil. getLastDayOfMonth(long year, long month)
static java.lang.String
SDateUtil. getLastDayOfMonth(java.lang.String day)
static java.lang.String
SDateUtil. getLastDayOfYear()
static int
SDateUtil. getMiddleDayMonth(java.lang.String date)
static int
SDateUtil. getMinute(java.lang.String time)
static int
SDateUtil. getMonth(java.lang.String date)
static java.lang.String
SDateUtil. getPreviousDay(java.lang.String date)
static int
SDateUtil. getSecond(java.lang.String time)
static int
SDateUtil. getYear(java.lang.String date)
static boolean
SDateUtil. isBetweenWithinToday(java.lang.String fromDate, java.lang.String toDate)
static boolean
SDateUtil. isBetweenWithinToday(java.lang.String fromDate, java.lang.String toDate, java.lang.String format)
static boolean
SDateUtil. isFirstHalfMonth(java.lang.String date)
static boolean
SDateUtil. isFirstOfMonthFirstDay(java.lang.String accountingDate)
static boolean
SDateUtil. isNotNewHalfYearFirstDay(java.lang.String accountingDate)
static boolean
SDateUtil. isNotNewMonthFirstDay(java.lang.String accountingDate)
static boolean
SDateUtil. isNotNewQuaterFirstDay(java.lang.String accountingDate)
static boolean
SDateUtil. isNotNewYearFirstDay(java.lang.String accountingDate)
static boolean
SDateUtil. isSecondHalfOfMonthFirstDay(java.lang.String accountingDate)
static boolean
SDateUtil. isToday(java.lang.String yyyyMMdd)
static java.util.Calendar
SDateUtil. toCalendar(java.lang.String pDate)
static java.util.Calendar
SDateUtil. toCalendar(java.lang.String pDate, java.lang.String pTime)
static java.util.Date
SDateUtil. toDate(java.lang.String date, java.lang.String format)
-
Uses of SException in com.core.util.file
Methods in com.core.util.file that throw SException Modifier and Type Method Description static boolean
SFileIOUtil. checkFileExists(java.lang.String SERVER_PATH)
static java.lang.String
SFileIOUtil. checkFileNotExists(java.lang.String path)
static java.lang.String
SFileIOUtil. checkOS()
static java.lang.String
SFileIOUtil. deleteFile(java.lang.String fileName)
static Solo
SDirectory. getInfoFile(java.lang.String path)
static Solo
SDirectory. getInfoFiles(java.lang.String path)
static java.lang.String
SDirectory. moveFileOne(java.lang.String from_path, java.lang.String to_path, java.lang.String filename)
static java.lang.String
SDirectory. SetReadOnly(java.lang.String path_file)
static java.lang.String
SDirectory. SetTimestampModified(java.lang.String path_file)
-
Uses of SException in com.core.util.file.zip
Methods in com.core.util.file.zip that throw SException Modifier and Type Method Description static void
UnzipUtility. unzipfile(java.lang.String source, java.lang.String dest)
-
Uses of SException in com.core.util.google
Methods in com.core.util.google that throw SException Modifier and Type Method Description static void
SGenerateQRCode. createQRCode(java.lang.String barCodeData, java.lang.String output_filePath, java.lang.String output_file, int height, int width)
static void
SGenerateQRCode. GoogleAuthenticatorQRCode(java.lang.String secretKey, java.lang.String email, java.lang.String companyName, java.lang.String QRCode_path, java.lang.String output_file, int height, int width)
-
Uses of SException in com.core.util.Jasper
Methods in com.core.util.Jasper that throw SException Modifier and Type Method Description static java.lang.String
JasperReportUtilFile. ExportReport(java.lang.String reportFormat, SList listRepo, Solo param, java.lang.String fileNameJasperReport, java.lang.String pathFileOutputLocation, java.lang.String fileNameOutput)
static java.lang.String
JasperReportUtilFile. ExportReportFourDataSource(java.lang.String CollectionNameOne, java.lang.String CollectionNameTwo, java.lang.String CollectionNameThree, java.lang.String CollectionNameFour, java.lang.String reportFormat, SList listRepo1, SList listRepo2, SList listRepo3, SList listRepo4, Solo param, java.lang.String fileNameJasperReport, java.lang.String pathFileOutputLocation, java.lang.String fileNameOutput)
static java.lang.String
JasperReportUtilFile. ExportReportOneDataSource(java.lang.String CollectionName, java.lang.String reportFormat, SList listRepo1, Solo param, java.lang.String fileNameJasperReport, java.lang.String pathFileOutputLocation, java.lang.String fileNameOutput)
static java.lang.String
JasperReportUtilFile. ExportReportThreeDataSource(java.lang.String CollectionNameOne, java.lang.String CollectionNameTwo, java.lang.String CollectionNameThree, java.lang.String reportFormat, SList listRepo1, SList listRepo2, SList listRepo3, Solo param, java.lang.String fileNameJasperReport, java.lang.String pathFileOutputLocation, java.lang.String fileNameOutput)
static java.lang.String
JasperReportUtilFile. ExportReportTwoDataSource(java.lang.String CollectionNameOne, java.lang.String CollectionNameTwo, java.lang.String reportFormat, SList listRepo1, SList listRepo2, Solo param, java.lang.String fileNameJasperReport, java.lang.String pathFileOutputLocation, java.lang.String fileNameOutput)
-
Uses of SException in com.core.util.library
Methods in com.core.util.library that throw SException Modifier and Type Method Description static java.lang.Object[]
SArrayUtil. apad(java.lang.Object[] src, int length)
static java.lang.Object[]
SArrayUtil. apad(java.lang.Object[] src, int length, java.lang.Object pad)
static java.lang.String[]
SArrayUtil. apad(java.lang.String[] src, int length)
static java.lang.String[]
SArrayUtil. apad(java.lang.String[] src, int length, java.lang.String pad)
static boolean
SStringUtil. compareStringArray(java.lang.String[] arr, java.lang.String value)
static boolean
SStringUtil. compareStringArray(java.lang.String value, java.lang.String... arr)
static <E> java.util.ArrayList<java.util.List<E>>
SListUtil. divideList(java.util.List<E> items, int sizeAtOnce)
static java.lang.Class
SClassUtil. getClass(java.lang.String name)
static java.lang.Class
SClassUtil. getClass(java.lang.String name, java.lang.Class cls)
static long
STypeConversion. parseTo_long(java.lang.String inputValue)
static java.lang.Long
STypeConversion. parseToLong(java.lang.String inputValue)
-
Uses of SException in com.core.util.secure
Methods in com.core.util.secure that throw SException Modifier and Type Method Description static java.lang.String
SAesUtil. decrypt(java.lang.String value, java.lang.String encodedBase64Key, java.lang.String encodedBase64Iv)
static java.lang.String
SDesUtil. decrypt(java.lang.String value, java.lang.String encodedBase64Key)
static java.lang.String
SRsaUtil. decrypt(java.lang.String encodedText, java.lang.String encodedBase64PrivateKey)
static java.lang.String
SRsaUtil. decrypt(java.lang.String encodedText, java.security.PrivateKey key)
static java.lang.String
SAesUtil. encrypt(java.lang.String value, java.lang.String encodedBase64Key, java.lang.String encodedBase64Iv)
static java.lang.String
SDesUtil. encrypt(java.lang.String value, java.lang.String encodedBase64Key)
static java.lang.String
SRsaUtil. encrypt(java.lang.String plainText, java.lang.String base64encodedPublicKey)
static java.lang.String
SRsaUtil. encrypt(java.lang.String plainText, java.lang.String publicKeyModulus, java.lang.String publicKeyExponent)
static java.lang.String
SRsaUtil. encrypt(java.lang.String plainText, java.security.PublicKey key)
static java.lang.String
SSha512Util. encrypt(java.lang.String plainText)
static java.lang.String
SSha512Util. encrypt(java.lang.String plainText, java.lang.String secretKey)
static java.security.PublicKey
SRsaUtil. generatePublicKey(java.lang.String publicKeyModulus, java.lang.String publicKeyExponent)
static java.util.Map<java.lang.String,java.lang.Object>
SRsaUtil. generationKey()
static java.util.Map<java.lang.String,java.lang.Object>
SRsaUtil. generationKey(int keySize)
static java.util.Map<java.lang.String,java.lang.Object>
SRsaUtil. generationKey(int keySize, java.lang.String optionType)
static java.util.Map<java.lang.String,java.lang.Object>
SRsaUtil. generationKey(java.lang.String optionType)
static java.lang.String
SRsaUtil. getPublicExponent(java.security.spec.RSAPublicKeySpec publicSpec)
static java.lang.String
SRsaUtil. getPublicKeyModulus(java.security.spec.RSAPublicKeySpec publicSpec)
static java.lang.String
SAesUtil. makeKeyWithKeyData(java.lang.String secretKey)
static java.lang.String
SAesUtil. makeRandomKey()
static java.lang.String
SAesUtil. makeRandomKey(int keySize)
static java.security.PrivateKey
SRsaUtil. toPrivateKey(java.lang.String encodedBase64PrivateKey)
static java.security.PublicKey
SRsaUtil. toPublicKey(java.lang.String encodedBase64PublicKey)
-
Uses of SException in com.core.util.validation
Methods in com.core.util.validation that throw SException Modifier and Type Method Description static java.lang.String
SNumberUtil. addCommaString(java.math.BigDecimal number)
static java.lang.String
SPhoneNumberUtil. getValidPhoneNumber(java.lang.String phoneNumber)
static java.lang.String
SPhoneNumberUtil. getValidPhoneNumber(java.lang.String prefix, java.lang.String phoneNumber)
-