Uses of Class
com.saperion.common.lang.id.HierarchicalName
Packages that use HierarchicalName
-
Uses of HierarchicalName in com.saperion.common.config.manager
Methods in com.saperion.common.config.manager that return HierarchicalNameModifier and TypeMethodDescriptionDbConfigurationManagerConstructorParameters.getRootName()Returns the root name.Methods in com.saperion.common.config.manager that return types with arguments of type HierarchicalNameModifier and TypeMethodDescriptionDbConfigurationManager.getHierarchicalNames(HierarchicalName hierarchicalName) DbConfigurationManager.getHierarchicalNames(HierarchicalName hierarchicalName, StorageType storageType) Methods in com.saperion.common.config.manager with parameters of type HierarchicalNameModifier and TypeMethodDescriptionintDbConfigurationManager.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.final BinaryDbConfigurationManager.getBinary(HierarchicalName hierarchicalName) Gets the configuration value with the specifiedHierarchicalNameand converts it to aBinary.final BinaryDbConfigurationManager.getBinary(HierarchicalName hierarchicalName, StorageType storageType) Gets the configuration value with the specifiedHierarchicalNameand converts it to aBinary.final BooleanDbConfigurationManager.getBoolean(HierarchicalName hierarchicalName) Gets the configuration value with the specifiedHierarchicalNameand converts it to aBoolean.final BooleanDbConfigurationManager.getBoolean(HierarchicalName hierarchicalName, StorageType storageType) Gets the configuration value with the specifiedHierarchicalNameand converts it to aBoolean.final DateDbConfigurationManager.getDateTime(HierarchicalName hierarchicalName) Gets the configuration value with the specifiedHierarchicalNameand converts it to aDate.final DateDbConfigurationManager.getDateTime(HierarchicalName hierarchicalName, StorageType storageType) Gets the configuration value with the specifiedHierarchicalNameand converts it to aDate.final DecimalDbConfigurationManager.getDecimal(HierarchicalName hierarchicalName) Gets the configuration value with the specifiedHierarchicalNameand converts it to aDecimal.final DecimalDbConfigurationManager.getDecimal(HierarchicalName hierarchicalName, StorageType storageType) Gets the configuration value with the specifiedHierarchicalNameand converts it to aDecimal.final DoubleDbConfigurationManager.getDouble(HierarchicalName hierarchicalName) Gets the configuration value with the specifiedHierarchicalNameand converts it to aDouble.final DoubleDbConfigurationManager.getDouble(HierarchicalName hierarchicalName, StorageType storageType) Gets the configuration value with the specifiedHierarchicalNameand converts it to aDouble.final FloatDbConfigurationManager.getFloat(HierarchicalName hierarchicalName) Gets the configuration value with the specifiedHierarchicalNameand converts it to aFloat.final FloatDbConfigurationManager.getFloat(HierarchicalName hierarchicalName, StorageType storageType) Gets the configuration value with the specifiedHierarchicalNameand converts it to aFloat.DbConfigurationManager.getHierarchicalNames(HierarchicalName hierarchicalName) DbConfigurationManager.getHierarchicalNames(HierarchicalName hierarchicalName, StorageType storageType) final GuidDbConfigurationManager.getId(HierarchicalName hierarchicalName) Gets the configuration value with the specifiedHierarchicalNameand converts it to aGuid.final GuidDbConfigurationManager.getId(HierarchicalName hierarchicalName, StorageType storageType) Gets the configuration value with the specifiedHierarchicalNameand converts it to aGuid.final IntegerDbConfigurationManager.getInteger(HierarchicalName hierarchicalName) Gets the configuration value with the specifiedHierarchicalNameand converts it to anInteger.final IntegerDbConfigurationManager.getInteger(HierarchicalName hierarchicalName, StorageType storageType) Gets the configuration value with the specifiedHierarchicalNameand converts it to anInteger.final LongDbConfigurationManager.getLong(HierarchicalName hierarchicalName) Gets the configuration value with the specifiedHierarchicalNameand converts it to aLong.final LongDbConfigurationManager.getLong(HierarchicalName hierarchicalName, StorageType storageType) Gets the configuration value with the specifiedHierarchicalNameand converts it to aLong.DbConfigurationManager.getString(HierarchicalName hierarchicalName) Gets the configuration value with the specifiedHierarchicalName.DbConfigurationManager.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, 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 HierarchicalNameModifier and TypeMethodDescriptionvoidDbConfigurationManager.set(Map<HierarchicalName, 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 HierarchicalNameModifier and TypeMethodDescriptionHierarchicalName.add(HierarchicalName hierarchicalName) Returns a newHierarchicalNamethat contains the name elements of thisHierarchicalNamefirst, followed by the name elements of the specifiedHierarchicalName.Returns a newHierarchicalNamethat contains the name elements of thisHierarchicalNamefirst, followed by the name elements of the specified string representation.HierarchicalName.getPrefix(int elementPosition) Returns a prefix, i.e aHierarchicalNamethat contains the name elements of thisHierarchicalNamein the range of [0, the specified element position).HierarchicalName.getSuffix(int elementPosition) Returns a suffix, i.e aHierarchicalNamethat contains the name elements of thisHierarchicalNamein the range of [the specified element position,getCountElements()).HierarchicalName.subtractPrefix(HierarchicalName hierarchicalName) Returns a suffix of thisHierarchicalNameby subtracting the specified prefix.HierarchicalName.subtractSuffix(HierarchicalName hierarchicalName) Returns a prefix of thisHierarchicalNameby subtracting the specified suffix.Methods in com.saperion.common.lang.id with parameters of type HierarchicalNameModifier and TypeMethodDescriptionHierarchicalName.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.HierarchicalName.subtractPrefix(HierarchicalName hierarchicalName) Returns a suffix of thisHierarchicalNameby subtracting the specified prefix.HierarchicalName.subtractSuffix(HierarchicalName hierarchicalName) Returns a prefix of thisHierarchicalNameby subtracting the specified suffix.