Uses of Class
org.exoplatform.settings.jpa.entity.ContextEntity
Packages that use ContextEntity
Package
Description
-
Uses of ContextEntity in org.exoplatform.settings.jpa
Methods in org.exoplatform.settings.jpa that return ContextEntityModifier and TypeMethodDescriptionstatic ContextEntityEntityConverter.convertContextToContextEntity(org.exoplatform.commons.api.settings.data.Context context) SettingContextDAO.getContextByTypeAndName(String contextType, String contextName) Methods in org.exoplatform.settings.jpa that return types with arguments of type ContextEntityModifier and TypeMethodDescriptionSettingContextDAO.getContextsByTypeAndSettingNameAndScope(String contextType, String scopeType, String scopeName, String settingName, int offset, int limit) SettingContextDAO.getEmptyContextsByScopeAndContextType(String contextType, String scopeType, String scopeName, String settingName, int offset, int limit) -
Uses of ContextEntity in org.exoplatform.settings.jpa.dao
Methods in org.exoplatform.settings.jpa.dao that return ContextEntityModifier and TypeMethodDescriptionSettingContextDAO.getContextByTypeAndName(String contextType, String contextName) Methods in org.exoplatform.settings.jpa.dao that return types with arguments of type ContextEntityModifier and TypeMethodDescriptionSettingContextDAO.getContextsByTypeAndSettingNameAndScope(String contextType, String scopeType, String scopeName, String settingName, int offset, int limit) SettingContextDAO.getEmptyContextsByScopeAndContextType(String contextType, String scopeType, String scopeName, String settingName, int offset, int limit) -
Uses of ContextEntity in org.exoplatform.settings.jpa.entity
Methods in org.exoplatform.settings.jpa.entity that return ContextEntityMethods in org.exoplatform.settings.jpa.entity with parameters of type ContextEntity