Uses of Class
com.saperion.common.lang.id.HierarchicalName
-
Packages that use HierarchicalName Package Description com.saperion.common.config.manager com.saperion.common.lang.id -
-
Uses of HierarchicalName in com.saperion.common.config.manager
Methods in com.saperion.common.config.manager that return HierarchicalName Modifier and Type Method Description HierarchicalName
DbConfigurationManagerConstructorParameters. getRootName()
Returns the root name.Methods in com.saperion.common.config.manager that return types with arguments of type HierarchicalName Modifier and Type Method Description java.util.Collection<HierarchicalName>
DbConfigurationManager. getHierarchicalNames(HierarchicalName hierarchicalName)
java.util.Collection<HierarchicalName>
DbConfigurationManager. getHierarchicalNames(HierarchicalName hierarchicalName, StorageType storageType)
Methods in com.saperion.common.config.manager with parameters of type HierarchicalName Modifier and Type Method Description int
DbConfigurationManager. delete(HierarchicalName hierarchicalName, boolean includingSubvalues)
Deletes the configuration value for the specifiedHierarchicalName
from the database and internal cache.boolean
DbConfigurationManager. exists(HierarchicalName hierarchicalName)
Tests whether a configuration value with the specifiedHierarchicalName
exists.boolean
DbConfigurationManager. exists(HierarchicalName hierarchicalName, StorageType storageType)
Tests whether a configuration value with the specifiedHierarchicalName
exists.Binary
DbConfigurationManager. getBinary(HierarchicalName hierarchicalName)
Gets the configuration value with the specifiedHierarchicalName
and converts it to aBinary
.Binary
DbConfigurationManager. getBinary(HierarchicalName hierarchicalName, StorageType storageType)
Gets the configuration value with the specifiedHierarchicalName
and converts it to aBinary
.java.lang.Boolean
DbConfigurationManager. getBoolean(HierarchicalName hierarchicalName)
Gets the configuration value with the specifiedHierarchicalName
and converts it to aBoolean
.java.lang.Boolean
DbConfigurationManager. getBoolean(HierarchicalName hierarchicalName, StorageType storageType)
Gets the configuration value with the specifiedHierarchicalName
and converts it to aBoolean
.java.util.Date
DbConfigurationManager. getDateTime(HierarchicalName hierarchicalName)
Gets the configuration value with the specifiedHierarchicalName
and converts it to aDate
.java.util.Date
DbConfigurationManager. getDateTime(HierarchicalName hierarchicalName, StorageType storageType)
Gets the configuration value with the specifiedHierarchicalName
and converts it to aDate
.Decimal
DbConfigurationManager. getDecimal(HierarchicalName hierarchicalName)
Gets the configuration value with the specifiedHierarchicalName
and converts it to aDecimal
.Decimal
DbConfigurationManager. getDecimal(HierarchicalName hierarchicalName, StorageType storageType)
Gets the configuration value with the specifiedHierarchicalName
and converts it to aDecimal
.java.lang.Double
DbConfigurationManager. getDouble(HierarchicalName hierarchicalName)
Gets the configuration value with the specifiedHierarchicalName
and converts it to aDouble
.java.lang.Double
DbConfigurationManager. getDouble(HierarchicalName hierarchicalName, StorageType storageType)
Gets the configuration value with the specifiedHierarchicalName
and converts it to aDouble
.java.lang.Float
DbConfigurationManager. getFloat(HierarchicalName hierarchicalName)
Gets the configuration value with the specifiedHierarchicalName
and converts it to aFloat
.java.lang.Float
DbConfigurationManager. getFloat(HierarchicalName hierarchicalName, StorageType storageType)
Gets the configuration value with the specifiedHierarchicalName
and converts it to aFloat
.java.util.Collection<HierarchicalName>
DbConfigurationManager. getHierarchicalNames(HierarchicalName hierarchicalName)
java.util.Collection<HierarchicalName>
DbConfigurationManager. getHierarchicalNames(HierarchicalName hierarchicalName, StorageType storageType)
Guid
DbConfigurationManager. getId(HierarchicalName hierarchicalName)
Gets the configuration value with the specifiedHierarchicalName
and converts it to aGuid
.Guid
DbConfigurationManager. getId(HierarchicalName hierarchicalName, StorageType storageType)
Gets the configuration value with the specifiedHierarchicalName
and converts it to aGuid
.java.lang.Integer
DbConfigurationManager. getInteger(HierarchicalName hierarchicalName)
Gets the configuration value with the specifiedHierarchicalName
and converts it to anInteger
.java.lang.Integer
DbConfigurationManager. getInteger(HierarchicalName hierarchicalName, StorageType storageType)
Gets the configuration value with the specifiedHierarchicalName
and converts it to anInteger
.java.lang.Long
DbConfigurationManager. getLong(HierarchicalName hierarchicalName)
Gets the configuration value with the specifiedHierarchicalName
and converts it to aLong
.java.lang.Long
DbConfigurationManager. getLong(HierarchicalName hierarchicalName, StorageType storageType)
Gets the configuration value with the specifiedHierarchicalName
and converts it to aLong
.java.lang.String
DbConfigurationManager. getString(HierarchicalName hierarchicalName)
Gets the configuration value with the specifiedHierarchicalName
.java.lang.String
DbConfigurationManager. getString(HierarchicalName hierarchicalName, StorageType storageType)
Gets the configuration value with the specifiedHierarchicalName
.void
DbConfigurationManager. load(HierarchicalName hierarchicalName)
Loads the configuration value for the specifiedHierarchicalName
from the database and stores it into the internal cache.void
DbConfigurationManager. load(HierarchicalName hierarchicalName, boolean includingSubvalues)
Loads the configuration value for the specifiedHierarchicalName
from the database and stores it into the internal cache.void
DbConfigurationManager. set(HierarchicalName hierarchicalName, java.lang.Object value)
Sets the configuration value with the specifiedHierarchicalName
.void
DbConfigurationManagerConstructorParameters. setRootName(HierarchicalName rootName)
Sets the root name.Method parameters in com.saperion.common.config.manager with type arguments of type HierarchicalName Modifier and Type Method Description void
DbConfigurationManager. set(java.util.Map<HierarchicalName,java.lang.Object> mapHierarchicalName2Value)
Sets all the specified configuration values (values of the specified map) according to their specifiedHierarchicalName
s (keys of the specified map. -
Uses of HierarchicalName in com.saperion.common.lang.id
Methods in com.saperion.common.lang.id that return HierarchicalName Modifier and Type Method Description HierarchicalName
HierarchicalName. add(HierarchicalName hierarchicalName)
Returns a newHierarchicalName
that contains the name elements of thisHierarchicalName
first, followed by the name elements of the specifiedHierarchicalName
.HierarchicalName
HierarchicalName. add(java.lang.String name)
Returns a newHierarchicalName
that contains the name elements of thisHierarchicalName
first, followed by the name elements of the specified string representation.HierarchicalName
HierarchicalName. getPrefix(int elementPosition)
Returns a prefix, i.e aHierarchicalName
that contains the name elements of thisHierarchicalName
in the range of [0, the specified element position).HierarchicalName
HierarchicalName. getSuffix(int elementPosition)
Returns a suffix, i.e aHierarchicalName
that contains the name elements of thisHierarchicalName
in the range of [the specified element position,getCountElements()
).HierarchicalName
HierarchicalName. subtractPrefix(HierarchicalName hierarchicalName)
Returns a suffix of thisHierarchicalName
by subtracting the specified prefix.HierarchicalName
HierarchicalName. subtractSuffix(HierarchicalName hierarchicalName)
Returns a prefix of thisHierarchicalName
by subtracting the specified suffix.Methods in com.saperion.common.lang.id with parameters of type HierarchicalName Modifier and Type Method Description HierarchicalName
HierarchicalName. add(HierarchicalName hierarchicalName)
Returns a newHierarchicalName
that contains the name elements of thisHierarchicalName
first, followed by the name elements of the specifiedHierarchicalName
.boolean
HierarchicalName. endsWith(HierarchicalName hierarchicalName)
Returns whether thisHierarchicalName
ends with the specifiedHierarchicalName
.boolean
HierarchicalName. startsWith(HierarchicalName hierarchicalName)
Returns whether thisHierarchicalName
starts with the specifiedHierarchicalName
.HierarchicalName
HierarchicalName. subtractPrefix(HierarchicalName hierarchicalName)
Returns a suffix of thisHierarchicalName
by subtracting the specified prefix.HierarchicalName
HierarchicalName. subtractSuffix(HierarchicalName hierarchicalName)
Returns a prefix of thisHierarchicalName
by subtracting the specified suffix.
-