Uses of Class
org.exoplatform.settings.jpa.entity.SettingsEntity
Packages that use SettingsEntity
Package
Description
-
Uses of SettingsEntity in org.exoplatform.settings.jpa
Methods in org.exoplatform.settings.jpa that return SettingsEntityModifier and TypeMethodDescriptionSettingsDAO.getSettingByContextAndScopeAndKey(String contextType, String contextName, String scopeType, String scopeName, String key) Methods in org.exoplatform.settings.jpa that return types with arguments of type SettingsEntityModifier and TypeMethodDescriptionSettingsDAO.getSettingsByContextAndScope(String contextType, String contextName, String scopeType, String scopeName) SettingsDAO.getSettingsByContextTypeAndName(String contextType, String contextName) -
Uses of SettingsEntity in org.exoplatform.settings.jpa.dao
Methods in org.exoplatform.settings.jpa.dao that return SettingsEntityModifier and TypeMethodDescriptionSettingsDAO.getSettingByContextAndScopeAndKey(String contextType, String contextName, String scopeType, String scopeName, String key) Methods in org.exoplatform.settings.jpa.dao that return types with arguments of type SettingsEntityModifier and TypeMethodDescriptionSettingsDAO.getSettingsByContextAndScope(String contextType, String contextName, String scopeType, String scopeName) SettingsDAO.getSettingsByContextTypeAndName(String contextType, String contextName) -
Uses of SettingsEntity in org.exoplatform.settings.jpa.entity
Methods in org.exoplatform.settings.jpa.entity that return SettingsEntityModifier and TypeMethodDescriptionSettingsEntity.setContext(ContextEntity context) SettingsEntity.setScope(ScopeEntity scope) Methods in org.exoplatform.settings.jpa.entity that return types with arguments of type SettingsEntityMethod parameters in org.exoplatform.settings.jpa.entity with type arguments of type SettingsEntityModifier and TypeMethodDescriptionvoidContextEntity.setSettings(Set<SettingsEntity> settings) voidScopeEntity.setSettings(Set<SettingsEntity> settings)