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.description
Methods in org.exoplatform.portal.mop.description that return StateModifier and TypeMethodDescriptionDescriptionService.getDescription(String id) Deprecated, for removal: This API element is subject to removal in a future version.Returns the default description or null if it does not exist.DescriptionService.getDescription(String id, Locale locale) Deprecated, for removal: This API element is subject to removal in a future version.Returns a description for the specified locale argument or null if it does not exist.DescriptionService.resolveDescription(String id, Locale locale) Deprecated, for removal: This API element is subject to removal in a future version.Resolve a description with thelocaleargument.DescriptionService.resolveDescription(String id, Locale locale2, Locale locale1) Deprecated, for removal: This API element is subject to removal in a future version.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.description that return types with arguments of type StateModifier and TypeMethodDescriptionDescriptionService.getDescriptions(String id) Deprecated, for removal: This API element is subject to removal in a future version.Returns a map containing all the descriptions of an object or null if the object is not internationalized.Methods in org.exoplatform.portal.mop.description with parameters of type StateModifier and TypeMethodDescriptionvoidDescriptionService.setDescription(String id, Locale locale, State description) Deprecated, for removal: This API element is subject to removal in a future version.Update the description for the specified locale to the new description or remove it if the description argument is null.voidDescriptionService.setDescription(String id, State description) Deprecated, for removal: This API element is subject to removal in a future version.Update the default description to the new description or remove it if the description argument is null.Method parameters in org.exoplatform.portal.mop.description with type arguments of type StateModifier and TypeMethodDescriptionvoidDescriptionService.setDescriptions(String id, Map<Locale, State> descriptions) Deprecated, for removal: This API element is subject to removal in a future version.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.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.