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

Packages that use PersonVO
us.openinternet.luge.service   
us.openinternet.luge.util   
us.openinternet.luge.valueobject   
 

Uses of PersonVO in us.openinternet.luge.service
 

Methods in us.openinternet.luge.service that return PersonVO
 PersonVO PersonFacade.personLookup(java.lang.String uid)
          Use this method to return all the values for the specified person.
 

Methods in us.openinternet.luge.service with parameters of type PersonVO
 boolean PersonFacade.addPerson(PersonVO pvo)
          This method adds a user to the directory.
 boolean PersonFacade.modifyPerson(java.lang.String uid, PersonVO pvo, boolean AppendAttributes)
          This method allows the attributes of a person to be modified.
 

Uses of PersonVO in us.openinternet.luge.util
 

Methods in us.openinternet.luge.util with parameters of type PersonVO
static java.util.ArrayList LugeUtilities.checkRequiredAttrs(PersonVO pvo, java.lang.String[] attrs)
          This method checks to make sure required attributes are found.
 

Uses of PersonVO in us.openinternet.luge.valueobject
 

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

Methods in us.openinternet.luge.valueobject with parameters of type PersonVO
 void SearchVO.updatePerson(PersonVO pvo)
          Use this method to add or update People in the SearchVO one at a time.
 


Copyright 2003, Michael Schwartz All Rights Reserved.