Class PersistedPartyIdentified
java.lang.Object
org.ehrbase.dao.access.jooq.party.PersistedParty
org.ehrbase.dao.access.jooq.party.PersistedPartyIdentified
- All Implemented Interfaces:
I_PersistedParty
PARTY_IDENTIFIED DB operations
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindInDB(com.nedap.archie.rm.generic.PartyProxy partyProxy) Retrieve a party identified by: External Ref if none, by matching name and matching identifiers if anycom.nedap.archie.rm.generic.PartyProxyrender(PartyIdentifiedRecord partyIdentifiedRecord) Render a PartyProxy from a retrieved DB record (from PartyIdentified table)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 typeMethods inherited from class org.ehrbase.dao.access.jooq.party.PersistedParty
getOrCreate
-
Field Details
-
SECURITY_USER_TYPE
- See Also:
-
EHRBASE
- See Also:
-
-
Constructor Details
-
PersistedPartyIdentified
-
-
Method Details
-
render
Description copied from interface:I_PersistedPartyRender a PartyProxy from a retrieved DB record (from PartyIdentified table)- Returns:
-
renderMultiple
public List<com.nedap.archie.rm.generic.PartyProxy> renderMultiple(Collection<PartyIdentifiedRecord> partyIdentifiedRecords) Description copied from interface:I_PersistedPartyRender all PartyProxy from a retrieved collection of DB record (from PartyIdentified table)- Returns:
-
store
Description copied from interface:I_PersistedPartystore a party proxy relatively to its actual type- Specified by:
storein interfaceI_PersistedParty- Overrides:
storein classPersistedParty- Returns:
-
findInDB
Retrieve a party identified by: External Ref if none, by matching name and matching identifiers if any- Specified by:
findInDBin interfaceI_PersistedParty- Overrides:
findInDBin classPersistedParty- Parameters:
partyProxy-- Returns:
-