@AccessLevel(value=EXTERNAL)
public interface ClientContact
Modifier and Type | Method and Description |
---|---|
void |
insert(ClientContactDtls details)
The following methods are defined.
|
void |
modify(ClientContactKey key,
ClientContactDtls details) |
ClientContactDtls |
read(ClientContactKey key) |
ClientContactDtls |
read(ClientContactKey key,
boolean forUpdate) |
ClientContactDtls |
read(curam.util.type.NotFoundIndicator nfIndicator,
ClientContactKey key) |
ClientContactDtls |
read(curam.util.type.NotFoundIndicator nfIndicator,
ClientContactKey key,
boolean forUpdate) |
ClientContactDtlsList |
readAll()
Retrieves a list of all client contacts.
|
void |
readAll(curam.util.dataaccess.ReadmultiOperation<ClientContactDtls> rmop)
Retrieves a list of all client contacts.
|
ClientContactDtls |
readByAddressID(curam.core.struct.AddressKey key) |
ClientContactDtls |
readByAddressID(curam.core.struct.AddressKey key,
boolean forUpdate) |
ClientContactDtls |
readByAddressID(curam.util.type.NotFoundIndicator nfIndicator,
curam.core.struct.AddressKey key) |
ClientContactDtls |
readByAddressID(curam.util.type.NotFoundIndicator nfIndicator,
curam.core.struct.AddressKey key,
boolean forUpdate) |
ClientContactDtlsList |
searchByClientModifiableInd(curam.receptionmanagement.entity.struct.ClientContactModifiableIndKey clientModifiableIndKey)
Search client contacts by record modifiable indicator.
|
void |
searchByClientModifiableInd(curam.receptionmanagement.entity.struct.ClientContactModifiableIndKey clientModifiableIndKey,
curam.util.dataaccess.ReadmultiOperation<ClientContactDtls> rmop)
Search client contacts by record modifiable indicator.
|
ClientContactDtlsList |
searchByCreationDate(curam.receptionmanagement.entity.struct.ClientContactDateKey key)
Search client contacts by creation date.
|
void |
searchByCreationDate(curam.receptionmanagement.entity.struct.ClientContactDateKey key,
curam.util.dataaccess.ReadmultiOperation<ClientContactDtls> rmop)
Search client contacts by creation date.
|
void insert(ClientContactDtls details) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
ClientContactDtls read(ClientContactKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
ClientContactDtls read(ClientContactKey key, boolean forUpdate) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
ClientContactDtls read(curam.util.type.NotFoundIndicator nfIndicator, ClientContactKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
ClientContactDtls read(curam.util.type.NotFoundIndicator nfIndicator, ClientContactKey key, boolean forUpdate) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
ClientContactDtlsList searchByCreationDate(curam.receptionmanagement.entity.struct.ClientContactDateKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
void searchByCreationDate(curam.receptionmanagement.entity.struct.ClientContactDateKey key, curam.util.dataaccess.ReadmultiOperation<ClientContactDtls> rmop) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
ClientContactDtlsList searchByClientModifiableInd(curam.receptionmanagement.entity.struct.ClientContactModifiableIndKey clientModifiableIndKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
void searchByClientModifiableInd(curam.receptionmanagement.entity.struct.ClientContactModifiableIndKey clientModifiableIndKey, curam.util.dataaccess.ReadmultiOperation<ClientContactDtls> rmop) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
void modify(ClientContactKey key, ClientContactDtls details) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
ClientContactDtlsList readAll() throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
void readAll(curam.util.dataaccess.ReadmultiOperation<ClientContactDtls> rmop) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
ClientContactDtls readByAddressID(curam.core.struct.AddressKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
ClientContactDtls readByAddressID(curam.core.struct.AddressKey key, boolean forUpdate) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
ClientContactDtls readByAddressID(curam.util.type.NotFoundIndicator nfIndicator, curam.core.struct.AddressKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
ClientContactDtls readByAddressID(curam.util.type.NotFoundIndicator nfIndicator, curam.core.struct.AddressKey key, boolean forUpdate) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException