Class PersistedPartyIdentified

    • Constructor Detail

      • PersistedPartyIdentified

        public PersistedPartyIdentified​(I_DomainAccess domainAccess)
    • Method Detail

      • render

        public com.nedap.archie.rm.generic.PartyProxy render​(PartyIdentifiedRecord partyIdentifiedRecord)
        Description copied from interface: I_PersistedParty
        Render 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_PersistedParty
        Render all PartyProxy from a retrieved collection of DB record (from PartyIdentified table)
        Returns:
      • findInDB

        public UUID findInDB​(com.nedap.archie.rm.generic.PartyProxy partyProxy)
        Retrieve a party identified by: External Ref if none, by matching name and matching identifiers if any
        Specified by:
        findInDB in interface I_PersistedParty
        Overrides:
        findInDB in class PersistedParty
        Parameters:
        partyProxy -
        Returns: