|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Transactional public interface PartyManager
A manager of parties. Provides methods to create, retrieve, delete or update parties. Method arguments must be non null, unless the contrary is explicitly specified.
| Method Summary | |
|---|---|
java.util.List<PartyTO> |
getAllParties(RequestOptionsTO requestOptionsTO)
Return the list of all parties in the registry, persons and organization units |
PartyTO |
getParty(java.lang.String partyId)
Retrieve a party matching the given ID. |
| Method Detail |
|---|
@Transactional(readOnly=true) java.util.List<PartyTO> getAllParties(RequestOptionsTO requestOptionsTO)
requestOptionsTO - sort, pagination and case sensitive parameters, could be null
List of all parties in the registry, PersonTO
s and OrganizationUnitTOs. Can't be null, could be empty
@Transactional(readOnly=true)
PartyTO getParty(java.lang.String partyId)
throws OrganizationException
partyId - a party ID
PersonTO or an
OrganizationUnitTO. Can't be null, could be empty
OrganizationException - if no party found for the given id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||