@AccessLevel(value=EXTERNAL)
public interface ProviderParticipant
Modifier and Type | Method and Description |
---|---|
void |
cancelProviderParticipant(curam.cpm.facade.struct.KeyVersionDetails key)
This method logically deletes the provider participant association.
|
curam.cpm.sl.entity.struct.ProviderPartyKey |
createProviderParticipant(curam.cpm.facade.struct.CreateProviderParticipantDetails details)
Method used to associate a participant with a provider.
|
curam.cpm.facade.struct.ProviderParticipantDetailsList |
listProviderParticipantDetails(curam.core.struct.ConcernRoleKey concernRoleKey)
This method is intended to be used by users responsible for managing
provider/provider group participants to retrieve all the participants for
a given concern role.
|
curam.cpm.sl.entity.struct.ProviderPartyKey |
updateProviderParticipant(curam.cpm.facade.struct.ProviderParticipantDetails details)
Method used to update the provider participant association details.
|
curam.cpm.facade.struct.ViewProviderParticipantDetails |
viewProviderParticipant(curam.cpm.sl.entity.struct.ProviderPartyKey key)
Method retrieves all the details of the provider participant.
|
@AccessLevel(value=EXTERNAL) curam.cpm.sl.entity.struct.ProviderPartyKey createProviderParticipant(curam.cpm.facade.struct.CreateProviderParticipantDetails details) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.cpm.sl.entity.struct.ProviderPartyKey updateProviderParticipant(curam.cpm.facade.struct.ProviderParticipantDetails details) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.cpm.facade.struct.ViewProviderParticipantDetails viewProviderParticipant(curam.cpm.sl.entity.struct.ProviderPartyKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void cancelProviderParticipant(curam.cpm.facade.struct.KeyVersionDetails key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.cpm.facade.struct.ProviderParticipantDetailsList listProviderParticipantDetails(curam.core.struct.ConcernRoleKey concernRoleKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException