public class GroupEntityManager extends AbstractManager implements GroupIdentityManager
| Constructor and Description |
|---|
GroupEntityManager() |
| Modifier and Type | Method and Description |
|---|---|
Group |
createNewGroup(String groupId) |
GroupQuery |
createNewGroupQuery() |
void |
deleteGroup(String groupId) |
List<Group> |
findGroupByQueryCriteria(GroupQueryImpl query,
Page page) |
long |
findGroupCountByNativeQuery(Map<String,Object> parameterMap) |
long |
findGroupCountByQueryCriteria(GroupQueryImpl query) |
List<Group> |
findGroupsByNativeQuery(Map<String,Object> parameterMap,
int firstResult,
int maxResults) |
List<Group> |
findGroupsByUser(String userId) |
void |
insertGroup(Group group) |
void |
updateGroup(GroupEntity updatedGroup) |
close, delete, flush, getAttachmentManager, getByteArrayManager, getDbSqlSession, getDeploymentManager, getGroupIdentityManager, getHistoricActivityInstanceManager, getHistoricDetailManager, getHistoricIdentityLinkEntityManager, getHistoricProcessInstanceManager, getHistoricTaskInstanceManager, getHistoricVariableInstanceManager, getHistoryManager, getIdentityInfoManager, getIdentityLinkManager, getMembershipIdentityManager, getModelManager, getProcessDefinitionManager, getProcessInstanceManager, getResourceManager, getSession, getTaskManager, getUserIdentityManager, getVariableInstanceManager, insertpublic Group createNewGroup(String groupId)
createNewGroup in interface GroupIdentityManagerpublic void insertGroup(Group group)
insertGroup in interface GroupIdentityManagerpublic void updateGroup(GroupEntity updatedGroup)
updateGroup in interface GroupIdentityManagerpublic void deleteGroup(String groupId)
deleteGroup in interface GroupIdentityManagerpublic GroupQuery createNewGroupQuery()
createNewGroupQuery in interface GroupIdentityManagerpublic List<Group> findGroupByQueryCriteria(GroupQueryImpl query, Page page)
findGroupByQueryCriteria in interface GroupIdentityManagerpublic long findGroupCountByQueryCriteria(GroupQueryImpl query)
findGroupCountByQueryCriteria in interface GroupIdentityManagerpublic List<Group> findGroupsByUser(String userId)
findGroupsByUser in interface GroupIdentityManagerpublic List<Group> findGroupsByNativeQuery(Map<String,Object> parameterMap, int firstResult, int maxResults)
findGroupsByNativeQuery in interface GroupIdentityManagerpublic long findGroupCountByNativeQuery(Map<String,Object> parameterMap)
findGroupCountByNativeQuery in interface GroupIdentityManagerCopyright © 2013 Alfresco. All rights reserved.