public class CRMProcessAddressRegistrySettingBean extends CRMProcess
Constructor and Description |
---|
CRMProcessAddressRegistrySettingBean()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
com.crm.dataobject.platform.CRMDOAddressRegistrySetting |
applyCommonOperations(com.crm.dataobject.platform.CRMDOAddressRegistrySetting addressRegistrySetting)
Executes the common operations of the Address Registry Setting.
|
com.crm.dataobject.platform.CRMDOAddressRegistrySetting |
initialize(com.crm.dataobject.platform.CRMDOAddressRegistrySetting addressRegistrySetting)
Initializes the Address Registry Setting.
|
boolean |
isAccessible(com.crm.dataobject.platform.CRMDOAddressRegistrySetting addressRegistrySetting)
Determines if a Address Registry Setting is retrievable.
|
com.crm.dataobject.platform.CRMDOAddressRegistrySetting |
read()
Reads a Address Registry Setting.
|
com.crm.dataobject.platform.CRMDOAddressRegistrySetting |
update(com.crm.dataobject.platform.CRMDOAddressRegistrySetting addressRegistrySetting)
Update a Address Registry Setting.
|
createCronExpressionFromDate, createCronExpressionFromDate, setMandatoryField
deepCopy, dispatch, getCRMSession, getCRMSessionHandle, getCurrentDate, getEJBHomeInterface, getInitialContext, getSessionContext, invoke, loadEntityCategories, loadEntityNumber, loadEntityStates, loadEntityStatuses, loadEntityTypes, rollback, setCRMSessionHandle, setInitialContext, setSessionContext
public CRMProcessAddressRegistrySettingBean()
public com.crm.dataobject.platform.CRMDOAddressRegistrySetting applyCommonOperations(com.crm.dataobject.platform.CRMDOAddressRegistrySetting addressRegistrySetting) throws java.lang.Exception, com.crm.exception.CannotAccessEntityException
addressRegistrySetting
- - the Address Registry Setting for which common operations will be executed(mandatory)java.lang.Exception
com.crm.exception.CannotAccessEntityException
public boolean isAccessible(com.crm.dataobject.platform.CRMDOAddressRegistrySetting addressRegistrySetting) throws java.lang.Exception
addressRegistrySetting
- - the Address Registry Setting to determine whether it is accessible or not(mandatory)java.lang.Exception
public com.crm.dataobject.platform.CRMDOAddressRegistrySetting initialize(com.crm.dataobject.platform.CRMDOAddressRegistrySetting addressRegistrySetting) throws java.lang.Exception
addressRegistrySetting
- - the Address Registry Setting to initialize(mandatory)java.lang.Exception
public com.crm.dataobject.platform.CRMDOAddressRegistrySetting update(com.crm.dataobject.platform.CRMDOAddressRegistrySetting addressRegistrySetting) throws java.lang.Exception, com.crm.exception.CannotUpdateEntityException
addressRegistrySetting
- - the Address Registry Setting to update(mandatory)java.lang.Exception
com.crm.exception.CannotUpdateEntityException
public com.crm.dataobject.platform.CRMDOAddressRegistrySetting read() throws java.lang.Exception, com.crm.exception.CannotAccessEntityException
java.lang.Exception
com.crm.exception.CannotAccessEntityException