@AccessLevel(value=EXTERNAL) public abstract class ClientContact extends java.lang.Object implements ClientContact
Constructor and Description |
---|
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.
|
public void insert(ClientContactDtls details) throws curam.util.exception.AppException, curam.util.exception.InformationalException
ClientContact
insert
in interface ClientContact
curam.util.exception.AppException
curam.util.exception.InformationalException
public ClientContactDtls read(ClientContactKey key, boolean forUpdate) throws curam.util.exception.AppException, curam.util.exception.InformationalException
read
in interface ClientContact
curam.util.exception.AppException
curam.util.exception.InformationalException
public ClientContactDtls read(curam.util.type.NotFoundIndicator nfIndicator, ClientContactKey key, boolean forUpdate) throws curam.util.exception.AppException, curam.util.exception.InformationalException
read
in interface ClientContact
curam.util.exception.AppException
curam.util.exception.InformationalException
public ClientContactDtls read(ClientContactKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
read
in interface ClientContact
curam.util.exception.AppException
curam.util.exception.InformationalException
public ClientContactDtls read(curam.util.type.NotFoundIndicator nfIndicator, ClientContactKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
read
in interface ClientContact
curam.util.exception.AppException
curam.util.exception.InformationalException
public void searchByCreationDate(curam.receptionmanagement.entity.struct.ClientContactDateKey key, curam.util.dataaccess.ReadmultiOperation<ClientContactDtls> rmop) throws curam.util.exception.AppException, curam.util.exception.InformationalException
ClientContact
searchByCreationDate
in interface ClientContact
curam.util.exception.AppException
curam.util.exception.InformationalException
public ClientContactDtlsList searchByCreationDate(curam.receptionmanagement.entity.struct.ClientContactDateKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
ClientContact
searchByCreationDate
in interface ClientContact
curam.util.exception.AppException
curam.util.exception.InformationalException
public void searchByClientModifiableInd(curam.receptionmanagement.entity.struct.ClientContactModifiableIndKey clientModifiableIndKey, curam.util.dataaccess.ReadmultiOperation<ClientContactDtls> rmop) throws curam.util.exception.AppException, curam.util.exception.InformationalException
ClientContact
searchByClientModifiableInd
in interface ClientContact
curam.util.exception.AppException
curam.util.exception.InformationalException
public ClientContactDtlsList searchByClientModifiableInd(curam.receptionmanagement.entity.struct.ClientContactModifiableIndKey clientModifiableIndKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
ClientContact
searchByClientModifiableInd
in interface ClientContact
curam.util.exception.AppException
curam.util.exception.InformationalException
public void modify(ClientContactKey key, ClientContactDtls details) throws curam.util.exception.AppException, curam.util.exception.InformationalException
modify
in interface ClientContact
curam.util.exception.AppException
curam.util.exception.InformationalException
public void readAll(curam.util.dataaccess.ReadmultiOperation<ClientContactDtls> rmop) throws curam.util.exception.AppException, curam.util.exception.InformationalException
ClientContact
readAll
in interface ClientContact
curam.util.exception.AppException
curam.util.exception.InformationalException
public ClientContactDtlsList readAll() throws curam.util.exception.AppException, curam.util.exception.InformationalException
ClientContact
readAll
in interface ClientContact
curam.util.exception.AppException
curam.util.exception.InformationalException
public ClientContactDtls readByAddressID(curam.core.struct.AddressKey key, boolean forUpdate) throws curam.util.exception.AppException, curam.util.exception.InformationalException
readByAddressID
in interface ClientContact
curam.util.exception.AppException
curam.util.exception.InformationalException
public ClientContactDtls readByAddressID(curam.util.type.NotFoundIndicator nfIndicator, curam.core.struct.AddressKey key, boolean forUpdate) throws curam.util.exception.AppException, curam.util.exception.InformationalException
readByAddressID
in interface ClientContact
curam.util.exception.AppException
curam.util.exception.InformationalException
public ClientContactDtls readByAddressID(curam.core.struct.AddressKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
readByAddressID
in interface ClientContact
curam.util.exception.AppException
curam.util.exception.InformationalException
public ClientContactDtls readByAddressID(curam.util.type.NotFoundIndicator nfIndicator, curam.core.struct.AddressKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
readByAddressID
in interface ClientContact
curam.util.exception.AppException
curam.util.exception.InformationalException