Interface I_PersistedParty
- All Known Implementing Classes:
PersistedParty,PersistedPartyIdentified
public interface I_PersistedParty
-
Method Summary
Modifier and TypeMethodDescriptionfindInDB(com.nedap.archie.rm.generic.PartyProxy partyProxy) find an existing party proxy or null if nonegetOrCreate(com.nedap.archie.rm.generic.PartyProxy partyProxy, Short sysTenant) retrieve a party proxy from the DB or create a new one if not yet storedcom.nedap.archie.rm.generic.PartyProxyrender(PartyIdentifiedRecord partyIdentifiedRecord) Render a PartyProxy from a retrieved DB record (from PartyIdentified table)default List<com.nedap.archie.rm.generic.PartyProxy>renderMultiple(Collection<PartyIdentifiedRecord> partyIdentifiedRecords) Render all PartyProxy from a retrieved collection of DB record (from PartyIdentified table)store a party proxy relatively to its actual type
-
Method Details
-
render
Render a PartyProxy from a retrieved DB record (from PartyIdentified table)- Parameters:
partyIdentifiedRecord-- Returns:
-
renderMultiple
default List<com.nedap.archie.rm.generic.PartyProxy> renderMultiple(Collection<PartyIdentifiedRecord> partyIdentifiedRecords) Render all PartyProxy from a retrieved collection of DB record (from PartyIdentified table)- Parameters:
partyIdentifiedRecord-- Returns:
-
store
store a party proxy relatively to its actual type- Parameters:
partyProxy-- Returns:
-
findInDB
find an existing party proxy or null if none- Parameters:
partyProxy-- Returns:
-
getOrCreate
retrieve a party proxy from the DB or create a new one if not yet stored- Parameters:
partyProxy-- Returns:
-