public class CRMBOUdrTypeSourceSystemBean extends CRMBO
| Constructor and Description |
|---|
CRMBOUdrTypeSourceSystemBean()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<java.lang.String> |
getDefaultAssociations()
Returns the default associated data objects of a udr type source system.
|
java.util.ArrayList<com.crm.dataobject.CRMDO> |
load(com.crm.dataobject.billing.CRMDOUdrType udrType)
Loads the udr type source systems of the given udr type.
|
void |
validateUniqueness(com.crm.dataobject.billing.CRMDOUdrType udrType)
Validates that the udr type source system exists only one time for a udr type.
|
construct, construct, construct, construct, construct, construct, construct, construct, createAndUpdate, delete, delete, delete, getDOName, getDOName, getNextSequenceNumber, getNextSequenceNumber, getNumberScheme, load, load, load, load, load, load, load, load, loadAll, loadAll, loadAll, parseAssociations, save, save, save, saveCRMDOCollection, saveImages, setMandatoryFields, setNumberScheme, validateAndDelete, validateAndSave, validateAndSave, validateAndSave, validateOnDelete, validateOnDelete, validateOnDelete, validateOnSave, validateOnSave, validateOnSavedispatch, getCRMSession, getCRMSessionHandle, getEJBHomeInterface, getInitialContext, getSessionContext, invoke, setCRMSessionHandle, setInitialContext, setSessionContextpublic CRMBOUdrTypeSourceSystemBean()
public java.util.ArrayList<java.lang.String> getDefaultAssociations()
getDefaultAssociations in class CRMBOpublic java.util.ArrayList<com.crm.dataobject.CRMDO> load(com.crm.dataobject.billing.CRMDOUdrType udrType)
throws java.lang.Exception
udrType - - the udr type its source systems are to be loadedjava.lang.Exceptionpublic void validateUniqueness(com.crm.dataobject.billing.CRMDOUdrType udrType)
throws java.lang.Exception,
com.crm.exception.OnlyOneRecordException
udrType - - the udr type its source systems are to be validatedjava.lang.Exceptioncom.crm.exception.OnlyOneRecordException