java.lang.ObjectAbstractEntityAccessBean
com.ibm.commerce.fulfillment.objects.FulfillmentCenterAccessBean
Each row in this table represents a fulfillment center. This access bean corresponds to the database table 'FFMCENTER'. FulfillmentCenterAccessBean
Constructor Summary | |
FulfillmentCenterAccessBean() constructor |
|
FulfillmentCenterAccessBean(javax.ejb.EJBObject o) FulfillmentCenterAccessBean constructor |
|
FulfillmentCenterAccessBean(java.lang.Long newMemberId, java.lang.String newName) ejbCreate method for a CMP entity bean |
Method Summary | |
void | commitCopyHelper() commitCopyHelper |
java.lang.String | defaultJNDIName() defaultJNDIName |
java.util.Enumeration | findByMemberIdAndName(java.lang.Long memberId, java.lang.String name) 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) This method accesses a non-CMP field |
void | setDefaultShipOffset(java.lang.String newValue) This method accesses a non-CMP field |
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) This method accesses a non-CMP field |
void | setMarkForDelete(java.lang.String newValue) This method accesses a non-CMP field |
void | setMemberId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setMemberId(java.lang.String newValue) This method accesses a non-CMP field |
void | setName(java.lang.String newValue) This method accesses a non-CMP field |
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
public FulfillmentCenterAccessBean(java.lang.Long newMemberId, java.lang.String newName) throws javax.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
public void setDefaultShipOffset(java.lang.Integer newValue)
public 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.
public java.lang.String getInventoryOperationFlags() throws 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 fulfillment center should be deleted as follows:&l
public void setMarkForDelete(java.lang.Integer newValue)
public 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 fulfillment center.
public void setMemberId(java.lang.Long newValue)
public 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 fulfillment center.
public void setName(java.lang.String newValue)
public java.lang.String defaultJNDIName()
protected void instantiateEJB() throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
protected boolean instantiateEJBByPrimaryKey() throws 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.
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
public java.util.Enumeration findByMemberIdAndName(java.lang.Long memberId, java.lang.String name) 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 = ?
public java.lang.Long getOwner() throws 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
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 fulfillment center should be deleted as follows:&l
public void setMarkForDelete(java.lang.String newValue)
public 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 fulfillment center.
public void setMemberId(java.lang.String newValue)
public 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.
public java.lang.Integer getDefaultShipOffsetInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setDefaultShipOffset(java.lang.String newValue)
public void setInitKey_fulfillmentCenterId(java.lang.String newValue)
Set the primary key for this object
public java.lang.Integer getInventoryOperationFlagsInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setInventoryOperationFlags(java.lang.String newValue)
public java.lang.String getExternalFulfillmentStoreNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setExternalFulfillmentStoreNumber(java.lang.String newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.