at.ac.tuwien.vitalab.hrcrm.adaptor
Interface PartyAdaptor<T>

Type Parameters:
T - A place holder for a party object.

public interface PartyAdaptor<T>

Author:
Vassil Nikolov

Method Summary
 T createPartyFromGivenId(java.lang.String partyId)
           
 T getPartyInstance()
           
 at.ac.tuwien.vitalab.hrcrm.dto.party.PartyType party2PartyType(T party)
           
 T partyType2Party(at.ac.tuwien.vitalab.hrcrm.dto.party.PartyType partyType)
           
 

Method Detail

getPartyInstance

T getPartyInstance()

createPartyFromGivenId

T createPartyFromGivenId(java.lang.String partyId)

partyType2Party

T partyType2Party(at.ac.tuwien.vitalab.hrcrm.dto.party.PartyType partyType)

party2PartyType

at.ac.tuwien.vitalab.hrcrm.dto.party.PartyType party2PartyType(T party)


Copyright © 2008 null. All Rights Reserved.