Index

A B C D E F G H I J L M O P R S T V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AppException - Exception Class in jp.ecuacion.lib.core.exception.checked
Is an abstact exception class describing an occurence of a validation error in ecuacion apps.
AppException() - Constructor for exception class jp.ecuacion.lib.core.exception.checked.AppException
Constructs a new instance.
AppExceptionFields - Class in jp.ecuacion.lib.core.exception.checked
Holds fields related to exceptions.
AppExceptionFields(String...) - Constructor for class jp.ecuacion.lib.core.exception.checked.AppExceptionFields
Constructs a new instance with fields.
AppWarningException - Exception Class in jp.ecuacion.lib.core.exception.checked
Provides an exception that indicates a warning.
AppWarningException(String, String...) - Constructor for exception class jp.ecuacion.lib.core.exception.checked.AppWarningException
Constructs a new instance with messageId and messageArgs.
AppWarningException(Locale, String, String...) - Constructor for exception class jp.ecuacion.lib.core.exception.checked.AppWarningException
Constructs a new instance with locale, messageId and message Arguments.
AppWarningException(Locale, String, AppExceptionFields, String, String...) - Constructor for exception class jp.ecuacion.lib.core.exception.checked.AppWarningException
Constructs a new instance with warn fields, messageId and message Arguments.
AppWarningException(Locale, AppExceptionFields, String, String...) - Constructor for exception class jp.ecuacion.lib.core.exception.checked.AppWarningException
Constructs a new instance with locale, warn fields, messageId and message Arguments.
AppWarningException(AppExceptionFields, String, String...) - Constructor for exception class jp.ecuacion.lib.core.exception.checked.AppWarningException
Constructs a new instance with warn fields, messageId and message Arguments.

B

BeanValidationAppException - Exception Class in jp.ecuacion.lib.core.exception.checked
Holds a bean validations violation.
BeanValidationAppException(ConstraintViolation<T>) - Constructor for exception class jp.ecuacion.lib.core.exception.checked.BeanValidationAppException
Constructs a new instance with bean validation violation.
BeanValidationUtil - Class in jp.ecuacion.lib.core.util
Provides validation-related utilities.
BeanValidationUtil() - Constructor for class jp.ecuacion.lib.core.util.BeanValidationUtil
 
BizLogicAppException - Exception Class in jp.ecuacion.lib.core.exception.checked
Is used for buziness logic exceptions.
BizLogicAppException(String, String...) - Constructor for exception class jp.ecuacion.lib.core.exception.checked.BizLogicAppException
Constructs a new instance with messageId and messageArgs.
BizLogicAppException(Locale, String, String...) - Constructor for exception class jp.ecuacion.lib.core.exception.checked.BizLogicAppException
Constructs a new instance with locale, messageId and messageArgs.
BizLogicAppException(Locale, AppExceptionFields, String, String...) - Constructor for exception class jp.ecuacion.lib.core.exception.checked.BizLogicAppException
Constructs a new instance with locale, fields, messageId and messageArgs.
BizLogicAppException(AppExceptionFields, String, String...) - Constructor for exception class jp.ecuacion.lib.core.exception.checked.BizLogicAppException
Constructs a new instance with fields, messageId and messageArgs.
BooleanString - Annotation Interface in jp.ecuacion.lib.core.beanvalidation.validator
Checks if a string is convertable to Boolean.
BooleanStringValidator - Class in jp.ecuacion.lib.core.beanvalidation.validator
Provides the validation logic for BooleanString.
BooleanStringValidator() - Constructor for class jp.ecuacion.lib.core.beanvalidation.validator.BooleanStringValidator
Constructs a new instance.

C

cleanPathStrWithSlash(String) - Method in class jp.ecuacion.lib.core.util.FileUtil
Cleans a path string.
concatFilePaths(String...) - Method in class jp.ecuacion.lib.core.util.FileUtil
Concatenates file paths.
ConstantsInLibCore - Class in jp.ecuacion.lib.core.constant
Provides Constants.
containsWildCard(String) - Method in class jp.ecuacion.lib.core.util.FileUtil
Returns true if the argument path contains wildcard strings.

D

DateTimeApiUtil - Class in jp.ecuacion.lib.core.util
Provides Utility methods related to dateTime Api.
DateTimeApiUtil() - Constructor for class jp.ecuacion.lib.core.util.DateTimeApiUtil
 
debug(String) - Method in class jp.ecuacion.lib.core.logging.DetailLogger
Logs message with "debug" loglevel.
debug(String) - Method in class jp.ecuacion.lib.core.logging.SqlLogger
Logs message with "debug" loglevel.
DetailLogger - Class in jp.ecuacion.lib.core.logging
Logs anything you want to log.
DetailLogger(Class<?>) - Constructor for class jp.ecuacion.lib.core.logging.DetailLogger
Constructs a new instance with a caller class.
DetailLogger(Object) - Constructor for class jp.ecuacion.lib.core.logging.DetailLogger
Constructs a new instance with a caller instance.

E

enumClass() - Element in annotation interface jp.ecuacion.lib.core.beanvalidation.validator.EnumElement
an enumClass string. ex:XxxEnum
EnumClassInfo(String, List<EnumUtil.EnumValueInfo<T>>) - Constructor for class jp.ecuacion.lib.core.util.EnumUtil.EnumClassInfo
Constructs a new instance.
EnumElement - Annotation Interface in jp.ecuacion.lib.core.beanvalidation.validator
Checks if an enum value exists.
EnumElementValidator - Class in jp.ecuacion.lib.core.beanvalidation.validator
Provides the validation logic for EnumElement.
EnumElementValidator() - Constructor for class jp.ecuacion.lib.core.beanvalidation.validator.EnumElementValidator
Constructs a new instance.
enumPackage() - Element in annotation interface jp.ecuacion.lib.core.beanvalidation.validator.EnumElement
an enumPackage string. ex:jp.ecuacion.app.sample.enums
EnumUtil - Class in jp.ecuacion.lib.core.util
Provivdes utility methods for ecuacion library enums.
EnumUtil() - Constructor for class jp.ecuacion.lib.core.util.EnumUtil
 
EnumUtil.EnumClassInfo<T> - Class in jp.ecuacion.lib.core.util
Contains Enum Class info.
EnumUtil.EnumValueInfo<T> - Class in jp.ecuacion.lib.core.util
Contains Enum value info.
EnumValueInfo(String, String, String, T, String) - Constructor for class jp.ecuacion.lib.core.util.EnumUtil.EnumValueInfo
Constructs a new instance.
error(String) - Method in class jp.ecuacion.lib.core.logging.DetailLogger
Logs message with "error" loglevel.
error(String) - Method in class jp.ecuacion.lib.core.logging.ErrorLogger
Logs message with "error" loglevel.
error(String) - Method in class jp.ecuacion.lib.core.logging.SummaryLogger
Logs message with "error" loglevel.
error(Throwable) - Method in class jp.ecuacion.lib.core.logging.DetailLogger
Logs exception message with "error" loglevel.
ErrorLogger - Class in jp.ecuacion.lib.core.logging
Logs messages which are surveilled by survaillance service and alert error occurence to administrators.
ErrorLogger() - Constructor for class jp.ecuacion.lib.core.logging.ErrorLogger
Constructs a new instance with a fixed logger name.
escapeHtml(String) - Method in class jp.ecuacion.lib.core.util.StringUtil
Returns html-escaped strings.
ExceptionUtil - Class in jp.ecuacion.lib.core.util
Provides available utilities for Exceptions including AppExceptions.
ExceptionUtil() - Constructor for class jp.ecuacion.lib.core.util.ExceptionUtil
 

F

FileUtil - Class in jp.ecuacion.lib.core.util
Provides File-related utility methods.
FileUtil() - Constructor for class jp.ecuacion.lib.core.util.FileUtil
 

G

getAnnotation() - Method in exception class jp.ecuacion.lib.core.exception.checked.BeanValidationAppException
Gets annotation.
getAnnotationAttributes() - Method in exception class jp.ecuacion.lib.core.exception.checked.BeanValidationAppException
Gets annotationAttributes.
getApp(String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
Returns the value in application_xxx.properties.
getAppExceptionMessageList(AppException, Locale) - Method in class jp.ecuacion.lib.core.util.ExceptionUtil
Returns listed SingleAppExceptions (= AppExceptions with messages).
getButtonId() - Method in exception class jp.ecuacion.lib.core.exception.checked.AppWarningException
Returns buttonId.
getCode() - Method in class jp.ecuacion.lib.core.util.EnumUtil.EnumValueInfo
 
getCsv(String...) - Method in class jp.ecuacion.lib.core.util.StringUtil
Returns csv from string array.
getCsv(Collection<String>) - Method in class jp.ecuacion.lib.core.util.StringUtil
Returns csv from list of string.
getCsvWithSpace(String[]) - Method in class jp.ecuacion.lib.core.util.StringUtil
Returns csv with spaces after commas from list of string.
getCsvWithSpace(Collection<String>) - Method in class jp.ecuacion.lib.core.util.StringUtil
Returns csv with spaces after commas from list of string.
getEnumClassName() - Method in class jp.ecuacion.lib.core.util.EnumUtil.EnumClassInfo
 
getEnumClassName() - Method in class jp.ecuacion.lib.core.util.EnumUtil.EnumValueInfo
 
getEnumFromCode(Class<T>, String) - Static method in class jp.ecuacion.lib.core.util.EnumUtil
Obtains the enum value from the code.
getEnumFromCodeOrNullIfCodeIsNull(Class<T>, String) - Static method in class jp.ecuacion.lib.core.util.EnumUtil
Obtains the enum value from the code.
getEnumInfo(Class<T>) - Static method in class jp.ecuacion.lib.core.util.EnumUtil
Returns enum class info.
getEnumInfo(Class<T>, Locale) - Static method in class jp.ecuacion.lib.core.util.EnumUtil
Returns enum class info.
getEnumName(String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
Returns the enum name of default locale in enum_names_xxx.properties.
getEnumName(Locale, String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
Returns the localized enum name in enum_names_xxx.properties.
getErrLogString(Throwable, String, Locale) - Method in class jp.ecuacion.lib.core.util.ExceptionUtil
Returns strings or error log.
getErrorFields() - Method in exception class jp.ecuacion.lib.core.exception.checked.BizLogicAppException
Gets fields.
getExceptionListWithMessages(Throwable) - Method in class jp.ecuacion.lib.core.util.ExceptionUtil
Returns listed exceptions with messages.
getExceptionMessage(Throwable, boolean) - Method in class jp.ecuacion.lib.core.util.ExceptionUtil
Returns exception message for 1 exception.
getExceptionMessage(Throwable, Locale, boolean) - Method in class jp.ecuacion.lib.core.util.ExceptionUtil
Returns exception message for 1 exception.
getFieldName(String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
Returns the field name of default locale in field_names_xxx.properties.
getFieldName(Locale, String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
Returns the localized field name in field_names_xxx.properties.
getFields() - Method in class jp.ecuacion.lib.core.exception.checked.AppExceptionFields
Gets fields.
getFileNameFromFilePath(String) - Method in class jp.ecuacion.lib.core.util.FileUtil
Obtains filename from a path.
getFileSavableName(String) - Method in class jp.ecuacion.lib.core.util.FileUtil
Changes argument filename into file-savable name.
getFileSizeInMb(Long) - Method in class jp.ecuacion.lib.core.util.FileUtil
Returns file size in Megabyte.
getFileSizeInMbWithUnit(Long) - Method in class jp.ecuacion.lib.core.util.FileUtil
Returns file size in Megabyte.
getInstance() - Method in exception class jp.ecuacion.lib.core.exception.checked.BeanValidationAppException
Gets instance.
getInstance() - Method in class jp.ecuacion.lib.core.util.EnumUtil.EnumValueInfo
 
getInvalidValue() - Method in exception class jp.ecuacion.lib.core.exception.checked.BeanValidationAppException
Gets invalidValue.
getLabel() - Method in class jp.ecuacion.lib.core.util.EnumUtil.EnumValueInfo
 
getLeafClassName() - Method in exception class jp.ecuacion.lib.core.exception.checked.BeanValidationAppException
Gets leafClassName.
getList() - Method in exception class jp.ecuacion.lib.core.exception.checked.MultipleAppException
Returns a list of SingleAppException.
getListForHtmlSelect(Class<T>, Locale, String) - Method in class jp.ecuacion.lib.core.util.EnumUtil
Returns paires of a code and a display name.
getLocalDateTime(String) - Method in class jp.ecuacion.lib.core.util.DateTimeApiUtil
Returns a LocalDateTime instance from date-time string.
getLocalDateTimeDisplayString(LocalDateTime) - Method in class jp.ecuacion.lib.core.util.DateTimeApiUtil
Returns user-friendly LocalDateTime format string : yyyy-MM-dd HH:mm:ss.
getLocalDateTimeDisplayString(OffsetDateTime, ZoneId) - Method in class jp.ecuacion.lib.core.util.DateTimeApiUtil
Returns user-friendly LocalDateTime format string : yyyy-MM-dd HH:mm:ss.
getLocalDateTimeDisplayStringOrNullIfDateTimeIsNull(OffsetDateTime, ZoneId) - Method in class jp.ecuacion.lib.core.util.DateTimeApiUtil
Returns user-friendly LocalDateTime format string : yyyy-MM-dd HH:mm:ss.
getLocale() - Method in exception class jp.ecuacion.lib.core.exception.checked.AppWarningException
Returns locale.
getLocale() - Method in exception class jp.ecuacion.lib.core.exception.checked.BizLogicAppException
Gets locale.
getLocale() - Method in exception class jp.ecuacion.lib.core.exception.unchecked.RuntimeExceptionWithMessageId
Gets locale.
getLowerCamelFromSnakeOrNullIfInputIsNull(String) - Method in class jp.ecuacion.lib.core.util.StringUtil
Returns a lowerCamelCase string from a snake case string.
getLowerSnakeFromCamel(String) - Method in class jp.ecuacion.lib.core.util.StringUtil
Returns a lowerSnakeCase string from a camel case string.
getMessage() - Method in exception class jp.ecuacion.lib.core.exception.checked.BeanValidationAppException
Gets message.
getMessage() - Method in exception class jp.ecuacion.lib.core.exception.unchecked.RuntimeSystemException
Returns message with a prefix added by the library.
getMessageArgs() - Method in exception class jp.ecuacion.lib.core.exception.checked.AppWarningException
Returns messageArgs.
getMessageArgs() - Method in exception class jp.ecuacion.lib.core.exception.checked.BizLogicAppException
Gets messageArgs.
getMessageArgs() - Method in exception class jp.ecuacion.lib.core.exception.unchecked.RuntimeExceptionWithMessageId
Gets messageArgs.
getMessageId() - Method in exception class jp.ecuacion.lib.core.exception.checked.AppWarningException
Returns messageId.
getMessageId() - Method in exception class jp.ecuacion.lib.core.exception.checked.BeanValidationAppException
Gets annotation.
getMessageId() - Method in exception class jp.ecuacion.lib.core.exception.checked.BizLogicAppException
Gets messageId.
getMessageId() - Method in exception class jp.ecuacion.lib.core.exception.unchecked.RuntimeExceptionWithMessageId
Gets messageId.
getMessageTemplate() - Method in exception class jp.ecuacion.lib.core.exception.checked.BeanValidationAppException
Gets messageTemplate.
getMsg(String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
Returns the value in application_xxx.properties.
getMsg(String, String...) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
Returns the value in application_xxx.properties.
getMsg(Locale, String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
Returns the value in application_xxx.properties.
getMsg(Locale, String, String...) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
Returns the value in messages_xxx.properties.
getName() - Method in class jp.ecuacion.lib.core.util.EnumUtil.EnumValueInfo
 
getOffsetDateTime(String) - Method in class jp.ecuacion.lib.core.util.DateTimeApiUtil
Returns a OffsetDateTime instance from date-time string.
getOffsetDateTimeDisplayString(OffsetDateTime, ZoneId) - Method in class jp.ecuacion.lib.core.util.DateTimeApiUtil
Returns user-friendly OffsetDateTime format string : yyyy-MM-dd HH:mm:ss +HH:mm.
getParentDirPath(String) - Method in class jp.ecuacion.lib.core.util.FileUtil
Changes the path separator to "/".
getPathListFromPathWithWildcard(String) - Method in class jp.ecuacion.lib.core.util.FileUtil
Returns a list of paths which match the path passed by the argument path with wildcards.
getPropertyPath() - Method in exception class jp.ecuacion.lib.core.exception.checked.BeanValidationAppException
Gets propertyPath.
getRootClassName() - Method in exception class jp.ecuacion.lib.core.exception.checked.BeanValidationAppException
Gets rootClassName.
getSingleAppExceptionList(AppException) - Method in class jp.ecuacion.lib.core.util.ExceptionUtil
Returns listed SingleAppExceptions (= AppExceptions with messages).
getUpperCamelFromSnakeOrNullIfInputIsNull(String) - Method in class jp.ecuacion.lib.core.util.StringUtil
Returns a upperCamelCase string from a snake case string.
getValueList() - Method in class jp.ecuacion.lib.core.util.EnumUtil.EnumClassInfo
 
getWarnFields() - Method in exception class jp.ecuacion.lib.core.exception.checked.AppWarningException
Returns fields.
groups() - Element in annotation interface jp.ecuacion.lib.core.beanvalidation.validator.BooleanString
Returns groups.
groups() - Element in annotation interface jp.ecuacion.lib.core.beanvalidation.validator.EnumElement
Returns groups.
groups() - Element in annotation interface jp.ecuacion.lib.core.beanvalidation.validator.IntegerString
Returns groups.
groups() - Element in annotation interface jp.ecuacion.lib.core.beanvalidation.validator.LongString
Returns groups.

H

hasApp(String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
Returns the existence of the key in application_xxx.properties.
hasEnumFromCode(Class<T>, String) - Static method in class jp.ecuacion.lib.core.util.EnumUtil
Returns true if the argument code exists in the enum class.
hasEnumName(String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
Returns the existence of the key in enam_names_xxx.properties.
hasFieldName(String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
Returns the existence of the key in field_names_xxx.properties.
hasMsg(String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
Returns the existence of the key in field_names_xxx.properties.

I

info(String) - Method in class jp.ecuacion.lib.core.logging.DetailLogger
Logs message with "info" loglevel.
info(String) - Method in class jp.ecuacion.lib.core.logging.ErrorLogger
Logs message with "info" loglevel.
info(String) - Method in class jp.ecuacion.lib.core.logging.SummaryLogger
Logs message with "info" loglevel.
initialize(BooleanString) - Method in class jp.ecuacion.lib.core.beanvalidation.validator.BooleanStringValidator
Initializes an instance.
initialize(EnumElement) - Method in class jp.ecuacion.lib.core.beanvalidation.validator.EnumElementValidator
Initializes an instance.
initialize(IntegerString) - Method in class jp.ecuacion.lib.core.beanvalidation.validator.IntegerStringValidator
Initializes an instance.
initialize(LongString) - Method in class jp.ecuacion.lib.core.beanvalidation.validator.LongStringValidator
Initializes an instance.
IntegerString - Annotation Interface in jp.ecuacion.lib.core.beanvalidation.validator
Checks if a string is convertable to Integer.
IntegerStringValidator - Class in jp.ecuacion.lib.core.beanvalidation.validator
Provides the validation logic for IntegerString.
IntegerStringValidator() - Constructor for class jp.ecuacion.lib.core.beanvalidation.validator.IntegerStringValidator
Constructs a new instance.
isLocked(String) - Method in class jp.ecuacion.lib.core.util.FileUtil
Checks if file is locked.
isRelativePath(String) - Method in class jp.ecuacion.lib.core.util.FileUtil
Returns true if the path is relative.
isValid(String, ConstraintValidatorContext) - Method in class jp.ecuacion.lib.core.beanvalidation.validator.BooleanStringValidator
Checks if a string is convertable to Boolean.
isValid(String, ConstraintValidatorContext) - Method in class jp.ecuacion.lib.core.beanvalidation.validator.EnumElementValidator
Checks if an enum value exists.
isValid(String, ConstraintValidatorContext) - Method in class jp.ecuacion.lib.core.beanvalidation.validator.IntegerStringValidator
Checks if a string is convertable to Integer.
isValid(String, ConstraintValidatorContext) - Method in class jp.ecuacion.lib.core.beanvalidation.validator.LongStringValidator
Checks if a string is convertable to Long.

J

jp.ecuacion.lib.core - module jp.ecuacion.lib.core
Provides basic functions used as common utilities.
jp.ecuacion.lib.core.annotation - package jp.ecuacion.lib.core.annotation
Provides annotations.
jp.ecuacion.lib.core.beanvalidation.validator - package jp.ecuacion.lib.core.beanvalidation.validator
Provides bean validation validators.
jp.ecuacion.lib.core.constant - package jp.ecuacion.lib.core.constant
Provides constants.
jp.ecuacion.lib.core.exception.checked - package jp.ecuacion.lib.core.exception.checked
Provides Exceptions.
jp.ecuacion.lib.core.exception.unchecked - package jp.ecuacion.lib.core.exception.unchecked
Provides several RuntimeExceptions.
jp.ecuacion.lib.core.logging - package jp.ecuacion.lib.core.logging
Provides several kinds of loggers.
jp.ecuacion.lib.core.util - package jp.ecuacion.lib.core.util
Provides utilities used in wide situations.

L

logError(Throwable) - Method in class jp.ecuacion.lib.core.util.LogUtil
Logs throwable.
logError(Throwable, String) - Method in class jp.ecuacion.lib.core.util.LogUtil
Logs throwable.
logError(Throwable, String, Locale) - Method in class jp.ecuacion.lib.core.util.LogUtil
Logs throwable.
logError(Throwable, Locale) - Method in class jp.ecuacion.lib.core.util.LogUtil
Logs throwable.
LogUtil - Class in jp.ecuacion.lib.core.util
Provides logging-related utility methods, espacially log Throable.
LogUtil(Class<?>) - Constructor for class jp.ecuacion.lib.core.util.LogUtil
Constructs a new instance with an instance.
LogUtil(Object) - Constructor for class jp.ecuacion.lib.core.util.LogUtil
Constructs a new instance with an instance.
LongString - Annotation Interface in jp.ecuacion.lib.core.beanvalidation.validator
Checks if a string is convertable to Long.
LongStringValidator - Class in jp.ecuacion.lib.core.beanvalidation.validator
Provides the validation logic for LongString.
LongStringValidator() - Constructor for class jp.ecuacion.lib.core.beanvalidation.validator.LongStringValidator
Constructs a new instance.

M

MailUtil - Class in jp.ecuacion.lib.core.util
Provides mail-related utility methods.
MailUtil() - Constructor for class jp.ecuacion.lib.core.util.MailUtil
Constructs a new instance.
message() - Element in annotation interface jp.ecuacion.lib.core.beanvalidation.validator.BooleanString
Returns message ID.
message() - Element in annotation interface jp.ecuacion.lib.core.beanvalidation.validator.EnumElement
Returns message ID.
message() - Element in annotation interface jp.ecuacion.lib.core.beanvalidation.validator.IntegerString
Returns message ID.
message() - Element in annotation interface jp.ecuacion.lib.core.beanvalidation.validator.LongString
Returns message ID.
MSG_RUNTIME_EXCEPTION_PREFIX - Static variable in class jp.ecuacion.lib.core.constant.ConstantsInLibCore
The message contained in RuntimeSystemException.
MultipleAppException - Exception Class in jp.ecuacion.lib.core.exception.checked
Conveys multiple SingleAppExceptions at once.
MultipleAppException(List<? extends SingleAppException>) - Constructor for exception class jp.ecuacion.lib.core.exception.checked.MultipleAppException
Constructs a new instance with a list of AppException.
MultipleAppException(MultipleAppException) - Constructor for exception class jp.ecuacion.lib.core.exception.checked.MultipleAppException
Constructs a new instance with MultipleAppException.

O

ObjectsUtil - Class in jp.ecuacion.lib.core.util
Provides utility methods for Objects.requireNonnull and other checks.
ObjectsUtil() - Constructor for class jp.ecuacion.lib.core.util.ObjectsUtil
 

P

paramRequireNonNull(T) - Static method in class jp.ecuacion.lib.core.util.ObjectsUtil
Validates the argument is not null and throws NullPointerException if null.
paramSizeNonZero(Collection<T>) - Static method in class jp.ecuacion.lib.core.util.ObjectsUtil
Validates the size of the para collection is not zero and throws IllegalArgumentException if zero.
paramSizeNonZero(T[]) - Static method in class jp.ecuacion.lib.core.util.ObjectsUtil
Validates the length of the param array is not zero and throws IllegalArgumentException if zero.
PARTITION_LARGE - Static variable in class jp.ecuacion.lib.core.util.LogUtil
is a large partition or separator which separates log lines.
PARTITION_MEDIUM - Static variable in class jp.ecuacion.lib.core.util.LogUtil
is a medium partition or separator which separates log lines.
payload() - Element in annotation interface jp.ecuacion.lib.core.beanvalidation.validator.BooleanString
Returns payload.
payload() - Element in annotation interface jp.ecuacion.lib.core.beanvalidation.validator.EnumElement
Returns payload.
payload() - Element in annotation interface jp.ecuacion.lib.core.beanvalidation.validator.IntegerString
Returns payload.
payload() - Element in annotation interface jp.ecuacion.lib.core.beanvalidation.validator.LongString
Returns payload.
PropertyFileUtil - Class in jp.ecuacion.lib.core.util
Provides utility methods to read *.properties files.

R

requireNonNull(T) - Static method in class jp.ecuacion.lib.core.util.ObjectsUtil
Validates the variable is not null and throws NullPointerException if null.
RequireNonnull - Annotation Interface in jp.ecuacion.lib.core.annotation
Designates that the method throws NullPointerException when the annotated arguments is null.
returnRequireNonNull(T) - Static method in class jp.ecuacion.lib.core.util.ObjectsUtil
Validates the return value is not null and throws NullPointerException if null.
RuntimeAppException - Exception Class in jp.ecuacion.lib.core.exception.unchecked
Wraps AppException and enables to throw AppException in overrided and no "throws AppException" signature method.
RuntimeAppException(AppException) - Constructor for exception class jp.ecuacion.lib.core.exception.unchecked.RuntimeAppException
Constructs a new instance with AppException.
RuntimeExceptionWithMessageId - Exception Class in jp.ecuacion.lib.core.exception.unchecked
Is used when you want to throw RuntimeException, but message is deifned in .properties.
RuntimeExceptionWithMessageId(String) - Constructor for exception class jp.ecuacion.lib.core.exception.unchecked.RuntimeExceptionWithMessageId
Constructs a new instance with messageId.
RuntimeExceptionWithMessageId(String, String...) - Constructor for exception class jp.ecuacion.lib.core.exception.unchecked.RuntimeExceptionWithMessageId
Constructs a new instance with messageId and messageArgs.
RuntimeExceptionWithMessageId(Locale, String) - Constructor for exception class jp.ecuacion.lib.core.exception.unchecked.RuntimeExceptionWithMessageId
Constructs a new instance with locale and messageId.
RuntimeExceptionWithMessageId(Locale, String, String...) - Constructor for exception class jp.ecuacion.lib.core.exception.unchecked.RuntimeExceptionWithMessageId
Constructs a new instance with locale, messageId and messageArgs.
RuntimeSystemException - Exception Class in jp.ecuacion.lib.core.exception.unchecked
Is thorwn just like RuntimeException whose message contains "ecuacion" so that you can see the Ezxception is thrown from the library.
RuntimeSystemException(String) - Constructor for exception class jp.ecuacion.lib.core.exception.unchecked.RuntimeSystemException
Constructs a new instance with massage.
RuntimeSystemException(String, Throwable) - Constructor for exception class jp.ecuacion.lib.core.exception.unchecked.RuntimeSystemException
Constructs a new instance with massage and cause.
RuntimeSystemException(Throwable) - Constructor for exception class jp.ecuacion.lib.core.exception.unchecked.RuntimeSystemException
Constructs a new instance with cause.

S

sendErrorMail(Throwable) - Method in class jp.ecuacion.lib.core.util.MailUtil
Sends an error mail.
sendErrorMail(Throwable, String) - Method in class jp.ecuacion.lib.core.util.MailUtil
Sends an error mail adding an additional message to it.
sendMail(List<String>, List<String>, String, String) - Method in class jp.ecuacion.lib.core.util.MailUtil
Provides the mail-sending function.
sendWarnMail(String, List<String>) - Method in class jp.ecuacion.lib.core.util.MailUtil
Sends a warn mail.
SingleAppException - Exception Class in jp.ecuacion.lib.core.exception.checked
Is an abstract class describing an occurence of a single validation error.
SingleAppException() - Constructor for exception class jp.ecuacion.lib.core.exception.checked.SingleAppException
Constructs a new instance.
SqlLogger - Class in jp.ecuacion.lib.core.logging
Logs sqls and related info like sql parameters.
SqlLogger() - Constructor for class jp.ecuacion.lib.core.logging.SqlLogger
Constructs a new instance with a fixed logger name.
STR_LIB_PKG - Static variable in class jp.ecuacion.lib.core.constant.ConstantsInLibCore
The common part of the package in ecuacion-lib.
StringUtil - Class in jp.ecuacion.lib.core.util
Provides string-related utility methods.
StringUtil() - Constructor for class jp.ecuacion.lib.core.util.StringUtil
 
SummaryLogger - Class in jp.ecuacion.lib.core.logging
Logs start and end time of the timer-triggered exections, espacially used in batch programs.
SummaryLogger() - Constructor for class jp.ecuacion.lib.core.logging.SummaryLogger
Constructs a new instance with a fixed logger name.

T

toCurrencyFormat(String) - Method in class jp.ecuacion.lib.core.util.StringUtil
Returns comma-separated number from number.
toString() - Method in exception class jp.ecuacion.lib.core.exception.checked.BeanValidationAppException
Outputs a string for logs.
trace(String) - Method in class jp.ecuacion.lib.core.logging.DetailLogger
Logs message with "trace" loglevel.
trace(String) - Method in class jp.ecuacion.lib.core.logging.SqlLogger
Logs message with "trace" loglevel.

V

validate(T, Locale) - Method in class jp.ecuacion.lib.core.util.BeanValidationUtil
Validates and returns ConstraintViolation if validation errors exist.
validateThenReturn(T) - Method in class jp.ecuacion.lib.core.util.BeanValidationUtil
Validates and returns MultipleAppException if validation errors exist.
validateThenReturn(T, Locale) - Method in class jp.ecuacion.lib.core.util.BeanValidationUtil
Validates and returns MultipleAppException if validation errors exist.
validateThenThrow(T) - Method in class jp.ecuacion.lib.core.util.BeanValidationUtil
Validates and throws MultipleAppException if validation errors exist.
validateThenThrow(T, Locale) - Method in class jp.ecuacion.lib.core.util.BeanValidationUtil
Validates and throws MultipleAppException if validation errors exist.

W

warn(String) - Method in class jp.ecuacion.lib.core.logging.DetailLogger
Logs message with "warn" loglevel.
warn(String) - Method in class jp.ecuacion.lib.core.logging.ErrorLogger
Logs message with "warn" loglevel.
warn(String) - Method in class jp.ecuacion.lib.core.logging.SummaryLogger
Logs message with "warn" loglevel.
A B C D E F G H I J L M O P R S T V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form