org.ow2.dragon.ui.businessdelegate.spring.organization
Class PartyManagerImpl

java.lang.Object
  extended by org.ow2.dragon.ui.businessdelegate.spring.organization.PartyManagerImpl
All Implemented Interfaces:
org.ow2.dragon.api.service.organization.PartyManager

public class PartyManagerImpl
extends java.lang.Object
implements org.ow2.dragon.api.service.organization.PartyManager

Author:
ofabre - eBM WebSourcing

Constructor Summary
PartyManagerImpl(org.springframework.context.ApplicationContext context)
           
 
Method Summary
 java.util.List<org.ow2.dragon.api.to.organization.PartyTO> getAllParties(org.ow2.dragon.api.to.RequestOptionsTO requestOptionsTO)
           
 org.ow2.dragon.api.to.organization.PartyTO getParty(java.lang.String partyId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartyManagerImpl

public PartyManagerImpl(org.springframework.context.ApplicationContext context)
Method Detail

getAllParties

public java.util.List<org.ow2.dragon.api.to.organization.PartyTO> getAllParties(org.ow2.dragon.api.to.RequestOptionsTO requestOptionsTO)
Specified by:
getAllParties in interface org.ow2.dragon.api.service.organization.PartyManager

getParty

public org.ow2.dragon.api.to.organization.PartyTO getParty(java.lang.String partyId)
                                                    throws org.ow2.dragon.api.service.organization.OrganizationException
Specified by:
getParty in interface org.ow2.dragon.api.service.organization.PartyManager
Throws:
org.ow2.dragon.api.service.organization.OrganizationException


Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.