Uses of Class
lumis.portal.group.GroupType

Packages that use GroupType
lumis.portal.group Contains the API for managing Lumis Portal user groups. 
lumis.portal.group.databaseviewmembership Group Membership provider that allows membership configuration based on a database view data. 
lumis.portal.group.standardmembership Contains the implementation for the Lumis Portal standard group membership provider. 
 

Uses of GroupType in lumis.portal.group
 

Methods in lumis.portal.group that return GroupType
protected  GroupType AbstractGroupMembershipProvider.getGroupType()
          Returns the group type this instance is providing group membership to.
 GroupType IGroupManager.getGroupType(SessionConfig sessionConfig, String groupTypeId, ITransaction transaction)
          Returns a group type.
 GroupType GroupManager.getGroupType(SessionConfig sessionConfig, String groupTypeId, ITransaction transaction)
           
 

Methods in lumis.portal.group with parameters of type GroupType
 void IGroupManager.addGroupType(SessionConfig sessionConfig, GroupType groupType, ITransaction transaction)
          Adds a group type.
 void GroupManager.addGroupType(SessionConfig sessionConfig, GroupType groupType, ITransaction transaction)
           
 void IGroupMembershipProvider.init(GroupType groupType)
          Initializes this membership provider to be used for the given group type.
 void AbstractGroupMembershipProvider.init(GroupType groupType)
           
 void IGroupManager.updateGroupType(SessionConfig sessionConfig, GroupType groupType, ITransaction transaction)
          Updates a group type.
 void GroupManager.updateGroupType(SessionConfig sessionConfig, GroupType groupType, ITransaction transaction)
           
 

Uses of GroupType in lumis.portal.group.databaseviewmembership
 

Methods in lumis.portal.group.databaseviewmembership that return GroupType
 GroupType DatabaseViewGroupTypeConfig.getGroupType()
          Returns the group type this configuration is for.
 

Methods in lumis.portal.group.databaseviewmembership with parameters of type GroupType
 void DatabaseViewGroupMembershipProvider.init(GroupType groupType)
           
 void DatabaseViewGroupTypeConfig.setGroupType(GroupType groupType)
          Sets the group type this configuration is for.
 

Uses of GroupType in lumis.portal.group.standardmembership
 

Methods in lumis.portal.group.standardmembership with parameters of type GroupType
 void StandardGroupMembershipProvider.init(GroupType groupType)
           
 



Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.