java.lang.Object | +--AbstractEntityAccessBean | +--com.ibm.commerce.fulfillment.objects.FulfillmentCenterAccessBean
Each row in this table represents a FulfillmentCenter. FulfillmentCenterAccessBean
Constructor Summary | |
---|---|
FulfillmentCenterAccessBean() constructor | |
FulfillmentCenterAccessBean(javax.ejb.EJBObject o) FulfillmentCenterAccessBean constructor | |
FulfillmentCenterAccessBean(java.lang.Long arg0,
java.lang.String arg1) FulfillmentCenterAccessBean constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() commitCopyHelper |
java.lang.String |
defaultJNDIName() defaultJNDIName |
java.util.Enumeration |
findByMemberIdAndName(java.lang.Long arg0,
java.lang.String arg1) Retrieves the FulfillmentCenterAccessBeans that match the specified Member and name. |
boolean |
fulfills(java.lang.Long arg0, java.lang.String arg1) fulfills |
java.lang.String |
getDefaultShipOffset() getDefaultShipOffset |
java.lang.Integer |
getDefaultShipOffsetInEJBType() This method accesses a non-CMP field |
java.lang.String |
getExternalFulfillmentStoreNumber() This method accesses a non-CMP field |
java.lang.String |
getFulfillmentCenterId() getFulfillmentCenterId |
java.lang.Integer |
getFulfillmentCenterIdInEJBType() getFulfillmentCenterIdInEJBType |
java.lang.String |
getInventoryOperationFlags() This method accesses a non-CMP field |
java.lang.Integer |
getInventoryOperationFlagsInEJBType() This method accesses a non-CMP field |
java.lang.String |
getMarkForDelete() getMarkForDelete |
java.lang.Integer |
getMarkForDeleteInEJBType() getMarkForDeleteInEJBType |
java.lang.String |
getMemberId() getMemberId |
java.lang.Long |
getMemberIdInEJBType() getMemberIdInEJBType |
java.lang.String |
getName() getName |
java.lang.Long |
getOwner() This method accesses a non-CMP field |
protected
void |
instantiateEJB() instantiateEJB |
protected
boolean |
instantiateEJBByPrimaryKey() instantiateEJBByPrimaryKey |
void |
refreshCopyHelper() refreshCopyHelper |
void |
setDefaultShipOffset(java.lang.Integer newValue) setDefaultShipOffset |
void |
setDefaultShipOffset(java.lang.String newValue) setDefaultShipOffset |
void |
setExternalFulfillmentStoreNumber(java.lang.String newValue) This method accesses a non-CMP field |
void |
setInitKey_fulfillmentCenterId(java.lang.String newValue) setInitKey_fulfillmentCenterId |
void |
setInventoryOperationFlags(java.lang.Integer newValue) This method accesses a non-CMP field |
void |
setInventoryOperationFlags(java.lang.String newValue) This method accesses a non-CMP field |
void |
setMarkForDelete(java.lang.Integer newValue) setMarkForDelete |
void |
setMarkForDelete(java.lang.String newValue) setMarkForDelete |
void |
setMemberId(java.lang.Long newValue) setMemberId |
void |
setMemberId(java.lang.String newValue) setMemberId |
void |
setName(java.lang.String newValue) setName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public FulfillmentCenterAccessBean()
public FulfillmentCenterAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public FulfillmentCenterAccessBean(java.lang.Long arg0, java.lang.String arg1) throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
arg0
- java.lang.Longarg1
- java.lang.Stringjavax.naming.NamingException
javax.ejb.FinderException
javax.ejb.CreateException
java.rmi.RemoteException
Method Detail |
---|
public java.lang.String getDefaultShipOffset() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the FFMCENTER.DEFAULTSHIPOFFSET column of DB2 type INTEGER NOT NULL DEFAULT 86400.
The following is a description of this column:
An estimate of the number seconds it takes for an item to be shipped from this FulfillmentCenter. This value can be overridden in the STORITMFFC table.
getDefaultShipOffset
in interface
FulfillmentCenterAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setDefaultShipOffset(java.lang.Integer newValue)
This method provides access to the FFMCENTER.DEFAULTSHIPOFFSET column of DB2 type INTEGER NOT NULL DEFAULT 86400.
The following is a description of this column:
An estimate of the number seconds it takes for an item to be shipped from this FulfillmentCenter. This value can be overridden in the STORITMFFC table.
newValue
- java.lang.Integerpublic java.lang.String getFulfillmentCenterId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the FFMCENTER.FFMCENTER_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated unique key.
getFulfillmentCenterId
in interface
FulfillmentCenterAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.String getInventoryOperationFlags() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getInventoryOperationFlags
in interface
FulfillmentCenterAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setInventoryOperationFlags(java.lang.Integer newValue)
public java.lang.String getMarkForDelete() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the FFMCENTER.MARKFORDELETE column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Indicates whether the FulfillmentCenter should be deleted as follows:&l
getMarkForDelete
in interface
FulfillmentCenterAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setMarkForDelete(java.lang.Integer newValue)
This method provides access to the FFMCENTER.MARKFORDELETE column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Indicates whether the FulfillmentCenter should be deleted as follows:&l
newValue
- java.lang.Integerpublic java.lang.String getMemberId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the FFMCENTER.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The owner of the FulfillmentCenter.
getMemberId
in interface
FulfillmentCenterAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setMemberId(java.lang.Long newValue)
This method provides access to the FFMCENTER.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The owner of the FulfillmentCenter.
newValue
- java.lang.Longpublic java.lang.String getName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the FFMCENTER.NAME column of DB2 type VARCHAR(254).
The following is a description of this column:
A string that, along with the owner, uniquely identifies this FulfillmentCenter.
getName
in interface
FulfillmentCenterAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setName(java.lang.String newValue)
This method provides access to the FFMCENTER.NAME column of DB2 type VARCHAR(254).
The following is a description of this column:
A string that, along with the owner, uniquely identifies this FulfillmentCenter.
setName
in interface
FulfillmentCenterAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String defaultJNDIName()
protected void instantiateEJB() throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException
java.rmi.RemoteException
protected boolean instantiateEJBByPrimaryKey() throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.util.Enumeration findByMemberIdAndName(java.lang.Long arg0, java.lang.String arg1) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
Retrieves the FulfillmentCenterAccessBeans that match the specified Member and name.
The SQL query used to fetch all the required rows from the FFMCENTER table is: SELECT * FROM FFMCENTER T1 WHERE T1.MEMBER_ID = ? AND T1.NAME = ?
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.lang.Long getOwner() throws javax.naming.NamingException, javax.ejb.FinderException, java.lang.Exception, java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException
java.lang.Exception
java.rmi.RemoteException
public boolean fulfills(java.lang.Long arg0, java.lang.String arg1) throws javax.naming.NamingException, javax.ejb.FinderException, java.lang.Exception, java.rmi.RemoteException
arg0
- java.lang.Longarg1
- java.lang.Stringjavax.naming.NamingException
javax.ejb.FinderException
java.lang.Exception
java.rmi.RemoteException
public java.lang.Integer getMarkForDeleteInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the FFMCENTER.MARKFORDELETE column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Indicates whether the FulfillmentCenter should be deleted as follows:&l
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setMarkForDelete(java.lang.String newValue)
This method provides access to the FFMCENTER.MARKFORDELETE column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Indicates whether the FulfillmentCenter should be deleted as follows:&l
setMarkForDelete
in interface
FulfillmentCenterAccessBeanData
newValue
- Stringpublic java.lang.Long getMemberIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the FFMCENTER.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The owner of the FulfillmentCenter.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setMemberId(java.lang.String newValue)
This method provides access to the FFMCENTER.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The owner of the FulfillmentCenter.
setMemberId
in interface
FulfillmentCenterAccessBeanData
newValue
- Stringpublic java.lang.Integer getFulfillmentCenterIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the FFMCENTER.FFMCENTER_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated unique key.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getDefaultShipOffsetInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setDefaultShipOffset(java.lang.String newValue)
This method provides access to the FFMCENTER.DEFAULTSHIPOFFSET column of DB2 type INTEGER NOT NULL DEFAULT 86400.
The following is a description of this column:
An estimate of the number seconds it takes for an item to be shipped from this FulfillmentCenter. This value can be overridden in the STORITMFFC table.
setDefaultShipOffset
in interface
FulfillmentCenterAccessBeanData
newValue
- Stringpublic void setInitKey_fulfillmentCenterId(java.lang.String newValue)
Set the primary key for this object
newValue
- Stringpublic java.lang.Integer getInventoryOperationFlagsInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setInventoryOperationFlags(java.lang.String newValue)
setInventoryOperationFlags
in interface
FulfillmentCenterAccessBeanData
public java.lang.String getExternalFulfillmentStoreNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getExternalFulfillmentStoreNumber
in interface
FulfillmentCenterAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setExternalFulfillmentStoreNumber(java.lang.String newValue)
setExternalFulfillmentStoreNumber
in interface
FulfillmentCenterAccessBeanData