Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractPropertyFileProviderImpl - Class in jp.ecuacion.lib.core.spi.impl
-
Provides an implementation of
ResourceBundleProvider. - AbstractPropertyFileProviderImpl() - Constructor for class jp.ecuacion.lib.core.spi.impl.AbstractPropertyFileProviderImpl
- addResourceBundlePostfix(String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Adds postfix dinamically.
- 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.
- AppException(String) - Constructor for exception class jp.ecuacion.lib.core.exception.checked.AppException
-
Constructs a new instance with
message. - ApplicationBaseProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor application in app projects. - ApplicationCoreProfileProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor application in app projects. - ApplicationCoreProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor application in app projects. - ApplicationProfileProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor application in app projects. - ApplicationProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor application in app projects. - ApplicationTestProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor application inecuacion-lib-core. - AppWarningException - Exception Class in jp.ecuacion.lib.core.exception.checked
-
Provides an exception that indicates a warning.
- AppWarningException(String[], String, String...) - Constructor for exception class jp.ecuacion.lib.core.exception.checked.AppWarningException
-
Constructs a new instance with
itemPropertyPaths,messageIdandmessageArgs. - AppWarningException(String, String...) - Constructor for exception class jp.ecuacion.lib.core.exception.checked.AppWarningException
-
Constructs a new instance with
messageIdandmessageArgs.
B
- BizLogicAppException - Exception Class in jp.ecuacion.lib.core.exception.checked
-
Is used for buziness logic exceptions.
- BizLogicAppException(String[], String, String...) - Constructor for exception class jp.ecuacion.lib.core.exception.checked.BizLogicAppException
-
Constructs a new instance with
itemPropertyPaths,messageIdandmessageArgs. - BizLogicAppException(String[], String, PropertyFileUtil.Arg[]) - Constructor for exception class jp.ecuacion.lib.core.exception.checked.BizLogicAppException
-
Constructs a new instance with
itemPropertyPaths,messageIdandmessageArgs. - BizLogicAppException(String, String...) - Constructor for exception class jp.ecuacion.lib.core.exception.checked.BizLogicAppException
-
Constructs a new instance with
messageIdandmessageArgs. - BizLogicAppException(String, PropertyFileUtil.Arg[]) - Constructor for exception class jp.ecuacion.lib.core.exception.checked.BizLogicAppException
-
Constructs a new instance with
messageIdandmessageArgs. - BooleanString - Annotation Interface in jp.ecuacion.lib.core.jakartavalidation.validator
-
Checks if a string is convertable to
Boolean. - BooleanStringValidator - Class in jp.ecuacion.lib.core.jakartavalidation.validator
-
Provides the validation logic for
BooleanString. - BooleanStringValidator() - Constructor for class jp.ecuacion.lib.core.jakartavalidation.validator.BooleanStringValidator
-
Constructs a new instance.
C
- cause(Throwable) - Method in exception class jp.ecuacion.lib.core.exception.checked.BizLogicAppException
-
Provides
Throwable.initCause(Throwable)with method chain. - cleanPathStrWithSlash(String) - Static method in class jp.ecuacion.lib.core.util.FileUtil
-
Cleans a path string.
- concatFilePaths(String...) - Static method in class jp.ecuacion.lib.core.util.FileUtil
-
Concatenates file paths.
- CONDITION_OPERATOR - Static variable in class jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmptyValidator
- CONDITION_OPERATOR - Static variable in class jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmptyValidator
- CONDITION_PATTERN - Static variable in class jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmptyValidator
- CONDITION_PATTERN - Static variable in class jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmptyValidator
- CONDITION_PROPERTY_PATH - Static variable in class jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmptyValidator
- CONDITION_PROPERTY_PATH - Static variable in class jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmptyValidator
- CONDITION_PROPERTY_PATH_ITEM_NAME - Static variable in class jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmptyValidator
- CONDITION_PROPERTY_PATH_ITEM_NAME - Static variable in class jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmptyValidator
- CONDITION_PROPERTY_PATH_ITEM_NAME_KEY - Static variable in class jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmptyValidator
- CONDITION_PROPERTY_PATH_ITEM_NAME_KEY - Static variable in class jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmptyValidator
- CONDITION_VALUE_PROPERTY_PATH - Static variable in class jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmptyValidator
- CONDITION_VALUE_PROPERTY_PATH - Static variable in class jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmptyValidator
- CONDITION_VALUE_STRING - Static variable in class jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmptyValidator
- CONDITION_VALUE_STRING - Static variable in class jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmptyValidator
- ConditionalEmpty - Annotation Interface in jp.ecuacion.lib.core.jakartavalidation.validator
-
Checks if specified
itemPropertyPathis empty only when condition is satisfied. - ConditionalEmpty.ConditionalEmptyList - Annotation Interface in jp.ecuacion.lib.core.jakartavalidation.validator
-
Defines several
ConditionalEmptyannotations on the same element. - ConditionalEmptyValidator - Class in jp.ecuacion.lib.core.jakartavalidation.validator
-
Provides the validation logic for
EnumElement. - ConditionalEmptyValidator() - Constructor for class jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmptyValidator
- ConditionalNotEmpty - Annotation Interface in jp.ecuacion.lib.core.jakartavalidation.validator
-
Checks if specified
itemPropertyPathis empty only when condition is satisfied. - ConditionalNotEmpty.ConditionalNotEmptyList - Annotation Interface in jp.ecuacion.lib.core.jakartavalidation.validator
-
Defines several
ConditionalNotEmptyannotations on the same element. - ConditionalNotEmptyValidator - Class in jp.ecuacion.lib.core.jakartavalidation.validator
-
Provides the validation logic for
EnumElement. - ConditionalNotEmptyValidator() - Constructor for class jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmptyValidator
- conditionOperator() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmpty
-
Specifies the operator applied between the value of a condition field and the condition value To decide whether the condition is satisfied.
- conditionOperator() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmpty
-
Specifies the operator applied between the value of a condition field and the condition value To decide whether the condition is satisfied.
- ConditionOperator - Enum Class in jp.ecuacion.lib.core.jakartavalidation.validator.enums
-
Specifies operator applied between the value of a condition field and the condition value.
- conditionPattern() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmpty
-
Specifies how to determine condition is valid.
- conditionPattern() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmpty
-
Specifies how to determine condition is valid.
- conditionPropertyPath() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmpty
-
Conditional field.
- conditionPropertyPath() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmpty
-
Conditional field.
- ConditionValuePattern - Enum Class in jp.ecuacion.lib.core.jakartavalidation.validator.enums
-
Enumerates how to determine condition is valid.
- conditionValuePropertyPath() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmpty
-
Specifies condition value field.
- conditionValuePropertyPath() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmpty
-
Specifies condition value field.
- conditionValueString() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmpty
-
Specifies condition value string.
- conditionValueString() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmpty
-
Specifies condition value string.
- ConstraintViolationBean - Class in jp.ecuacion.lib.core.jakartavalidation.bean
-
Stores
ConstraintViolationinfo. - ConstraintViolationBean(ConstraintViolation) - Constructor for class jp.ecuacion.lib.core.jakartavalidation.bean.ConstraintViolationBean
-
Constructs a new instance with
ConstraintViolation. - ConstraintViolationBean(Object, String, String, String, String) - Constructor for class jp.ecuacion.lib.core.jakartavalidation.bean.ConstraintViolationBean
-
Constructs a new instance with parameters, not a ConstraintViolation.
- ConstraintViolationBean.FieldInfoBean - Class in jp.ecuacion.lib.core.jakartavalidation.bean
-
Stores field-unit parameters.
- containsWildCard(String) - Static 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. - 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.
- descriptionId() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.PatternWithDescription
-
Stores description ID to add description string to the message to users.
- 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.
- DISPLAY_STRING_OF_CONDITION_VALUE - Static variable in class jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmptyValidator
- DISPLAY_STRING_OF_CONDITION_VALUE - Static variable in class jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmptyValidator
- DISPLAY_STRING_PROPERTY_PATH_OF_CONDITION_VALUE_PROPERTY_PATH - Static variable in class jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmptyValidator
- DISPLAY_STRING_PROPERTY_PATH_OF_CONDITION_VALUE_PROPERTY_PATH - Static variable in class jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmptyValidator
- displayStringPropertyPathOfConditionValuePropertyPath() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmpty
-
Specifies a field which holds the display name of condition value.
- displayStringPropertyPathOfConditionValuePropertyPath() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmpty
-
Specifies a field which holds the display name of condition value.
E
- ECLIB_PREFIX - Static variable in class jp.ecuacion.lib.core.constant.EclibCoreConstants
- EclibCoreConstants - Class in jp.ecuacion.lib.core.constant
-
Provides Constants.
- EclibItem - Class in jp.ecuacion.lib.core.item
-
Stores item attributes.
- EclibItem(String) - Constructor for class jp.ecuacion.lib.core.item.EclibItem
-
Constructs a new instance with
itemPropertyPath. - EclibItemContainer - Interface in jp.ecuacion.lib.core.item
-
Accepts and store data from user input, external system, and so on.
- EclibRuntimeException - Exception Class in jp.ecuacion.lib.core.exception.unchecked
-
Is thorwn just like
RuntimeExceptionwhose message contains "ecuacion" so that you can see the Ezxception is thrown from the library. - EclibRuntimeException(String) - Constructor for exception class jp.ecuacion.lib.core.exception.unchecked.EclibRuntimeException
-
Constructs a new instance with
massage. - EclibRuntimeException(String, Throwable) - Constructor for exception class jp.ecuacion.lib.core.exception.unchecked.EclibRuntimeException
-
Constructs a new instance with
massageandcause. - EclibRuntimeException(Throwable) - Constructor for exception class jp.ecuacion.lib.core.exception.unchecked.EclibRuntimeException
-
Constructs a new instance with
cause. - EmbeddedParameterUtil - Class in jp.ecuacion.lib.core.util
-
Provides utilities to handle parameters embeddded in a string, enclosed by some symbols from both sides.
- EmbeddedParameterUtil.Options - Class in jp.ecuacion.lib.core.util
-
Provides options.
- EmbeddedParameterUtil.ParameterNotFoundException - Exception Class in jp.ecuacion.lib.core.util
-
Designates an exception which occurs because the format of an argument string is wrong.
- EmbeddedParameterUtil.StringFormatIncorrectException - Exception Class in jp.ecuacion.lib.core.util
-
Designates an exception which occurs because the format of an argument string is wrong.
- empty - Enum constant in enum class jp.ecuacion.lib.core.jakartavalidation.validator.enums.ConditionValuePattern
- emptyWhenConditionNotSatisfied() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmpty
-
Decides whether validation check is executed when the value of
conditionFieldis not equal to the specified value. - enumClass() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.EnumElement
-
an enumClass string. ex:
XxxEnum - EnumClassInfo(String, List) - Constructor for class jp.ecuacion.lib.core.util.EnumUtil.EnumClassInfo
-
Constructs a new instance.
- EnumElement - Annotation Interface in jp.ecuacion.lib.core.jakartavalidation.validator
-
Checks if an enum value exists.
- EnumElementValidator - Class in jp.ecuacion.lib.core.jakartavalidation.validator
-
Provides the validation logic for
EnumElement. - EnumElementValidator() - Constructor for class jp.ecuacion.lib.core.jakartavalidation.validator.EnumElementValidator
-
Constructs a new instance.
- EnumNamesBaseProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor enum_names in app projects. - EnumNamesCoreProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor enum_names in app projects. - EnumNamesProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor enum_names in app projects. - EnumUtil - Class in jp.ecuacion.lib.core.util
-
Provivdes utility methods for ecuacion library enums.
- 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.
- equalTo - Enum constant in enum class jp.ecuacion.lib.core.jakartavalidation.validator.enums.ConditionOperator
- 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 error.
- error(Throwable, String) - Method in class jp.ecuacion.lib.core.logging.DetailLogger
-
Logs error.
- 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) - Static 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.
F
- FieldInfoBean(String) - Constructor for class jp.ecuacion.lib.core.jakartavalidation.bean.ConstraintViolationBean.FieldInfoBean
-
Constructs a new instance.
- FileUtil - Class in jp.ecuacion.lib.core.util
-
Provides File-related utility methods.
- fullPropertyPath - Variable in class jp.ecuacion.lib.core.jakartavalidation.bean.ConstraintViolationBean.FieldInfoBean
-
The key of the bean.
G
- get(String, String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the property value of default locale.
- get(String, Locale, String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the localized property value.
- getAppExceptionMessageList(AppException, Locale) - Static method in class jp.ecuacion.lib.core.util.ExceptionUtil
-
Returns listed SingleAppExceptions (= AppExceptions with messages).
- getAppExceptionMessageList(AppException, Locale, boolean) - Static method in class jp.ecuacion.lib.core.util.ExceptionUtil
-
Returns listed SingleAppExceptions (= AppExceptions with messages).
- getApplication(String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the value in application_xxx.properties.
- getApplicationOrElse(String, String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the value in application_xxx.properties if it exists.
- getArgString() - Method in class jp.ecuacion.lib.core.util.PropertyFileUtil.Arg
- getBundle(String, Locale) - Method in class jp.ecuacion.lib.core.spi.impl.AbstractPropertyFileProviderImpl
-
Provides
ResourceBundle. - getCode() - Method in class jp.ecuacion.lib.core.util.EnumUtil.EnumValueInfo
- getConstraintViolationBean() - Method in exception class jp.ecuacion.lib.core.exception.checked.ValidationAppException
-
Gets BeanValidationErrorInfoBean.
- getCsv(String...) - Static method in class jp.ecuacion.lib.core.util.StringUtil
-
Returns csv from string array.
- getCsv(Collection) - Static method in class jp.ecuacion.lib.core.util.StringUtil
-
Returns csv from list of string.
- getCsvWithSpace(String[]) - Static method in class jp.ecuacion.lib.core.util.StringUtil
-
Returns csv with spaces after commas from list of string.
- getCsvWithSpace(Collection) - Static 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, String) - Static method in class jp.ecuacion.lib.core.util.EnumUtil
-
Obtains the enum value from the code.
- getEnumInfo(Class) - Static method in class jp.ecuacion.lib.core.util.EnumUtil
-
Returns enum class info.
- getEnumInfo(Class, 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) - Static method in class jp.ecuacion.lib.core.util.ExceptionUtil
-
Returns strings or error log.
- getErrLogString(Throwable, String, Locale, Integer) - Static method in class jp.ecuacion.lib.core.util.ExceptionUtil
-
Returns strings or error log.
- getExceptionListWithMessages(Throwable) - Static method in class jp.ecuacion.lib.core.util.ExceptionUtil
-
Returns listed exceptions with messages.
- getExceptionMessage(Throwable, boolean) - Static method in class jp.ecuacion.lib.core.util.ExceptionUtil
-
Returns exception message for 1 exception.
- getExceptionMessage(Throwable, Locale, boolean) - Static method in class jp.ecuacion.lib.core.util.ExceptionUtil
-
Returns exception message for 1 exception.
- getExceptionMessage(Throwable, Locale, boolean, boolean) - Static method in class jp.ecuacion.lib.core.util.ExceptionUtil
-
Returns exception message for 1 exception.
- getFieldInfoBeanList() - Method in class jp.ecuacion.lib.core.jakartavalidation.bean.ConstraintViolationBean
- getFieldInfoBeans() - Method in class jp.ecuacion.lib.core.jakartavalidation.bean.ConstraintViolationBean
- getFieldValue(String, Object) - Static method in class jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmptyValidator
-
Obtains a field value with any scopes and searches fields in super classes.
- getFieldValue(String, Object) - Static method in class jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmptyValidator
-
Obtains a field value with any scopes and searches fields in super classes.
- getFieldValue(String, Object) - Static method in class jp.ecuacion.lib.core.jakartavalidation.bean.ConstraintViolationBean
-
Obtains a field value with any scopes and searches fields in super classes.
- getFileNameFromFilePath(String) - Static method in class jp.ecuacion.lib.core.util.FileUtil
-
Obtains filename from a path.
- getFileSavableName(String) - Static method in class jp.ecuacion.lib.core.util.FileUtil
-
Changes argument filename into file-savable name.
- getFileSizeInMb(Long) - Static method in class jp.ecuacion.lib.core.util.FileUtil
-
Returns file size in Megabyte.
- getFileSizeInMbWithUnit(Long) - Static method in class jp.ecuacion.lib.core.util.FileUtil
-
Returns file size in Megabyte.
- getInstance() - Method in class jp.ecuacion.lib.core.util.EnumUtil.EnumValueInfo
- getInvalidValue() - Method in class jp.ecuacion.lib.core.jakartavalidation.bean.ConstraintViolationBean
- getItem(String) - Method in interface jp.ecuacion.lib.core.item.EclibItemContainer
-
Returns
EclibItemfromEclibItem[]andfieldId. - getItemName(String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the item name of default locale in item_names_xxx.properties.
- getItemName(Locale, String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the localized item name in item_names_xxx.properties.
- getItemNameKey() - Method in class jp.ecuacion.lib.core.item.EclibItem
-
Returns
itemNameKeyvalue. - getItemNameKey(String) - Method in class jp.ecuacion.lib.core.item.EclibItem
-
Returns
itemNameKeyvalue. - getItemPropertyPath() - Method in class jp.ecuacion.lib.core.item.EclibItem
- getItemPropertyPaths() - Method in exception class jp.ecuacion.lib.core.exception.checked.AppWarningException
-
Returns itemPropertyPaths.
- getItemPropertyPaths() - Method in exception class jp.ecuacion.lib.core.exception.checked.BizLogicAppException
- getItemPropertyPaths() - Method in exception class jp.ecuacion.lib.core.exception.checked.SingleAppException
-
Provides the location of an item at which this error occured.
- getItemPropertyPaths() - Method in exception class jp.ecuacion.lib.core.exception.checked.ValidationAppException
- getItems() - Method in interface jp.ecuacion.lib.core.item.EclibItemContainer
-
Returns an array of items.
- getLabel() - Method in class jp.ecuacion.lib.core.util.EnumUtil.EnumValueInfo
- getLeafBean() - Method in class jp.ecuacion.lib.core.jakartavalidation.bean.ConstraintViolationBean
- getList() - Method in exception class jp.ecuacion.lib.core.exception.checked.MultipleAppException
-
Returns a list of
SingleAppException. - getListForHtmlSelect(Class, Locale, String) - Static method in class jp.ecuacion.lib.core.util.EnumUtil
-
Returns paires of a code and a display name.
- getLocalDateTime(String) - Static method in class jp.ecuacion.lib.core.util.DateTimeApiUtil
-
Returns a
LocalDateTimeinstance from date-time string. - getLocalDateTimeDisplayString(LocalDateTime) - Static method in class jp.ecuacion.lib.core.util.DateTimeApiUtil
-
Returns user-friendly LocalDateTime format string :
yyyy-MM-dd HH:mm:ss. - getLocalDateTimeDisplayString(OffsetDateTime, ZoneId) - Static method in class jp.ecuacion.lib.core.util.DateTimeApiUtil
-
Returns user-friendly LocalDateTime format string :
yyyy-MM-dd HH:mm:ss. - getLockFileVersion(File) - Static method in class jp.ecuacion.lib.core.util.FileUtil
-
Obtains the last update timestamp string from the lock file.
- getLowerCamelFromSnake(String) - Static method in class jp.ecuacion.lib.core.util.StringUtil
-
Returns a lowerCamelCase string from a snake case string.
- getLowerSnakeFromCamel(String) - Static 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.BizLogicAppException
- getMessage() - Method in exception class jp.ecuacion.lib.core.exception.checked.MultipleAppException
-
Returns list of messages holding exceptions have with default locale.
- getMessage() - Method in exception class jp.ecuacion.lib.core.exception.checked.ValidationAppException
- getMessage() - Method in exception class jp.ecuacion.lib.core.exception.unchecked.EclibRuntimeException
-
Returns message with a prefix added by the library.
- getMessage(String, String...) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the value of default locale in messages_xxx.properties.
- getMessage(String, PropertyFileUtil.Arg[]) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the value of default locale in messages_xxx.properties.
- getMessage(Locale, String, String...) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the localized value in messages_xxx.properties.
- getMessage(Locale, String, PropertyFileUtil.Arg[]) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the localized value in messages_xxx.properties.
- getMessageAndStackTraceStringRecursively(StringBuilder, Throwable, Locale, Integer) - Static method in class jp.ecuacion.lib.core.util.ExceptionUtil
-
Adds Throwable message and stackTrace string to argument stringBuilder for a throwable and its causes.
- 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 class jp.ecuacion.lib.core.util.PropertyFileUtil.Arg
- 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.BizLogicAppException
-
Gets messageId.
- getMessageId() - Method in class jp.ecuacion.lib.core.jakartavalidation.bean.ConstraintViolationBean
- getMessagePostfix() - Method in exception class jp.ecuacion.lib.core.exception.checked.ValidationAppException
-
Sets
messagePostfixand returns this for method chain. - getMessagePrefix() - Method in exception class jp.ecuacion.lib.core.exception.checked.ValidationAppException
- getMessageWithItemName(String, String...) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the value of default locale in messagesWithItemNames_xxx.properties.
- getMessageWithItemName(String, PropertyFileUtil.Arg[]) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the value of default locale in messagesWithItemNames_xxx.properties.
- getMessageWithItemName(Locale, String, String...) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the localized value in messagesWithItemNames_xxx.properties.
- getMessageWithItemName(Locale, String, PropertyFileUtil.Arg[]) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the localized value in messagesWithItemNames_xxx.properties.
- getName() - Method in class jp.ecuacion.lib.core.util.EnumUtil.EnumValueInfo
- getNewItem(String) - Method in interface jp.ecuacion.lib.core.item.EclibItemContainer
-
Returns a new instance.
- getOffsetDateTime(String) - Static method in class jp.ecuacion.lib.core.util.DateTimeApiUtil
-
Returns a
OffsetDateTimeinstance from date-time string. - getOffsetDateTimeDisplayString(OffsetDateTime, ZoneId) - Static method in class jp.ecuacion.lib.core.util.DateTimeApiUtil
-
Returns user-friendly OffsetDateTime format string :
yyyy-MM-dd HH:mm:ss +HH:mm. - getOriginalMessage() - Method in class jp.ecuacion.lib.core.jakartavalidation.bean.ConstraintViolationBean
-
Gets message created by jakarta validation.
- getParameterReplacedString(String, String, String, Function) - Static method in class jp.ecuacion.lib.core.util.EmbeddedParameterUtil
-
Returns string with embedded parameters replaced.
- getParameterReplacedString(String, String, String, Function, EmbeddedParameterUtil.Options) - Static method in class jp.ecuacion.lib.core.util.EmbeddedParameterUtil
-
Returns string with embedded parameters replaced.
- getParameterReplacedString(String, String, String, Map) - Static method in class jp.ecuacion.lib.core.util.EmbeddedParameterUtil
-
Returns string with embedded parameters replaced.
- getParameterReplacedString(String, String, String, Map, EmbeddedParameterUtil.Options) - Static method in class jp.ecuacion.lib.core.util.EmbeddedParameterUtil
-
Returns string with embedded parameters replaced.
- getParamMap() - Method in class jp.ecuacion.lib.core.jakartavalidation.bean.ConstraintViolationBean
- getParentDirPath(String) - Static method in class jp.ecuacion.lib.core.util.FileUtil
-
Changes the path separator to "/".
- getPartList(String, String[], String) - Static method in class jp.ecuacion.lib.core.util.EmbeddedParameterUtil
-
Divides the argument string into simple string and parameter parts and Returns list of them.
- getPartList(String, String[], String, EmbeddedParameterUtil.Options) - Static method in class jp.ecuacion.lib.core.util.EmbeddedParameterUtil
-
Divides the argument string into simple string and parameter parts and Returns list of them.
- getPathListFromPathWithWildcard(String) - Static 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.
- getRootBean() - Method in class jp.ecuacion.lib.core.jakartavalidation.bean.ConstraintViolationBean
- getRootRecordNameForForm() - Method in class jp.ecuacion.lib.core.jakartavalidation.bean.ConstraintViolationBean
- getSeparatedValuesString(String[], String) - Static method in class jp.ecuacion.lib.core.util.StringUtil
-
Returns String with values separated by
separator. - getSeparatedValuesString(Collection, String) - Static method in class jp.ecuacion.lib.core.util.StringUtil
-
Returns String with values separated by
separator. - getShowsValue() - Method in class jp.ecuacion.lib.core.item.EclibItem
- getSingleAppExceptionList(AppException) - Static method in class jp.ecuacion.lib.core.util.ExceptionUtil
-
Returns listed SingleAppExceptions (= AppExceptions with messages).
- getString(String, String...) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the value in string_xxx.properties.
- getString(String, PropertyFileUtil.Arg[]) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the value in string_xxx.properties.
- getStringFromArg(Locale, PropertyFileUtil.Arg) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Obtains string from
Arg. - getTimestampStringForFilename(LocalDateTime) - Static method in class jp.ecuacion.lib.core.util.DateTimeApiUtil
-
Returns filename LocalDateTime format string :
yyyy-MM-dd-HH-mm-ss-SSSSSS. - getUpperCamelFromSnake(String) - Static method in class jp.ecuacion.lib.core.util.StringUtil
-
Returns a upperCamelCase string from a snake case string.
- getValidationMessage(String, Map) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the property value of default locale in ValidationMessages[_locale].properties.
- getValidationMessage(Locale, String, Map) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the localized enum name in ValidationMessages[_locale].properties.
- getValidationMessagePatternDescription(String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the property value of default locale in ValidationMessages[_locale].properties.
- getValidationMessagePatternDescription(Locale, String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the localized enum name in ValidationMessages[_locale].properties.
- getValidationMessageWithItemName(String, Map) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the property value of default locale in ValidationMessagesWithItemNames_xxx.properties.
- getValidationMessageWithItemName(Locale, String, Map) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the localized enum name in enum_names_xxx.properties.
- getValidatorClass() - Method in class jp.ecuacion.lib.core.jakartavalidation.bean.ConstraintViolationBean
- getValueList() - Method in class jp.ecuacion.lib.core.util.EnumUtil.EnumClassInfo
- groups() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.BooleanString
-
Returns groups.
- groups() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmpty
-
Returns groups.
- groups() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmpty
-
Returns groups.
- groups() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.EnumElement
-
Returns groups.
- groups() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.IntegerString
-
Returns groups.
- groups() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.LongString
-
Returns groups.
- groups() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.PatternWithDescription
-
Returns groups.
H
- has(String, String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the existence of the key.
- hasApplication(String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the existence of the key in application_xxx.properties.
- hasEnumFromCode(Class, 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.
- hasItemName(String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the existence of the key in item_names_xxx.properties.
- hasMessage(String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the existence of the key in messages_xxx.properties.
- hasMessageWithItemName(String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the existence of the key in messagesWithItemNames_xxx.properties.
- hasString(String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil
-
Returns the existence of the key in strings_xxx.properties.
- hideValue() - Method in class jp.ecuacion.lib.core.item.EclibItem
-
Hides value from error messages and so on.
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(String[], String, ConditionValuePattern, ConditionOperator, String[], String, boolean) - Method in class jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmptyValidator
- initialize(String[], String, ConditionValuePattern, ConditionOperator, String[], String, boolean) - Method in class jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmptyValidator
- initialize(BooleanString) - Method in class jp.ecuacion.lib.core.jakartavalidation.validator.BooleanStringValidator
-
Initializes an instance.
- initialize(ConditionalEmpty) - Method in class jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmptyValidator
-
Initializes an instance.
- initialize(ConditionalNotEmpty) - Method in class jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmptyValidator
-
Initializes an instance.
- initialize(EnumElement) - Method in class jp.ecuacion.lib.core.jakartavalidation.validator.EnumElementValidator
-
Initializes an instance.
- initialize(IntegerString) - Method in class jp.ecuacion.lib.core.jakartavalidation.validator.IntegerStringValidator
-
Initializes an instance.
- initialize(LongString) - Method in class jp.ecuacion.lib.core.jakartavalidation.validator.LongStringValidator
-
Initializes an instance.
- initialize(PatternWithDescription) - Method in class jp.ecuacion.lib.core.jakartavalidation.validator.PatternWithDescriptionValidator
-
Initializes an instance.
- IntegerString - Annotation Interface in jp.ecuacion.lib.core.jakartavalidation.validator
-
Checks if a string is convertable to
Integer. - IntegerStringValidator - Class in jp.ecuacion.lib.core.jakartavalidation.validator
-
Provides the validation logic for
IntegerString. - IntegerStringValidator() - Constructor for class jp.ecuacion.lib.core.jakartavalidation.validator.IntegerStringValidator
-
Constructs a new instance.
- internalLogger - Variable in class jp.ecuacion.lib.core.logging.DetailLogger
-
internalLogger.
- internalLogger - Variable in class jp.ecuacion.lib.core.logging.ErrorLogger
-
internalLogger.
- internalLogger - Variable in class jp.ecuacion.lib.core.logging.SqlLogger
-
internalLogger.
- internalLogger - Variable in class jp.ecuacion.lib.core.logging.SummaryLogger
-
internalLogger.
- isLocked(String) - Static method in class jp.ecuacion.lib.core.util.FileUtil
-
Checks if file is locked.
- isMessageId() - Method in class jp.ecuacion.lib.core.util.PropertyFileUtil.Arg
- isMessageWithItemName() - Method in exception class jp.ecuacion.lib.core.exception.checked.ValidationAppException
-
Obtains
isMessageWithItemName. - isRelativePath(String) - Static method in class jp.ecuacion.lib.core.util.FileUtil
-
Returns true if the path is relative.
- isValid(Object) - Method in class jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmptyValidator
- isValid(Object) - Method in class jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmptyValidator
- isValid(Object, ConstraintValidatorContext) - Method in class jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmptyValidator
-
Executes validation check.
- isValid(Object, ConstraintValidatorContext) - Method in class jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmptyValidator
-
Executes validation check.
- isValid(String, ConstraintValidatorContext) - Method in class jp.ecuacion.lib.core.jakartavalidation.validator.BooleanStringValidator
-
Checks if a string is convertable to
Boolean. - isValid(String, ConstraintValidatorContext) - Method in class jp.ecuacion.lib.core.jakartavalidation.validator.EnumElementValidator
-
Checks if an enum value exists.
- isValid(String, ConstraintValidatorContext) - Method in class jp.ecuacion.lib.core.jakartavalidation.validator.IntegerStringValidator
-
Checks if a string is convertable to
Integer. - isValid(String, ConstraintValidatorContext) - Method in class jp.ecuacion.lib.core.jakartavalidation.validator.LongStringValidator
-
Checks if a string is convertable to
Long. - isValid(String, ConstraintValidatorContext) - Method in class jp.ecuacion.lib.core.jakartavalidation.validator.PatternWithDescriptionValidator
-
Checks if a string matches specified standard expression.
- isValidWhenConditionNotSatisfied(Object) - Method in class jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmptyValidator
- isValidWhenConditionNotSatisfied(Object) - Method in class jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmptyValidator
- itemNameKey - Variable in class jp.ecuacion.lib.core.jakartavalidation.bean.ConstraintViolationBean.FieldInfoBean
- itemNameKey(String) - Method in class jp.ecuacion.lib.core.item.EclibItem
-
Sets
itemNameKeyand returns this for method chain. - itemNameKeyClass - Variable in class jp.ecuacion.lib.core.item.EclibItem
-
Is a class part (= left part) of itemNameKey.
- ItemNameKeyClass - Annotation Interface in jp.ecuacion.lib.core.jakartavalidation.annotation
-
THIS IS NOT A VALIDTOR.
- itemNameKeyField - Variable in class jp.ecuacion.lib.core.item.EclibItem
-
Is a field part (= right part) of itemNameKey.
- ItemNamesBaseProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor item_names in app projects. - ItemNamesCoreProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor item_names in app projects. - ItemNamesProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor item_names in app projects. - itemPropertyPath - Variable in class jp.ecuacion.lib.core.item.EclibItem
-
Is the ID string of an item.
- itemPropertyPathForForm - Variable in class jp.ecuacion.lib.core.jakartavalidation.bean.ConstraintViolationBean.FieldInfoBean
-
When a validator added to a class detects a violation, it can be a combination of values between multiple items.
- itemPropertyPaths - Variable in exception class jp.ecuacion.lib.core.exception.checked.AppWarningException
-
propertyPaths.
- itemPropertyPaths(String[]) - Method in exception class jp.ecuacion.lib.core.exception.checked.AppWarningException
-
Sets itemPropertyPaths and return this instance to realize the method chain.
- itemPropertyPaths(String...) - Method in exception class jp.ecuacion.lib.core.exception.checked.BizLogicAppException
-
Sets propertyPath and returns self for method chain.
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.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.item - package jp.ecuacion.lib.core.item
-
Provides Items and ItemContainers.
- jp.ecuacion.lib.core.jakartavalidation.annotation - package jp.ecuacion.lib.core.jakartavalidation.annotation
-
Provides
jakarta validationannotations. - jp.ecuacion.lib.core.jakartavalidation.bean - package jp.ecuacion.lib.core.jakartavalidation.bean
-
Provides beans for
jakarta validationvalidators. - jp.ecuacion.lib.core.jakartavalidation.validator - package jp.ecuacion.lib.core.jakartavalidation.validator
-
Provides
jakarta validationvalidators. - jp.ecuacion.lib.core.jakartavalidation.validator.enums - package jp.ecuacion.lib.core.jakartavalidation.validator.enums
-
Provides
jakarta validationrelated enums. - jp.ecuacion.lib.core.logging - package jp.ecuacion.lib.core.logging
-
Provides several kinds of loggers.
- jp.ecuacion.lib.core.spi - package jp.ecuacion.lib.core.spi
-
Provides Service Provider Interfaces.
- jp.ecuacion.lib.core.spi.impl - package jp.ecuacion.lib.core.spi.impl
-
Provides Abstract Service Provider Implementations.
- jp.ecuacion.lib.core.util - package jp.ecuacion.lib.core.util
-
Provides utilities used in wide situations.
L
- lock(File, String) - Static method in class jp.ecuacion.lib.core.util.FileUtil
-
Obtains the lock of the designated file.
- log(Level, String) - Method in class jp.ecuacion.lib.core.logging.DetailLogger
-
Logs message with logLevel.
- log(Level, String) - Method in class jp.ecuacion.lib.core.logging.ErrorLogger
-
Logs message with logLevel.
- log(Level, String) - Method in class jp.ecuacion.lib.core.logging.SqlLogger
-
Logs message with logLevel.
- log(Level, String) - Method in class jp.ecuacion.lib.core.logging.SummaryLogger
-
Logs message with logLevel.
- logSystemError(Throwable) - Method in class jp.ecuacion.lib.core.logging.ErrorLogger
-
Logs system error.
- logSystemError(Throwable, String) - Method in class jp.ecuacion.lib.core.logging.ErrorLogger
-
Logs system error.
- logSystemError(DetailLogger, Throwable) - Static method in class jp.ecuacion.lib.core.util.LogUtil
-
Logs throwable.
- logSystemError(DetailLogger, Throwable, String) - Static method in class jp.ecuacion.lib.core.util.LogUtil
-
Logs throwable.
- LogUtil - Class in jp.ecuacion.lib.core.util
-
Provides multiple-logger-used fixed procedures.
- LongString - Annotation Interface in jp.ecuacion.lib.core.jakartavalidation.validator
-
Checks if a string is convertable to
Long. - LongStringValidator - Class in jp.ecuacion.lib.core.jakartavalidation.validator
-
Provides the validation logic for
LongString. - LongStringValidator() - Constructor for class jp.ecuacion.lib.core.jakartavalidation.validator.LongStringValidator
-
Constructs a new instance.
M
- MailUtil - Class in jp.ecuacion.lib.core.util
-
Provides mail-related utility methods.
- mergeItems(EclibItem[], EclibItem[]) - Method in interface jp.ecuacion.lib.core.item.EclibItemContainer
-
Merge common items and record dependent items.
- message() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.BooleanString
-
Returns message ID.
- message() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmpty
-
Returns message ID.
- message() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmpty
-
Returns message ID.
- message() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.EnumElement
-
Returns message ID.
- message() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.IntegerString
-
Returns message ID.
- message() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.LongString
-
Returns message ID.
- message() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.PatternWithDescription
-
Returns message ID.
- message(String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil.Arg
-
Constructs a new instance of messageId and messageArgs.
- message(String, String...) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil.Arg
-
Constructs a new instance of messageId and messageArgs.
- message(String, PropertyFileUtil.Arg...) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil.Arg
-
Constructs a new instance of messageId and messageArgs.
- messageArgs - Variable in exception class jp.ecuacion.lib.core.exception.checked.AppWarningException
-
message Arguments.
- messageId - Variable in exception class jp.ecuacion.lib.core.exception.checked.AppWarningException
-
message ID.
- MessagesBaseProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor messages in app projects. - MessagesCoreProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor messages in app projects. - MessagesLibCoreProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor messages inecuacion-lib-core. - MessagesProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor messages in app projects. - MessagesTestProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor messages inecuacion-lib-core. - MessagesUtilJpaProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor messages inecuacion-util-jpa. - MessagesUtilPdfboxProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor messages inecuacion-util-jpa. - MessagesUtilPoiProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor messages inecuacion-util-poi. - MSG_RUNTIME_EXCEPTION_PREFIX - Static variable in class jp.ecuacion.lib.core.constant.EclibCoreConstants
-
The message contained in
RuntimeSystemException. - MultipleAppException - Exception Class in jp.ecuacion.lib.core.exception.checked
-
Conveys multiple SingleAppExceptions at once.
- MultipleAppException(List) - 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.
N
- notEmptyWhenConditionNotSatisfied() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmpty
-
Decides whether validation check is executed when the value of
conditionFieldis not equal to the specified value. - notEqualTo - Enum constant in enum class jp.ecuacion.lib.core.jakartavalidation.validator.enums.ConditionOperator
O
- ObjectsUtil - Class in jp.ecuacion.lib.core.util
-
Provides utility methods for
Objects.requireNonnulland other checks. - ObjectsUtil.ObjectsUtilException - Exception Class in jp.ecuacion.lib.core.util
-
Is an abstract exception class.
- ObjectsUtil.RequireElementNonEmptyException - Exception Class in jp.ecuacion.lib.core.util
-
Designates element non-empty is required.
- ObjectsUtil.RequireElementNonNullException - Exception Class in jp.ecuacion.lib.core.util
-
Designates element non-null is required.
- ObjectsUtil.RequireElementsNonDuplicatedException - Exception Class in jp.ecuacion.lib.core.util
-
Designates elements value non-duplicated required.
- ObjectsUtil.RequireNonEmptyException - Exception Class in jp.ecuacion.lib.core.util
-
Designates non-empty is required.
- ObjectsUtil.RequireNonNullException - Exception Class in jp.ecuacion.lib.core.util
-
Designates non-null is required.
- ObjectsUtil.RequireSizeNonZeroException - Exception Class in jp.ecuacion.lib.core.util
-
Designates size non-zero is required.
- ObjectsUtilException(String) - Constructor for exception class jp.ecuacion.lib.core.util.ObjectsUtil.ObjectsUtilException
-
Construct a new instance.
- Options() - Constructor for class jp.ecuacion.lib.core.util.EmbeddedParameterUtil.Options
P
- ParameterNotFoundException(String) - Constructor for exception class jp.ecuacion.lib.core.util.EmbeddedParameterUtil.ParameterNotFoundException
-
Construct a new instance.
- PARTITION_LARGE - Static variable in class jp.ecuacion.lib.core.constant.EclibCoreConstants
-
is a large partition or separator which separates lines for log, mail or others.
- PARTITION_MEDIUM - Static variable in class jp.ecuacion.lib.core.constant.EclibCoreConstants
-
is a medium partition or separator which separates lines for log, mail or others.
- PatternWithDescription - Annotation Interface in jp.ecuacion.lib.core.jakartavalidation.validator
-
Checks if a string matches specified regular expression.
- PatternWithDescription.PatternWithDescriptionList - Annotation Interface in jp.ecuacion.lib.core.jakartavalidation.validator
-
Defines several
Patternannotations on the same element. - PatternWithDescriptionValidator - Class in jp.ecuacion.lib.core.jakartavalidation.validator
-
Checks if a string matches specified regular expression.
- PatternWithDescriptionValidator() - Constructor for class jp.ecuacion.lib.core.jakartavalidation.validator.PatternWithDescriptionValidator
-
Constructs a new instance.
- payload() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.BooleanString
-
Returns payload.
- payload() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmpty
-
Returns payload.
- payload() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmpty
-
Returns payload.
- payload() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.EnumElement
-
Returns payload.
- payload() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.IntegerString
-
Returns payload.
- payload() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.LongString
-
Returns payload.
- payload() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.PatternWithDescription
-
Returns payload.
- PKG - Static variable in class jp.ecuacion.lib.core.constant.EclibCoreConstants
- PKG_PARENT - Static variable in class jp.ecuacion.lib.core.constant.EclibCoreConstants
-
The common part of the package in ecuacion-lib.
- PlacedAtClass - Annotation Interface in jp.ecuacion.lib.core.jakartavalidation.annotation
-
THIS IS NOT A VALIDTOR.
- PropertyFileUtil - Class in jp.ecuacion.lib.core.util
-
Provides utility methods to read
*.propertiesfiles. - PropertyFileUtil.Arg - Class in jp.ecuacion.lib.core.util
-
Is considered as an argument string, but you can set message ID replaced to message string with
PropertyFileUtil.getMessage(String). - propertyPath() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmpty
-
Validated field.
- propertyPath() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmpty
-
Validated field.
R
- regexp() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.PatternWithDescription
-
Stores a regular expression.
- release(Pair) - Static method in class jp.ecuacion.lib.core.util.FileUtil
-
Releases the lock.
- RequireElementNonduplicated - Annotation Interface in jp.ecuacion.lib.core.annotation
-
Designates that the method throws RequireNonEmptyException when the annotated arguments is empty. (= null or blank(""))
- requireElementNonEmpty(String[]) - Static method in class jp.ecuacion.lib.core.util.ObjectsUtil
-
Validates elements of an array is not
nulland throwsRequireElementNonEmptyExceptionif the argument value does not match the condition. - requireElementNonEmpty(Collection) - Static method in class jp.ecuacion.lib.core.util.ObjectsUtil
-
Validates elements of a collection is not
nulland throwsRequireElementNonEmptyExceptionif the argument value does not match the condition. - RequireElementNonempty - Annotation Interface in jp.ecuacion.lib.core.annotation
-
Designates that the method throws
RequireElementNonEmptyExceptionwhen each element of annotated arrays or collections is empty. (=null or blank("")) - RequireElementNonEmptyException() - Constructor for exception class jp.ecuacion.lib.core.util.ObjectsUtil.RequireElementNonEmptyException
-
Construct a new instance.
- requireElementNonNull(Collection) - Static method in class jp.ecuacion.lib.core.util.ObjectsUtil
-
Validates elements of a collection is not
nulland throwsRequireElementNonNullExceptionif the argument value does not match the condition. - requireElementNonNull(T[]) - Static method in class jp.ecuacion.lib.core.util.ObjectsUtil
-
Validates elements of an array is not
nulland throwsRequireElementNonNullExceptionif the argument value does not match the condition. - RequireElementNonnull - Annotation Interface in jp.ecuacion.lib.core.annotation
-
Designates that the method throws
RequireElementNonNullExceptionwhen each element of annotated arrays or collections isnull. - RequireElementNonNullException() - Constructor for exception class jp.ecuacion.lib.core.util.ObjectsUtil.RequireElementNonNullException
-
Construct a new instance.
- requireElementsNonDuplicated(Collection) - Static method in class jp.ecuacion.lib.core.util.ObjectsUtil
-
Validates elements of a collection is not
nulland throwsRequireElementNonNullExceptionif the argument value does not match the condition. - requireElementsNonDuplicated(T[]) - Static method in class jp.ecuacion.lib.core.util.ObjectsUtil
-
Validates elements of an array is not
nulland throwsRequireElementNonNullExceptionif the argument value does not match the condition. - RequireElementsNonDuplicatedException() - Constructor for exception class jp.ecuacion.lib.core.util.ObjectsUtil.RequireElementsNonDuplicatedException
-
Construct a new instance.
- requireNonEmpty(String) - Static method in class jp.ecuacion.lib.core.util.ObjectsUtil
-
Validates the argument is not
nullorblank("")and throwsRequireNonEmptyExceptionif the argument value does not match the condition. - requireNonEmpty(String, String, String...) - Static method in class jp.ecuacion.lib.core.util.ObjectsUtil
-
Validates multiple arguments are not
nullorblank("")and throwsRequireNonEmptyExceptionif arguments value do not match the condition. - RequireNonempty - Annotation Interface in jp.ecuacion.lib.core.annotation
-
Designates that the method throws
RequireNonEmptyExceptionwhen the annotated arguments is empty. (=null or blank("")) - RequireNonEmptyException() - Constructor for exception class jp.ecuacion.lib.core.util.ObjectsUtil.RequireNonEmptyException
-
Construct a new instance.
- requireNonNull(Object, Object, Object...) - Static method in class jp.ecuacion.lib.core.util.ObjectsUtil
-
Validates multiple arguments are not
nulland throwsRequireNonNullExceptionif arguments value do not match the condition. - requireNonNull(T) - Static method in class jp.ecuacion.lib.core.util.ObjectsUtil
-
Validates the argument is not
nulland throwsRequireNonNullExceptionif the argument value does not match the condition. - RequireNonnull - Annotation Interface in jp.ecuacion.lib.core.annotation
-
Designates that the method throws
RequireNonNullExceptionwhen the annotated arguments isnull. - RequireNonNullException() - Constructor for exception class jp.ecuacion.lib.core.util.ObjectsUtil.RequireNonNullException
-
Construct a new instance.
- requireSizeNonZero(Collection) - Static method in class jp.ecuacion.lib.core.util.ObjectsUtil
-
Validates the length of a collection is not zero and throws
RequireSizeNonZeroExceptionif the argument value does not match the condition. - requireSizeNonZero(T[]) - Static method in class jp.ecuacion.lib.core.util.ObjectsUtil
-
Validates the length of an array is not zero and throws
RequireSizeNonZeroExceptionif the argument value does not match the condition. - RequireSizeNonzero - Annotation Interface in jp.ecuacion.lib.core.annotation
-
Designates that the method throws RequireSizeNonZeroException when the length of the annotated list or array is zero.
- RequireSizeNonZeroException() - Constructor for exception class jp.ecuacion.lib.core.util.ObjectsUtil.RequireSizeNonZeroException
-
Construct a new instance.
S
- searchAnnotationPlacedAtClass(Class, Class) - Static method in class jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmptyValidator
-
Searches for a class annotation in the argument class and its superClasses.
- searchAnnotationPlacedAtClass(Class, Class) - Static method in class jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmptyValidator
-
Searches for a class annotation in the argument class and its superClasses.
- searchAnnotationPlacedAtClass(Class, Class) - Static method in class jp.ecuacion.lib.core.jakartavalidation.bean.ConstraintViolationBean
-
Searches for a class annotation in the argument class and its superClasses.
- sendErrorMail(Throwable) - Static method in class jp.ecuacion.lib.core.util.MailUtil
-
Sends an error mail.
- sendErrorMail(Throwable, String) - Static method in class jp.ecuacion.lib.core.util.MailUtil
-
Sends an error mail adding an additional message to it.
- sendHtmlMail(List, List, String, String) - Static method in class jp.ecuacion.lib.core.util.MailUtil
-
Provides sending html-format mail function.
- sendTextMail(List, List, String, String) - Static method in class jp.ecuacion.lib.core.util.MailUtil
-
Provides sending text-format mail function.
- sendWarnMail(String, List) - Static method in class jp.ecuacion.lib.core.util.MailUtil
-
Sends a warn mail.
- setIgnoresEmergenceOfEndSymbolOnly(boolean) - Method in class jp.ecuacion.lib.core.util.EmbeddedParameterUtil.Options
-
Sets
ignoresEndSymbolShowsUpBeforeStartSymbolDoes. - setMessagePostfix(PropertyFileUtil.Arg) - Method in exception class jp.ecuacion.lib.core.exception.checked.ValidationAppException
- setMessagePrefix(PropertyFileUtil.Arg) - Method in exception class jp.ecuacion.lib.core.exception.checked.ValidationAppException
-
Sets
messagePrefixand returns this for method chain. - setMessageWithItemName(boolean) - Method in exception class jp.ecuacion.lib.core.exception.checked.ValidationAppException
-
Sets
isMessageWithItemNameand returns this for method chain. - setsItemNameKeyClassExplicitly() - Method in class jp.ecuacion.lib.core.item.EclibItem
-
Returns whether the itemNameKeyClass is set explicitly.
- showsValue - Variable in class jp.ecuacion.lib.core.item.EclibItem
-
Is false when the value should not be open to public (like password).
- showsValue - Variable in class jp.ecuacion.lib.core.jakartavalidation.bean.ConstraintViolationBean.FieldInfoBean
- 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.
- SingleAppException(String) - Constructor for exception class jp.ecuacion.lib.core.exception.checked.SingleAppException
-
Constructs a new instance with
message. - 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.
- string - Enum constant in enum class jp.ecuacion.lib.core.jakartavalidation.validator.enums.ConditionValuePattern
- string(String) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil.Arg
-
Constructs a new instance of normal string.
- StringFormatIncorrectException(String, String, String) - Constructor for exception class jp.ecuacion.lib.core.util.EmbeddedParameterUtil.StringFormatIncorrectException
-
Construct a new instance.
- strings(String...) - Static method in class jp.ecuacion.lib.core.util.PropertyFileUtil.Arg
-
Constructs an array of new instances of normal string.
- StringUtil - Class in jp.ecuacion.lib.core.util
-
Provides string-related utility methods.
- 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.
- SYSTEM_ERROR_OCCURED_SIGN - Static variable in class jp.ecuacion.lib.core.util.ExceptionUtil
T
- Test92DuplicateInMultipleFilesCoreProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor messages inecuacion-lib-core. - Test92DuplicateInMultipleFilesProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor messages inecuacion-lib-core. - Test92DuplicateInOneFileProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor messages inecuacion-lib-core. - Test92LangProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor messages inecuacion-lib-core. - Test92NoneAndLangAndLangCountryProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor messages inecuacion-lib-core. - Test92NoneAndLangCountryProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor messages inecuacion-lib-core. - Test92NoneAndLangProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor messages inecuacion-lib-core. - Test92NoneProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor messages inecuacion-lib-core. - toCurrencyFormat(String) - Static 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.ValidationAppException
-
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.
U
- UncheckedAppException - Exception Class in jp.ecuacion.lib.core.exception.unchecked
-
Wraps
AppExceptionand enables to throw AppException in overrided and no "throws AppException" signature method. - UncheckedAppException(AppException) - Constructor for exception class jp.ecuacion.lib.core.exception.unchecked.UncheckedAppException
-
Constructs a new instance with
AppException.
V
- validate(T) - Static method in class jp.ecuacion.lib.core.util.ValidationUtil
-
Validates and returns
ConstraintViolationif validation errors exist. - VALIDATES_WHEN_CONDITION_NOT_SATISFIED - Static variable in class jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmptyValidator
- VALIDATES_WHEN_CONDITION_NOT_SATISFIED - Static variable in class jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmptyValidator
- validateThenReturn(T) - Static method in class jp.ecuacion.lib.core.util.ValidationUtil
-
Validates and returns
MultipleAppExceptionif validation errors exist. - validateThenReturn(T, Boolean, PropertyFileUtil.Arg, PropertyFileUtil.Arg) - Static method in class jp.ecuacion.lib.core.util.ValidationUtil
-
Validates and returns
MultipleAppExceptionif validation errors exist. - validateThenThrow(T) - Static method in class jp.ecuacion.lib.core.util.ValidationUtil
-
Validates and throws
MultipleAppExceptionif validation errors exist. - validateThenThrow(T, Boolean, PropertyFileUtil.Arg, PropertyFileUtil.Arg) - Static method in class jp.ecuacion.lib.core.util.ValidationUtil
-
Validates and throws
MultipleAppExceptionif validation errors exist. - ValidationAppException - Exception Class in jp.ecuacion.lib.core.exception.checked
-
Holds a Jakarta Validations violation.
- ValidationAppException(ConstraintViolation) - Constructor for exception class jp.ecuacion.lib.core.exception.checked.ValidationAppException
-
Constructs a new instance with Jakarta Validation violation.
- ValidationAppException(ConstraintViolationBean) - Constructor for exception class jp.ecuacion.lib.core.exception.checked.ValidationAppException
-
Constructs a new instance with
BeanValidationErrorInfoBean. - ValidationMessagesProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor messages in app projects. - ValidationMessagesWithItemNamesProvider - Interface in jp.ecuacion.lib.core.spi
-
Is a
ResourceBundleProviderfor messages in app projects. - ValidationUtil - Class in jp.ecuacion.lib.core.util
-
Provides validation-related utilities.
- VALIDATOR_PARAMETER_NULL - Static variable in class jp.ecuacion.lib.core.constant.EclibCoreConstants
-
Constants used when annotation parameter value is null because parameter cannot be null value.
- value() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.annotation.ItemNameKeyClass
-
Specifies ItemNameKeyClass.
- value() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalEmpty.ConditionalEmptyList
-
Returns an array of ConditionalEmpty.
- value() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.ConditionalNotEmpty.ConditionalNotEmptyList
-
Returns an array of ConditionalNotEmpty.
- value() - Element in annotation interface jp.ecuacion.lib.core.jakartavalidation.validator.PatternWithDescription.PatternWithDescriptionList
-
Returns an array of PatternWithDescription.
- valueOf(String) - Static method in enum class jp.ecuacion.lib.core.jakartavalidation.validator.enums.ConditionOperator
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class jp.ecuacion.lib.core.jakartavalidation.validator.enums.ConditionValuePattern
-
Returns the enum constant of this class with the specified name.
- valueOfPropertyPath - Enum constant in enum class jp.ecuacion.lib.core.jakartavalidation.validator.enums.ConditionValuePattern
- values() - Static method in enum class jp.ecuacion.lib.core.jakartavalidation.validator.enums.ConditionOperator
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class jp.ecuacion.lib.core.jakartavalidation.validator.enums.ConditionValuePattern
-
Returns an array containing the constants of this enum class, in the order they are declared.
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.
- warn(Throwable) - Method in class jp.ecuacion.lib.core.logging.DetailLogger
-
Logs exception message with "error" loglevel.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form