public class SettingContextDAO extends GenericDAOJPAImpl<ContextEntity,Long>
modelClass| Constructor and Description |
|---|
SettingContextDAO() |
| Modifier and Type | Method and Description |
|---|---|
long |
countContextsByType(String contextType) |
ContextEntity |
getContextByTypeAndName(String contextType,
String contextName) |
List<String> |
getContextNamesByType(String contextType,
int offset,
int limit) |
List<ContextEntity> |
getContextsByTypeAndSettingNameAndScope(String contextType,
String scopeType,
String scopeName,
String settingName,
int offset,
int limit) |
List<ContextEntity> |
getEmptyContextsByScopeAndContextType(String contextType,
String scopeType,
String scopeName,
String settingName,
int offset,
int limit) |
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, getDialect, getEntityManager, getHibernateDialect, isMSSQLDialect, isOrcaleDialect, update, updateAllpublic ContextEntity getContextByTypeAndName(String contextType, String contextName)
public List<ContextEntity> getEmptyContextsByScopeAndContextType(String contextType, String scopeType, String scopeName, String settingName, int offset, int limit)
public List<ContextEntity> getContextsByTypeAndSettingNameAndScope(String contextType, String scopeType, String scopeName, String settingName, int offset, int limit)
public long countContextsByType(String contextType)
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.