public class CRMBOInventoryDefinitionAllowedWarehouseTypeBean extends CRMBOConfigurationEntity
Constructor and Description |
---|
CRMBOInventoryDefinitionAllowedWarehouseTypeBean()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<java.lang.String> |
getDefaultAssociations()
Returns the default associated data objects of an inventory definition allowed warehouse type.
|
java.util.ArrayList<com.crm.dataobject.CRMDO> |
load(com.crm.dataobject.inventory.CRMDOInventoryDefinition inventoryDefinition,
com.crm.dataobject.inventory.InventoryDefinitionAllowedWarehouseType inventoryDefinitionAllowedWarehouseType)
Loads a list of inventory definition allowed warehouse types by an inventory definition and an inventory definition allowed warehouse type.
|
com.crm.dataobject.inventory.CRMDOInventoryDefinitionAllowedWarehouseType |
loadDefaultPerType(com.crm.dataobject.inventory.CRMDOInventoryDefinition inventoryDefinition,
com.crm.dataobject.inventory.InventoryDefinitionAllowedWarehouseType inventoryDefinitionAllowedWarehouseType)
Loads the default inventory definition allowed warehouse type by an inventory definition and an inventory definition allowed warehouse type.
|
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 CRMBOInventoryDefinitionAllowedWarehouseTypeBean()
public java.util.ArrayList<java.lang.String> getDefaultAssociations()
getDefaultAssociations
in class CRMBO
public java.util.ArrayList<com.crm.dataobject.CRMDO> load(com.crm.dataobject.inventory.CRMDOInventoryDefinition inventoryDefinition, com.crm.dataobject.inventory.InventoryDefinitionAllowedWarehouseType inventoryDefinitionAllowedWarehouseType) throws java.lang.Exception
inventoryDefinition
- - an inventory definition to load byinventoryDefinitionAllowedWarehouseType
- - an inventory definition allowed warehouse type to load byjava.lang.Exception
public com.crm.dataobject.inventory.CRMDOInventoryDefinitionAllowedWarehouseType loadDefaultPerType(com.crm.dataobject.inventory.CRMDOInventoryDefinition inventoryDefinition, com.crm.dataobject.inventory.InventoryDefinitionAllowedWarehouseType inventoryDefinitionAllowedWarehouseType) throws java.lang.Exception
inventoryDefinition
- - - an inventory definition to load byinventoryDefinitionAllowedWarehouseType
- - an inventory definition allowed warehouse type to load byjava.lang.Exception