Uses of Interface
com.basiscomponents.db.constants.ConstantsResolver
-
Packages that use ConstantsResolver Package Description com.basiscomponents.db com.basiscomponents.db.constants -
-
Uses of ConstantsResolver in com.basiscomponents.db
Methods in com.basiscomponents.db with parameters of type ConstantsResolver Modifier and Type Method Description DataRow
DataRow. resolveConstants(ConstantsResolver cr)
Resolve any [[CONSTANT]] type of string inside all String fields note: if the CONSTANT contains "!CLEAR" the field will be removed from the DataRow (like an STBL gets cleared)DataRow
DataRow. resolveConstants(ConstantsResolver cr, boolean removeUnsetFields)
Resolve any [[CONSTANT]] type of string inside all String fields note: if the CONSTANT contains "!CLEAR" the field will be removed from the DataRow (like an STBL gets cleared) -
Uses of ConstantsResolver in com.basiscomponents.db.constants
Classes in com.basiscomponents.db.constants that implement ConstantsResolver Modifier and Type Class Description class
BBjNamespaceConstantsResolver
class
SimpleConstantsResolver
The SimpleConstantResolver provides methods to define Constants([[CONSTANT_NAME]]) with values.
-