Uses of Class
edu.internet2.middleware.grouper.CompositeSave
Packages that use CompositeSave
Package
Description
The I2MI Grouper project is an open source toolkit for managing groups.
-
Uses of CompositeSave in edu.internet2.middleware.grouper
Methods in edu.internet2.middleware.grouper that return CompositeSaveModifier and TypeMethodDescriptionCompositeSave.assignCompositeType
(CompositeType theCompositeType) assign the composite typeid of composite on insertCompositeSave.assignLeftFactorGroup
(Group theLeftFactorGroup) if this is a group attribute, this is the foreign keyCompositeSave.assignLeftFactorGroupId
(String theLeftFactorGroupId) if this is a group attribute, this is the foreign key mutually exclusive with ownerGroupNameCompositeSave.assignLeftFactorGroupName
(String theLeftFactorGroupName) left factor group name, this is the foreign key mutually exclusive with leftFactorGroupIdCompositeSave.assignLeftFactorName
(String theLeftFactor) CompositeSave.assignOwnerGroup
(Group theOwnerGroup) owner group foreign keyCompositeSave.assignOwnerGroupId
(String theOwnerGroupId) this is the foreign key mutually exclusive with ownerGroupNameCompositeSave.assignOwnerGroupName
(String theOwnerGroupName) owner group name, this is the foreign key mutually exclusive with ownerGroupIdCompositeSave.assignOwnerName
(String name1) nameCompositeSave.assignRightFactorGroup
(Group theRightFactorGroup) right factor group this is the foreign keyCompositeSave.assignRightFactorGroupId
(String theRightFactorGroupId) right factor group id, this is the foreign key mutually exclusive with rightFactorGroupNameCompositeSave.assignRightFactorGroupName
(String theRightFactorGroupName) right factor group name, this is the foreign key mutually exclusive with rightFactorGroupIdCompositeSave.assignRightFactorName
(String theRightFactor) CompositeSave.assignSaveMode
(SaveMode theSaveMode) asssign save modeCompositeSave.assignType
(String theType) -
Uses of CompositeSave in edu.internet2.middleware.grouper.app.syncToGrouper
Methods in edu.internet2.middleware.grouper.app.syncToGrouper that return CompositeSave