public class CRMBOCountryBean extends CRMBO
| Constructor and Description |
|---|
CRMBOCountryBean()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<java.lang.String> |
getDefaultAssociations()
Returns the default associated data objects of a country.
|
com.crm.dataobject.platform.CRMDOCountry |
loadByAltCode(java.lang.String altCode) |
com.crm.dataobject.platform.CRMDOCountry |
loadByName(java.lang.String name)
Loads a country by a name.
|
com.crm.dataobject.platform.CRMDOCountry |
loadByThreeCharacterCode(java.lang.String threeCharacterCode) |
com.crm.dataobject.platform.CRMDOCountry |
loadByTwoCharacterCode(java.lang.String twoCharacterCode) |
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 java.util.ArrayList<java.lang.String> getDefaultAssociations()
getDefaultAssociations in class CRMBOpublic com.crm.dataobject.platform.CRMDOCountry loadByName(java.lang.String name)
throws java.lang.Exception
name - - the country namejava.lang.Exceptionpublic com.crm.dataobject.platform.CRMDOCountry loadByAltCode(java.lang.String altCode)
throws java.lang.Exception
java.lang.Exceptionpublic com.crm.dataobject.platform.CRMDOCountry loadByTwoCharacterCode(java.lang.String twoCharacterCode)
throws com.crm.exception.businessnetwork.CannotViewRecordException,
java.lang.Exception
com.crm.exception.businessnetwork.CannotViewRecordExceptionjava.lang.Exceptionpublic com.crm.dataobject.platform.CRMDOCountry loadByThreeCharacterCode(java.lang.String threeCharacterCode)
throws com.crm.exception.businessnetwork.CannotViewRecordException,
java.lang.Exception
com.crm.exception.businessnetwork.CannotViewRecordExceptionjava.lang.Exception