Uses of Class
org.exoplatform.portal.mop.State
Packages that use State
Package
Description
-
Uses of State in org.exoplatform.portal.mop
Fields in org.exoplatform.portal.mop declared as State -
Uses of State in org.exoplatform.portal.mop.service
Methods in org.exoplatform.portal.mop.service that return types with arguments of type StateModifier and TypeMethodDescriptionDescriptionService.getDescriptions(String id) Returns a map containing all the descriptions of an object or null if the object is not internationalized.Method parameters in org.exoplatform.portal.mop.service with type arguments of type StateModifier and TypeMethodDescriptionvoidDescriptionService.setDescriptions(String id, Map<Locale, State> descriptions) Updates the description of the specified object or remove the internationalized characteristic of the object if the description map is null. -
Uses of State in org.exoplatform.portal.mop.storage
Methods in org.exoplatform.portal.mop.storage that return StateModifier and TypeMethodDescriptionDescriptionStorage.getDescription(String id) Returns the default description or null if it does not exist.DescriptionStorage.getDescription(String id, Locale locale) Returns a description for the specified locale argument or null if it does not exist.DescriptionStorage.resolveDescription(String id, Locale locale) Resolve a description with thelocaleargument.DescriptionStorage.resolveDescription(String id, Locale locale2, Locale locale1) Resolve a description, thelocale1argument specifies which locale is relevant for retrieval, thelocale2specifies which locale should be defaulted to when thelocale1cannot provide any relevant match.Methods in org.exoplatform.portal.mop.storage that return types with arguments of type StateModifier and TypeMethodDescriptionDescriptionStorage.getDescriptions(String id) Returns a map containing all the descriptions of an object or null if the object is not internationalized.Methods in org.exoplatform.portal.mop.storage with parameters of type StateModifier and TypeMethodDescriptionvoidDescriptionStorage.setDescription(String id, Locale locale, State description) Update the description for the specified locale to the new description or remove it if the description argument is null.voidDescriptionStorage.setDescription(String id, State description) Update the default description to the new description or remove it if the description argument is null.Method parameters in org.exoplatform.portal.mop.storage with type arguments of type StateModifier and TypeMethodDescriptionvoidDescriptionStorage.setDescriptions(String id, Map<Locale, State> descriptions) Updates the description of the specified object or remove the internationalized characteristic of the object if the description map is null.