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 HierarchicalNameDbConfigurationManagerConstructorParameters. 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 intDbConfigurationManager. delete(HierarchicalName hierarchicalName, boolean includingSubvalues)Deletes the configuration value for the specifiedHierarchicalNamefrom the database and internal cache.booleanDbConfigurationManager. exists(HierarchicalName hierarchicalName)Tests whether a configuration value with the specifiedHierarchicalNameexists.booleanDbConfigurationManager. exists(HierarchicalName hierarchicalName, StorageType storageType)Tests whether a configuration value with the specifiedHierarchicalNameexists.BinaryDbConfigurationManager. getBinary(HierarchicalName hierarchicalName)Gets the configuration value with the specifiedHierarchicalNameand converts it to aBinary.BinaryDbConfigurationManager. getBinary(HierarchicalName hierarchicalName, StorageType storageType)Gets the configuration value with the specifiedHierarchicalNameand converts it to aBinary.java.lang.BooleanDbConfigurationManager. getBoolean(HierarchicalName hierarchicalName)Gets the configuration value with the specifiedHierarchicalNameand converts it to aBoolean.java.lang.BooleanDbConfigurationManager. getBoolean(HierarchicalName hierarchicalName, StorageType storageType)Gets the configuration value with the specifiedHierarchicalNameand converts it to aBoolean.java.util.DateDbConfigurationManager. getDateTime(HierarchicalName hierarchicalName)Gets the configuration value with the specifiedHierarchicalNameand converts it to aDate.java.util.DateDbConfigurationManager. getDateTime(HierarchicalName hierarchicalName, StorageType storageType)Gets the configuration value with the specifiedHierarchicalNameand converts it to aDate.DecimalDbConfigurationManager. getDecimal(HierarchicalName hierarchicalName)Gets the configuration value with the specifiedHierarchicalNameand converts it to aDecimal.DecimalDbConfigurationManager. getDecimal(HierarchicalName hierarchicalName, StorageType storageType)Gets the configuration value with the specifiedHierarchicalNameand converts it to aDecimal.java.lang.DoubleDbConfigurationManager. getDouble(HierarchicalName hierarchicalName)Gets the configuration value with the specifiedHierarchicalNameand converts it to aDouble.java.lang.DoubleDbConfigurationManager. getDouble(HierarchicalName hierarchicalName, StorageType storageType)Gets the configuration value with the specifiedHierarchicalNameand converts it to aDouble.java.lang.FloatDbConfigurationManager. getFloat(HierarchicalName hierarchicalName)Gets the configuration value with the specifiedHierarchicalNameand converts it to aFloat.java.lang.FloatDbConfigurationManager. getFloat(HierarchicalName hierarchicalName, StorageType storageType)Gets the configuration value with the specifiedHierarchicalNameand converts it to aFloat.java.util.Collection<HierarchicalName>DbConfigurationManager. getHierarchicalNames(HierarchicalName hierarchicalName)java.util.Collection<HierarchicalName>DbConfigurationManager. getHierarchicalNames(HierarchicalName hierarchicalName, StorageType storageType)GuidDbConfigurationManager. getId(HierarchicalName hierarchicalName)Gets the configuration value with the specifiedHierarchicalNameand converts it to aGuid.GuidDbConfigurationManager. getId(HierarchicalName hierarchicalName, StorageType storageType)Gets the configuration value with the specifiedHierarchicalNameand converts it to aGuid.java.lang.IntegerDbConfigurationManager. getInteger(HierarchicalName hierarchicalName)Gets the configuration value with the specifiedHierarchicalNameand converts it to anInteger.java.lang.IntegerDbConfigurationManager. getInteger(HierarchicalName hierarchicalName, StorageType storageType)Gets the configuration value with the specifiedHierarchicalNameand converts it to anInteger.java.lang.LongDbConfigurationManager. getLong(HierarchicalName hierarchicalName)Gets the configuration value with the specifiedHierarchicalNameand converts it to aLong.java.lang.LongDbConfigurationManager. getLong(HierarchicalName hierarchicalName, StorageType storageType)Gets the configuration value with the specifiedHierarchicalNameand converts it to aLong.java.lang.StringDbConfigurationManager. getString(HierarchicalName hierarchicalName)Gets the configuration value with the specifiedHierarchicalName.java.lang.StringDbConfigurationManager. getString(HierarchicalName hierarchicalName, StorageType storageType)Gets the configuration value with the specifiedHierarchicalName.voidDbConfigurationManager. load(HierarchicalName hierarchicalName)Loads the configuration value for the specifiedHierarchicalNamefrom the database and stores it into the internal cache.voidDbConfigurationManager. load(HierarchicalName hierarchicalName, boolean includingSubvalues)Loads the configuration value for the specifiedHierarchicalNamefrom the database and stores it into the internal cache.voidDbConfigurationManager. set(HierarchicalName hierarchicalName, java.lang.Object value)Sets the configuration value with the specifiedHierarchicalName.voidDbConfigurationManagerConstructorParameters. 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 voidDbConfigurationManager. set(java.util.Map<HierarchicalName,java.lang.Object> mapHierarchicalName2Value)Sets all the specified configuration values (values of the specified map) according to their specifiedHierarchicalNames (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 HierarchicalNameHierarchicalName. add(HierarchicalName hierarchicalName)Returns a newHierarchicalNamethat contains the name elements of thisHierarchicalNamefirst, followed by the name elements of the specifiedHierarchicalName.HierarchicalNameHierarchicalName. add(java.lang.String name)Returns a newHierarchicalNamethat contains the name elements of thisHierarchicalNamefirst, followed by the name elements of the specified string representation.HierarchicalNameHierarchicalName. getPrefix(int elementPosition)Returns a prefix, i.e aHierarchicalNamethat contains the name elements of thisHierarchicalNamein the range of [0, the specified element position).HierarchicalNameHierarchicalName. getSuffix(int elementPosition)Returns a suffix, i.e aHierarchicalNamethat contains the name elements of thisHierarchicalNamein the range of [the specified element position,getCountElements()).HierarchicalNameHierarchicalName. subtractPrefix(HierarchicalName hierarchicalName)Returns a suffix of thisHierarchicalNameby subtracting the specified prefix.HierarchicalNameHierarchicalName. subtractSuffix(HierarchicalName hierarchicalName)Returns a prefix of thisHierarchicalNameby subtracting the specified suffix.Methods in com.saperion.common.lang.id with parameters of type HierarchicalName Modifier and Type Method Description HierarchicalNameHierarchicalName. add(HierarchicalName hierarchicalName)Returns a newHierarchicalNamethat contains the name elements of thisHierarchicalNamefirst, followed by the name elements of the specifiedHierarchicalName.booleanHierarchicalName. endsWith(HierarchicalName hierarchicalName)Returns whether thisHierarchicalNameends with the specifiedHierarchicalName.booleanHierarchicalName. startsWith(HierarchicalName hierarchicalName)Returns whether thisHierarchicalNamestarts with the specifiedHierarchicalName.HierarchicalNameHierarchicalName. subtractPrefix(HierarchicalName hierarchicalName)Returns a suffix of thisHierarchicalNameby subtracting the specified prefix.HierarchicalNameHierarchicalName. subtractSuffix(HierarchicalName hierarchicalName)Returns a prefix of thisHierarchicalNameby subtracting the specified suffix.
-