Uses of Class
org.ow2.dragon.api.to.organization.PartyTO

Packages that use PartyTO
org.ow2.dragon.api.service.organization   
org.ow2.dragon.api.to.organization   
org.ow2.dragon.service.organization   
 

Uses of PartyTO in org.ow2.dragon.api.service.organization
 

Methods in org.ow2.dragon.api.service.organization that return PartyTO
 PartyTO PartyManager.getParty(java.lang.String partyId)
          Retrieve a party matching the given ID.
 

Methods in org.ow2.dragon.api.service.organization that return types with arguments of type PartyTO
 java.util.List<PartyTO> PartyManager.getAllParties(RequestOptionsTO requestOptionsTO)
          Return the list of all parties in the registry, persons and organization units
 

Uses of PartyTO in org.ow2.dragon.api.to.organization
 

Subclasses of PartyTO in org.ow2.dragon.api.to.organization
 class OrganizationUnitTO
          This type gives the description of an organization.
 class PersonTO
          This type gives the description of a person.
 

Methods in org.ow2.dragon.api.to.organization that return PartyTO
 PartyTO RoleOfPartyTO.getPartyTO()
           
 

Methods in org.ow2.dragon.api.to.organization with parameters of type PartyTO
 void RoleOfPartyTO.setPartyTO(PartyTO partyTO)
           
 

Uses of PartyTO in org.ow2.dragon.service.organization
 

Methods in org.ow2.dragon.service.organization that return PartyTO
 PartyTO PartyManagerImpl.getParty(java.lang.String partyId)
           
 

Methods in org.ow2.dragon.service.organization that return types with arguments of type PartyTO
 java.util.List<PartyTO> PartyManagerImpl.getAllParties(RequestOptionsTO requestOptionsTO)
           
 



Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.