Interface PartyService

All Known Implementing Classes:
PartyServiceImp

public interface PartyService
Author:
Stefan Spiska
  • Method Summary

    Modifier and Type
    Method
    Description
    findOrCreateParty(com.nedap.archie.rm.generic.PartyProxy partyProxy)
    Trys to find a Party matching partyProxy otherwise creates it.
  • Method Details

    • findOrCreateParty

      UUID findOrCreateParty(com.nedap.archie.rm.generic.PartyProxy partyProxy)
      Trys to find a Party matching partyProxy otherwise creates it.
      Parameters:
      partyProxy -
      Returns:
      UUID of the corresponding DB object.