org.activiti.engine.impl.persistence.entity
类 GroupEntityManager

java.lang.Object
  继承者 org.activiti.engine.impl.persistence.AbstractManager
      继承者 org.activiti.engine.impl.persistence.entity.GroupEntityManager
所有已实现的接口:
Session, GroupIdentityManager

public class GroupEntityManager
extends AbstractManager
implements GroupIdentityManager

作者:
Tom Baeyens, Saeid Mirzaei, Joram Barrez

构造方法摘要
GroupEntityManager()
           
 
方法摘要
 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)
           
 
从类 org.activiti.engine.impl.persistence.AbstractManager 继承的方法
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, insert
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

GroupEntityManager

public GroupEntityManager()
方法详细信息

createNewGroup

public Group createNewGroup(String groupId)
指定者:
接口 GroupIdentityManager 中的 createNewGroup

insertGroup

public void insertGroup(Group group)
指定者:
接口 GroupIdentityManager 中的 insertGroup

updateGroup

public void updateGroup(GroupEntity updatedGroup)
指定者:
接口 GroupIdentityManager 中的 updateGroup

deleteGroup

public void deleteGroup(String groupId)
指定者:
接口 GroupIdentityManager 中的 deleteGroup

createNewGroupQuery

public GroupQuery createNewGroupQuery()
指定者:
接口 GroupIdentityManager 中的 createNewGroupQuery

findGroupByQueryCriteria

public List<Group> findGroupByQueryCriteria(GroupQueryImpl query,
                                            Page page)
指定者:
接口 GroupIdentityManager 中的 findGroupByQueryCriteria

findGroupCountByQueryCriteria

public long findGroupCountByQueryCriteria(GroupQueryImpl query)
指定者:
接口 GroupIdentityManager 中的 findGroupCountByQueryCriteria

findGroupsByUser

public List<Group> findGroupsByUser(String userId)
指定者:
接口 GroupIdentityManager 中的 findGroupsByUser

findGroupsByNativeQuery

public List<Group> findGroupsByNativeQuery(Map<String,Object> parameterMap,
                                           int firstResult,
                                           int maxResults)
指定者:
接口 GroupIdentityManager 中的 findGroupsByNativeQuery

findGroupCountByNativeQuery

public long findGroupCountByNativeQuery(Map<String,Object> parameterMap)
指定者:
接口 GroupIdentityManager 中的 findGroupCountByNativeQuery


Copyright © 2013 Alfresco. All rights reserved.