Uses of Class
us.openinternet.luge.valueobject.GroupVO

Packages that use GroupVO
us.openinternet.luge.service   
us.openinternet.luge.valueobject   
 

Uses of GroupVO in us.openinternet.luge.service
 

Methods in us.openinternet.luge.service that return GroupVO
 GroupVO PersonFacade.removeAttributeValueFromAllPeople(java.lang.String attrName, java.lang.String attrValue)
          Remove a specified attribute value from all People that possess it.
 GroupVO GroupFacade.addPeopleToGroup(java.util.ArrayList uids, java.lang.String grpCN)
          This method is the same as addMemberToGroup method except it adds multiple persons.
 GroupVO GroupFacade.removePeopleFromGroup(java.util.ArrayList uids, java.lang.String grpCN)
          This method is the same as removePersonFromGroup method except it removes multiple Persons .
 GroupVO GroupFacade.addMembersAndAttributesBulk(java.lang.String grpCN, java.util.ArrayList uids, java.lang.String attrName, java.lang.String attrValue)
          This method adds an ArrayList of People to the Group, and sets the given attribute name for each user.
 GroupVO GroupFacade.removeMembersAndAttributesBulk(java.lang.String grpCN, java.util.ArrayList uids, java.lang.String attrName, java.lang.String attrValue)
          This method removes an ArrayList of People from a Group, and removes the given attribute for each user.
 GroupVO GroupFacade.groupLookup(java.lang.String groupCN)
          Returns a Hashtable of actual ldap attribute names as the keys and String[] as the values.
 

Methods in us.openinternet.luge.service with parameters of type GroupVO
 boolean GroupFacade.addGroup(GroupVO gvo)
          This method adds a GroupOfNames object with the attributes supplied in the GroupVO object.
 boolean GroupFacade.modifyGroup(java.lang.String grpCN, GroupVO gvo, boolean AppendAttributes)
          This method allows bulk attribute modifications.
 

Uses of GroupVO in us.openinternet.luge.valueobject
 

Methods in us.openinternet.luge.valueobject that return GroupVO
 GroupVO SearchVO.getGroupEntry(java.lang.String entryName)
          Returns VO for the group specified by the key or null.
 

Methods in us.openinternet.luge.valueobject with parameters of type GroupVO
 void SearchVO.updateGroup(GroupVO gvo)
          Use this method to add or update Groups in the SearchVO one at a time.
 


Copyright 2003, Michael Schwartz All Rights Reserved.