public class CRMBOContactInfoCategoryBean extends CRMBOCategory
Constructor and Description |
---|
CRMBOContactInfoCategoryBean()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<java.lang.String> |
getDefaultAssociations()
Returns the default associated data objects of a contact information category.
|
com.crm.dataobject.contactinfo.CRMDOContactInfoCategory |
loadByCode(java.lang.String code)
Loads a contact information category by a code.
|
com.crm.dataobject.contactinfo.CRMDOContactInfoCategory |
loadByName(java.lang.String name)
Loads a contact information category by a name.
|
void |
validateUniqueness(java.util.Set<com.crm.dataobject.contactinfo.CRMDOContactInfoCategory> categories)
Validates the uniqueness of a job category in a list of categories.
|
addChild, addRoot, changeParent, changeParent, loadChildren, makeRoot, validateParent
isDefault, loadDefault, setDefault
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, validateOnSave
dispatch, getCRMSession, getCRMSessionHandle, getEJBHomeInterface, getInitialContext, getSessionContext, invoke, setCRMSessionHandle, setInitialContext, setSessionContext
public CRMBOContactInfoCategoryBean()
public java.util.ArrayList<java.lang.String> getDefaultAssociations()
getDefaultAssociations
in class CRMBO
public com.crm.dataobject.contactinfo.CRMDOContactInfoCategory loadByName(java.lang.String name) throws java.lang.Exception
name
- - the contact information category namejava.lang.Exception
public com.crm.dataobject.contactinfo.CRMDOContactInfoCategory loadByCode(java.lang.String code) throws java.lang.Exception
code
- - the contact information category codejava.lang.Exception
public void validateUniqueness(java.util.Set<com.crm.dataobject.contactinfo.CRMDOContactInfoCategory> categories) throws java.lang.Exception
categories
- - a list of categories to validatejava.lang.Exception