|
||||||||
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.JurisdictionGroupAccessBean
This bean provides access to the JURSTGROUP table.
The following is a description of this table:
Each row in this table represents an instance of a particular subclass of JurisdictionGroup. A JurisdictionGroup of a particular subclass is a grouping of Jurisdiction definitions of that subclass.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
JurisdictionGroupAccessBean()
Default constructor. |
|
JurisdictionGroupAccessBean(javax.ejb.EJBObject aEJBObject)
Creates an access bean for the specified EJB. |
|
JurisdictionGroupAccessBean(java.lang.String aCode,
java.lang.Integer aStoreEntityId,
java.lang.Integer aJurisdictionGroupId,
java.lang.Integer aSubclass)
Creates an access bean with the specified attributes. |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
java.lang.String |
getCode()
This method provides access to the JURSTGROUP.CODE column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getDescription()
This method provides access to the JURSTGROUP.DESCRIPTION column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getJurisdictionGroupId()
This method provides access to the JURSTGROUP.JURSTGROUP_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getJurisdictionGroupIdInEJBType()
This method provides access to the JURSTGROUP.JURSTGROUP_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getMarkForDelete()
This method provides access to the JURSTGROUP.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getMarkForDeleteInEJBType()
This method provides access to the JURSTGROUP.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getStoreentId()
This method provides access to the JURSTGROUP.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getStoreentIdInEJBType()
This method provides access to the JURSTGROUP.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getSubclass()
This method provides access to the JURSTGROUP.SUBCLASS column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getSubclassInEJBType()
This method provides access to the JURSTGROUP.SUBCLASS column of DB2 type INTEGER NOT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setCode(java.lang.String aCode)
This method provides access to the JURSTGROUP.CODE column of DB2 type INTEGER NOT NULL. |
void |
setDescription(java.lang.String aDescription)
This method provides access to the JURSTGROUP.DESCRIPTION column of DB2 type INTEGER NOT NULL. |
void |
setInitKey_iJurisdictionGroupId(java.lang.String aInitKey_iJurisdictionGroupId)
Set the primary key for this object |
void |
setJurisdictionGroupId(java.lang.Integer aJurisdictionGroupId)
This method provides access to the JURSTGROUP.JURSTGROUP_ID column of DB2 type INTEGER NOT NULL. |
void |
setJurisdictionGroupId(java.lang.String aJurisdictionGroupId)
This method provides access to the JURSTGROUP.JURSTGROUP_ID column of DB2 type INTEGER NOT NULL. |
void |
setMarkForDelete(java.lang.Integer aMarkForDelete)
This method provides access to the JURSTGROUP.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
void |
setMarkForDelete(java.lang.String aMarkForDelete)
This method provides access to the JURSTGROUP.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
void |
setStoreentId(java.lang.Integer aStoreentId)
This method provides access to the JURSTGROUP.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setStoreentId(java.lang.String aStoreentId)
This method provides access to the JURSTGROUP.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setSubclass(java.lang.Integer aSubclass)
This method provides access to the JURSTGROUP.SUBCLASS column of DB2 type INTEGER NOT NULL. |
void |
setSubclass(java.lang.String aSubclass)
This method provides access to the JURSTGROUP.SUBCLASS column of DB2 type INTEGER NOT 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 JurisdictionGroupAccessBean()
Default constructor. Maps to findByPrimaryKey.
public JurisdictionGroupAccessBean(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 JurisdictionGroupAccessBean(java.lang.String aCode, java.lang.Integer aStoreEntityId, java.lang.Integer aJurisdictionGroupId, java.lang.Integer aSubclass) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Creates an access bean with the specified attributes. Reserved for IBM internal use.
aCode
- the codeaStoreEntityId
- the StoreEntity IDaJurisdictionGroupId
- the JurisdictionGroup IDaSubclass
- the subclassjavax.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.lang.String getCode() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the JURSTGROUP.CODE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
A code which, together with its StoreEntity and SubClass, uniquely identifies this JurisdictionGroup.
getCode
in interface JurisdictionGroupAccessBeanData
aCode
- java.lang.Stringpublic java.lang.String getDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the JURSTGROUP.DESCRIPTION column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
A brief description of the JurisdictionGroup, suitable for display in a user interface that manages JurisdictionGroups.
getDescription
in interface JurisdictionGroupAccessBeanData
aDescription
- java.lang.Stringpublic java.lang.String getJurisdictionGroupId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the JURSTGROUP.JURSTGROUP_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated unique key.
getJurisdictionGroupId
in interface JurisdictionGroupAccessBeanData
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 getJurisdictionGroupIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the JURSTGROUP.JURSTGROUP_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 JURSTGROUP.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
getMarkForDelete
in interface JurisdictionGroupAccessBeanData
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 JURSTGROUP.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
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 getStoreentId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the JURSTGROUP.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity associated with this JurisdictionGroup.
getStoreentId
in interface JurisdictionGroupAccessBeanData
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 getStoreentIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the JURSTGROUP.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity associated with this JurisdictionGroup.
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 getSubclass() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the JURSTGROUP.SUBCLASS column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates the JurisdictionGroup subclass as follows:
1 = ShippingJurisdictionGroup.
2 = TaxJurisdictionGroup.
getSubclass
in interface JurisdictionGroupAccessBeanData
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 getSubclassInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the JURSTGROUP.SUBCLASS column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates the JurisdictionGroup subclass as follows:
1 = ShippingJurisdictionGroup.
2 = TaxJurisdictionGroup.
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 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 setCode(java.lang.String aCode)
This method provides access to the JURSTGROUP.CODE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
A code which, together with its StoreEntity and SubClass, uniquely identifies this JurisdictionGroup.
setCode
in interface JurisdictionGroupAccessBeanData
aCode
- java.lang.Stringpublic void setDescription(java.lang.String aDescription)
This method provides access to the JURSTGROUP.DESCRIPTION column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
A brief description of the JurisdictionGroup, suitable for display in a user interface that manages JurisdictionGroups.
setDescription
in interface JurisdictionGroupAccessBeanData
aDescription
- java.lang.Stringpublic void setInitKey_iJurisdictionGroupId(java.lang.String aInitKey_iJurisdictionGroupId)
Set the primary key for this object
aInitKey_iJurisdictionGroupId
- java.lang.Stringpublic void setJurisdictionGroupId(java.lang.Integer aJurisdictionGroupId)
This method provides access to the JURSTGROUP.JURSTGROUP_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated unique key.
aJurisdictionGroupId
- java.lang.Integerpublic void setJurisdictionGroupId(java.lang.String aJurisdictionGroupId)
This method provides access to the JURSTGROUP.JURSTGROUP_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated unique key.
setJurisdictionGroupId
in interface JurisdictionGroupAccessBeanData
aJurisdictionGroupId
- java.lang.Stringpublic void setMarkForDelete(java.lang.Integer aMarkForDelete)
This method provides access to the JURSTGROUP.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
aMarkForDelete
- java.lang.Integerpublic void setMarkForDelete(java.lang.String aMarkForDelete)
This method provides access to the JURSTGROUP.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
setMarkForDelete
in interface JurisdictionGroupAccessBeanData
aMarkForDelete
- java.lang.Stringpublic void setStoreentId(java.lang.Integer aStoreentId)
This method provides access to the JURSTGROUP.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity associated with this JurisdictionGroup.
aStoreentId
- java.lang.Integerpublic void setStoreentId(java.lang.String aStoreentId)
This method provides access to the JURSTGROUP.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity associated with this JurisdictionGroup.
setStoreentId
in interface JurisdictionGroupAccessBeanData
aStoreentId
- java.lang.Stringpublic void setSubclass(java.lang.Integer aSubclass)
This method provides access to the JURSTGROUP.SUBCLASS column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates the JurisdictionGroup subclass as follows:
1 = ShippingJurisdictionGroup.
2 = TaxJurisdictionGroup.
aSubclass
- java.lang.Integerpublic void setSubclass(java.lang.String aSubclass)
This method provides access to the JURSTGROUP.SUBCLASS column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates the JurisdictionGroup subclass as follows:
1 = ShippingJurisdictionGroup.
2 = TaxJurisdictionGroup.
setSubclass
in interface JurisdictionGroupAccessBeanData
aSubclass
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |