|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.fulfillment.objects.FulfillmentCenterAccessBean
This bean provides access to the FFMCENTER table.
The following is a description of this table:
Each row in this table represents a FulfillmentCenter.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
FulfillmentCenterAccessBean()
Default constructor. |
|
FulfillmentCenterAccessBean(javax.ejb.EJBObject aEJBObject)
Creates an access bean for the specified EJB. |
|
FulfillmentCenterAccessBean(java.lang.Long aMemberId)
Creates an access bean with the specified attributes. |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
java.util.Enumeration |
findByMemberIdAndName(java.lang.Long aMemberId,
java.lang.String aName)
Retrieves the FulfillmentCenterAccessBeans that match the specified Member and name. |
boolean |
fulfills(java.lang.Long aFills,
java.lang.String aFills)
IBM internal use only. |
java.lang.String |
getDefaultShipOffset()
This method provides access to the FFMCENTER.DEFAULTSHIPOFFSET column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getDefaultShipOffsetInEJBType()
This method provides access to the FFMCENTER.DEFAULTSHIPOFFSET column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getFulfillmentCenterId()
This method provides access to the FFMCENTER.FFMCENTER_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getFulfillmentCenterIdInEJBType()
This method provides access to the FFMCENTER.FFMCENTER_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getMarkForDelete()
This method provides access to the FFMCENTER.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getMarkForDeleteInEJBType()
This method provides access to the FFMCENTER.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getMemberId()
This method provides access to the FFMCENTER.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getMemberIdInEJBType()
This method provides access to the FFMCENTER.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getName()
This method provides access to the FFMCENTER.NAME column of DB2 type VARCHAR(254) NULL. |
java.lang.Long |
getOwner()
IBM internal use only. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setDefaultShipOffset(java.lang.Integer aDefaultShipOffset)
This method provides access to the FFMCENTER.DEFAULTSHIPOFFSET column of DB2 type INTEGER NOT NULL. |
void |
setDefaultShipOffset(java.lang.String aDefaultShipOffset)
This method provides access to the FFMCENTER.DEFAULTSHIPOFFSET column of DB2 type INTEGER NOT NULL. |
void |
setInitKey_fulfillmentCenterId(java.lang.String aInitKey_fulfillmentCenterId)
Set the primary key for this object |
void |
setMarkForDelete(java.lang.Integer aMarkForDelete)
This method provides access to the FFMCENTER.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
void |
setMarkForDelete(java.lang.String aMarkForDelete)
This method provides access to the FFMCENTER.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
void |
setMemberId(java.lang.Long aMemberId)
This method provides access to the FFMCENTER.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setMemberId(java.lang.String aMemberId)
This method provides access to the FFMCENTER.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setName(java.lang.String aName)
This method provides access to the FFMCENTER.NAME column of DB2 type VARCHAR(254) NULL. |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean |
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FulfillmentCenterAccessBean()
Default constructor. Maps to findByPrimaryKey.
public FulfillmentCenterAccessBean(javax.ejb.EJBObject aEJBObject) throws java.rmi.RemoteException
Creates an access bean for the specified EJB.
aEJBObject
- The EJB Object used for the access bean construction.java.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic FulfillmentCenterAccessBean(java.lang.Long aMemberId) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Creates an access bean with the specified attributes.
aMemberId
- the Member IDjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionMethod Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByMemberIdAndName(java.lang.Long aMemberId, java.lang.String aName) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
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 = ?
aMemberId
- the Member IDaName
- the namejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic boolean fulfills(java.lang.Long aFills, java.lang.String aFills) throws java.rmi.RemoteException, java.lang.Exception, javax.ejb.FinderException, javax.naming.NamingException
IBM internal use only.
aFills
- java.lang.LongaFills
- java.lang.Stringjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjava.lang.Exception
- The java.lang.Exception exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
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
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getDefaultShipOffsetInEJBType() 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.
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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
The following is a description of this column:
Indicates whether the FulfillmentCenter should be deleted as follows:
0 = do not delete.
1 = delete if no longer in use.
Refer to the Database Cleanup utility.
getMarkForDelete
in interface FulfillmentCenterAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
The following is a description of this column:
Indicates whether the FulfillmentCenter should be deleted as follows:
0 = do not delete.
1 = delete if no longer in use.
Refer to the Database Cleanup utility.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
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
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getOwner() throws java.lang.Exception, java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
IBM internal use only.
java.lang.Exception
- The java.lang.Exception exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void setDefaultShipOffset(java.lang.Integer aDefaultShipOffset)
This method provides access to the FFMCENTER.DEFAULTSHIPOFFSET column of DB2 type INTEGER NOT NULL.
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.
aDefaultShipOffset
- java.lang.Integerpublic void setDefaultShipOffset(java.lang.String aDefaultShipOffset)
This method provides access to the FFMCENTER.DEFAULTSHIPOFFSET column of DB2 type INTEGER NOT NULL.
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
aDefaultShipOffset
- java.lang.Stringpublic void setInitKey_fulfillmentCenterId(java.lang.String aInitKey_fulfillmentCenterId)
Set the primary key for this object
aInitKey_fulfillmentCenterId
- java.lang.Stringpublic void setMarkForDelete(java.lang.Integer aMarkForDelete)
This method provides access to the FFMCENTER.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates whether the FulfillmentCenter should be deleted as follows:
0 = do not delete.
1 = delete if no longer in use.
Refer to the Database Cleanup utility.
aMarkForDelete
- java.lang.Integerpublic void setMarkForDelete(java.lang.String aMarkForDelete)
This method provides access to the FFMCENTER.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates whether the FulfillmentCenter should be deleted as follows:
0 = do not delete.
1 = delete if no longer in use.
Refer to the Database Cleanup utility.
setMarkForDelete
in interface FulfillmentCenterAccessBeanData
aMarkForDelete
- java.lang.Stringpublic void setMemberId(java.lang.Long aMemberId)
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.
aMemberId
- java.lang.Longpublic void setMemberId(java.lang.String aMemberId)
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
aMemberId
- java.lang.Stringpublic void setName(java.lang.String aName)
This method provides access to the FFMCENTER.NAME column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A string that, along with the owner, uniquely identifies this FulfillmentCenter.
setName
in interface FulfillmentCenterAccessBeanData
aName
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |