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) |
boolean |
isNewGroup(Group group) |
void |
updateGroup(Group updatedGroup) |
close, delete, flush, getAttachmentManager, getByteArrayManager, getDbSqlSession, getDeploymentManager, getEventSubscriptionManager, getGroupIdentityManager, getHistoricActivityInstanceManager, getHistoricDetailManager, getHistoricIdentityLinkEntityManager, getHistoricProcessInstanceManager, getHistoricTaskInstanceManager, getHistoricVariableInstanceManager, getHistoryManager, getIdentityInfoManager, getIdentityLinkManager, getMembershipIdentityManager, getModelManager, getProcessDefinitionInfoManager, getProcessDefinitionManager, getProcessEngineConfiguration, getProcessInstanceManager, getResourceManager, getSession, getTaskManager, getUserIdentityManager, getVariableInstanceManager, insert
public Group createNewGroup(String groupId)
createNewGroup
in interface GroupIdentityManager
public void insertGroup(Group group)
insertGroup
in interface GroupIdentityManager
public void updateGroup(Group updatedGroup)
updateGroup
in interface GroupIdentityManager
public void deleteGroup(String groupId)
deleteGroup
in interface GroupIdentityManager
public GroupQuery createNewGroupQuery()
createNewGroupQuery
in interface GroupIdentityManager
public List<Group> findGroupByQueryCriteria(GroupQueryImpl query, Page page)
findGroupByQueryCriteria
in interface GroupIdentityManager
public long findGroupCountByQueryCriteria(GroupQueryImpl query)
findGroupCountByQueryCriteria
in interface GroupIdentityManager
public List<Group> findGroupsByUser(String userId)
findGroupsByUser
in interface GroupIdentityManager
public List<Group> findGroupsByNativeQuery(Map<String,Object> parameterMap, int firstResult, int maxResults)
findGroupsByNativeQuery
in interface GroupIdentityManager
public long findGroupCountByNativeQuery(Map<String,Object> parameterMap)
findGroupCountByNativeQuery
in interface GroupIdentityManager
public boolean isNewGroup(Group group)
isNewGroup
in interface GroupIdentityManager
Copyright © 2016 Alfresco. All rights reserved.