com.ibm.commerce.common.objects
Class StoreAccessBean

java.lang.Object
  |
  +--com.ibm.ivj.ejb.runtime.AbstractAccessBean
        |
        +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
              |
              +--com.ibm.commerce.common.objects.StoreAccessBean
All Implemented Interfaces:
java.io.Serializable, StoreAccessBeanData
Direct Known Subclasses:
StoreCopy

public class StoreAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements StoreAccessBeanData

This bean provides access to the STORE table.

The following is a description of this table:

Each row of this table represents a Store. A Store is a StoreEntity.

See Also:
Serialized Form

Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef
 
Constructor Summary
StoreAccessBean()
          Default constructor.
StoreAccessBean(javax.ejb.EJBObject ejbObject)
          Creates an access bean for the specified EJB
 
Method Summary
 void commitCopyHelper()
          Update(flush) data to the EJBObject (persistent storage).
 void fetchAssociatedObjects()
          Fetches supportedLanguageIds and defaultContractId
 java.util.Enumeration findAll()
          Retrieves all StoreAccessBeans
 java.util.Enumeration findByAdministrator(java.lang.Long userId)
          Retrieves all StoreAccessBeans that has the specified administrator
 java.util.Enumeration findByAdministratorAndMemberGroup(java.lang.Long userId, java.lang.Long memberGroupId)
          Retrieves all StoreAccessBeans that have the specified administrator who belongs to the member group
 java.util.Enumeration findByCatalog(java.lang.Long catalogId)
          Retrieves all StoreAccessBeans that is associated with the specified catalog
 java.util.Enumeration findByDistinguishedName(java.lang.String distinguishedName)
          Retrieves all StoreAccessBeans by the specified distinguished name
 boolean fulfills(java.lang.Long aFills, java.lang.String aFills)
          IBM internal use only.
 java.lang.String getAllocationGoodFor()
          This method provides access to the STORE.ALLOCATIONGOODFOR column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getAllocationGoodForInEJBType()
          This method provides access to the STORE.ALLOCATIONGOODFOR column of DB2 type INTEGER NOT NULL.
 java.util.Vector getAvailableMaxPrecedenceOffers(boolean timestampFlag, java.sql.Timestamp timestamp, java.lang.Long catalogEntryId, com.ibm.commerce.common.objimpl.StoreGetPriceInputData inputData)
          Returns a Vector of OfferAccessBean objects that represent the offers with the highest precedence in their tradingPositionContainers that are offered by this store to the member with memberId for the catalog entry with catentryId.
 java.util.Vector getAvailableMaxPrecedenceOffers(java.lang.Long catalogEntryId, com.ibm.commerce.common.objimpl.StoreGetPriceInputData inputData)
          Returns a Vector of OfferAccessBean objects that represent the offers with the highest precedence in their tradingPositionContainers that are offered by this store to the member with memberId for the catalog entry with catentryId.
 java.util.Vector getAvailableMaxPrecedenceOffers(java.sql.Timestamp aTimestamp, java.lang.Long catalogEntryId, com.ibm.commerce.common.objimpl.StoreGetPriceInputData inputData)
          Returns a Vector of OfferAccessBean objects that represent the offers with the highest precedence in their tradingPositionContainers that are offered by this store to the member with memberId for the catalog entry with catentryId.
 java.lang.String getAvsAcceptCodes()
          This method provides access to the STORE.AVSACCEPTCODES column of DB2 type VARCHAR(64) NULL.
 java.lang.String getBopmpadFactor()
          This method provides access to the STORE.BOPMPADFACTOR column of DB2 type INTEGER NULL.
 java.lang.Integer getBopmpadFactorInEJBType()
          This method provides access to the STORE.BOPMPADFACTOR column of DB2 type INTEGER NULL.
 java.util.Enumeration getCatalogs()
          Returns CatalogAccessBean(s) by store entity id
 java.lang.String getCurrency()
          Returns currency
 java.lang.String getCurrency(java.lang.Integer languageId)
          Returns currency
 java.lang.String getDefaultBoOffset()
          This method provides access to the STORE.DEFAULTBOOFFSET column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getDefaultBoOffsetInEJBType()
          This method provides access to the STORE.DEFAULTBOOFFSET column of DB2 type INTEGER NOT NULL.
 java.lang.String getDefaultContractId()
          Returns default contract id
 java.lang.Long getDefaultContractIdInEJBType()
          Returns default contract id as Long
 java.lang.String getDefaultCurrency()
          Returns default currency
 StoreEntityDescriptionAccessBean getDescription(java.lang.Integer languageId)
          Returns StoreEntityDescriptionAccessBean by languageId
 java.lang.String getDirectory()
          This method provides access to the STORE.DIRECTORY column of DB2 type VARCHAR(254) NULL.
 java.lang.String getField1()
          This method provides access to the STORE.FIELD1 column of DB2 type VARCHAR(254) NULL.
 java.lang.String getField2()
          This method provides access to the STORE.FIELD2 column of DB2 type VARCHAR(254) NULL.
 FulfillmentCenterAccessBean getFulfillmentCenter()
          Returns FulfillmentCenterAccessBean
 java.lang.String getFulfillmentCenterId()
          This method provides access to the STORE.FFMCENTER_ID column of DB2 type INTEGER NULL.
 java.lang.Integer getFulfillmentCenterIdInEJBType()
          This method provides access to the STORE.FFMCENTER_ID column of DB2 type INTEGER NULL.
 java.lang.String getFulfillmentCenterSelectionFlags()
          This method provides access to the STORE.FFMCSELECTIONFLAGS column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getFulfillmentCenterSelectionFlagsInEJBType()
          This method provides access to the STORE.FFMCSELECTIONFLAGS column of DB2 type INTEGER NOT NULL.
 java.lang.String getIdentifier()
          Returns identifier
 java.lang.String getLanguageId()
          This method provides access to the STORE.LANGUAGE_ID column of DB2 type INTEGER NULL.
 java.lang.Integer getLanguageIdInEJBType()
          This method provides access to the STORE.LANGUAGE_ID column of DB2 type INTEGER NULL.
 CatalogAccessBean getMasterCatalog()
          Returns CatalogAccessBean by default store id
 java.lang.String getMaxBoOffset()
          This method provides access to the STORE.MAXBOOFFSET column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getMaxBoOffsetInEJBType()
          This method provides access to the STORE.MAXBOOFFSET column of DB2 type INTEGER NOT NULL.
 java.lang.String getMemberId()
          Returns member id
 java.lang.Long getMemberIdInEJBType()
          Returns member id as Long
 java.lang.String getOID()
          This method provides access to the STORE.OID column of DB2 type CHAR(32) NULL.
 java.lang.Long getOwner()
          Returns owner
 java.lang.String getPriceRefFlags()
          This method provides access to the STORE.PRICEREFFLAGS column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getPriceRefFlagsInEJBType()
          This method provides access to the STORE.PRICEREFFLAGS column of DB2 type INTEGER NOT NULL.
 java.lang.String getQuoteGoodFor()
          This method provides access to the STORE.QUOTEGOODFOR column of DB2 type INTEGER NULL.
 java.lang.Integer getQuoteGoodForInEJBType()
          This method provides access to the STORE.QUOTEGOODFOR column of DB2 type INTEGER NULL.
 java.lang.String getRejectedOrderExpiry()
          This method provides access to the STORE.REJECTEDORDEXPIRY column of DB2 type INTEGER NULL.
 java.lang.Integer getRejectedOrderExpiryInEJBType()
          This method provides access to the STORE.REJECTEDORDEXPIRY column of DB2 type INTEGER NULL.
 java.lang.String getReturnFFMCenterId()
          This method provides access to the STORE.RTNFFMCTR_ID column of DB2 type INTEGER NULL.
 java.lang.Integer getReturnFFMCenterIdInEJBType()
          This method provides access to the STORE.RTNFFMCTR_ID column of DB2 type INTEGER NULL.
 java.lang.String getRMAGoodFor()
          This method provides access to the STORE.RMAGOODFOR column of DB2 type INTEGER NULL.
 java.lang.Integer getRMAGoodForInEJBType()
          This method provides access to the STORE.RMAGOODFOR column of DB2 type INTEGER NULL.
 java.lang.String getStatus()
          This method provides access to the STORE.STATUS column of DB2 type INTEGER NULL.
 java.lang.Integer getStatusInEJBType()
          This method provides access to the STORE.STATUS column of DB2 type INTEGER NULL.
 java.lang.String getStoreCategoryId()
          This method provides access to the STORE.STORECGRY_ID column of DB2 type INTEGER NULL.
 java.lang.Integer getStoreCategoryIdInEJBType()
          This method provides access to the STORE.STORECGRY_ID column of DB2 type INTEGER NULL.
 StoreDefaultAccessBean getStoreDefault()
          Returns StoreDefaultAccessBean
 java.lang.String getStoreEntityId()
          Returns storeEntityId
 java.lang.Integer getStoreEntityIdInEJBType()
          Returns store entity id as integer
 StoreGroupAccessBean getStoreGroup()
          This method provides access to the STORE.FIELD1 column of DB2 type VARCHAR(254) NULL.
 java.lang.String getStoreGroupId()
          This method provides access to the STORE.STOREGRP_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getStoreGroupIdInEJBType()
          This method provides access to the STORE.STOREGRP_ID column of DB2 type INTEGER NOT NULL.
 java.lang.String getStoreLevel()
          This method provides access to the STORE.STORELEVEL column of DB2 type CHAR(10) NULL.
 java.lang.String getStoreType()
          This method provides access to the STORE.STORETYPE column of DB2 type CHAR(3) NULL.
 java.lang.Integer[] getSupportedLanguageIds()
          Returns supported language IDs)
 java.util.Enumeration getTaxCategory(java.lang.Integer taxTypeId)
          Returns tax category by taxTypeId
 java.lang.String getType()
          Returns type
 void refreshCopyHelper()
          Load data from the EJBObject.
 void setAllocationGoodFor(java.lang.Integer aAllocationGoodFor)
          This method provides access to the STORE.ALLOCATIONGOODFOR column of DB2 type INTEGER NOT NULL.
 void setAllocationGoodFor(java.lang.String aAllocationGoodFor)
          This method provides access to the STORE.ALLOCATIONGOODFOR column of DB2 type INTEGER NOT NULL.
 void setAvsAcceptCodes(java.lang.String aAvsAcceptCodes)
          This method provides access to the STORE.AVSACCEPTCODES column of DB2 type VARCHAR(64) NULL.
 void setBopmpadFactor(java.lang.Integer aBopmpadFactor)
          This method provides access to the STORE.BOPMPADFACTOR column of DB2 type INTEGER NULL.
 void setBopmpadFactor(java.lang.String aBopmpadFactor)
          This method provides access to the STORE.BOPMPADFACTOR column of DB2 type INTEGER NULL.
 void setDefaultBoOffset(java.lang.Integer aDefaultBoOffset)
          This method provides access to the STORE.DEFAULTBOOFFSET column of DB2 type INTEGER NOT NULL.
 void setDefaultBoOffset(java.lang.String aDefaultBoOffset)
          This method provides access to the STORE.DEFAULTBOOFFSET column of DB2 type INTEGER NOT NULL.
 void setDefaultCurrency(java.lang.String aDefaultCurrency)
          Set default currency
 void setDirectory(java.lang.String aDirectory)
          This method provides access to the STORE.DIRECTORY column of DB2 type VARCHAR(254) NULL.
 void setField1(java.lang.String aField1)
          This method provides access to the STORE.FIELD1 column of DB2 type VARCHAR(254) NULL.
 void setField2(java.lang.String aField2)
          This method provides access to the STORE.FIELD2 column of DB2 type VARCHAR(254) NULL.
 void setFulfillmentCenterId(java.lang.Integer aFulfillmentCenterId)
          This method provides access to the STORE.FFMCENTER_ID column of DB2 type INTEGER NULL.
 void setFulfillmentCenterId(java.lang.String aFulfillmentCenterId)
          This method provides access to the STORE.FFMCENTER_ID column of DB2 type INTEGER NULL.
 void setFulfillmentCenterSelectionFlags(java.lang.Integer aFulfillmentCenterSelectionFlags)
          This method provides access to the STORE.FFMCSELECTIONFLAGS column of DB2 type INTEGER NOT NULL.
 void setFulfillmentCenterSelectionFlags(java.lang.String aFulfillmentCenterSelectionFlags)
          This method provides access to the STORE.FFMCSELECTIONFLAGS column of DB2 type INTEGER NOT NULL.
 void setIdentifier(java.lang.String aIdentifier)
          Stores identifier
 void setInitKey_storeEntityId(java.lang.String aInitKey_storeEntityId)
          Set the primary key for this object
 void setLanguageId(java.lang.Integer aLanguageId)
          This method provides access to the STORE.LANGUAGE_ID column of DB2 type INTEGER NULL.
 void setLanguageId(java.lang.String aLanguageId)
          This method provides access to the STORE.LANGUAGE_ID column of DB2 type INTEGER NULL.
 void setMaxBoOffset(java.lang.Integer aMaxBoOffset)
          This method provides access to the STORE.MAXBOOFFSET column of DB2 type INTEGER NOT NULL.
 void setMaxBoOffset(java.lang.String aMaxBoOffset)
          This method provides access to the STORE.MAXBOOFFSET column of DB2 type INTEGER NOT NULL.
 void setMemberId(java.lang.Long aMemberId)
          Stores member id
 void setMemberId(java.lang.String aMemberId)
          Stores member id
 void setOID(java.lang.String aOID)
          This method provides access to the STORE.OID column of DB2 type CHAR(32) NULL.
 void setPriceRefFlags(java.lang.Integer aPriceRefFlags)
          This method provides access to the STORE.PRICEREFFLAGS column of DB2 type INTEGER NOT NULL.
 void setPriceRefFlags(java.lang.String aPriceRefFlags)
          This method provides access to the STORE.PRICEREFFLAGS column of DB2 type INTEGER NOT NULL.
 void setQuoteGoodFor(java.lang.Integer aQuoteGoodFor)
          This method provides access to the STORE.QUOTEGOODFOR column of DB2 type INTEGER NULL.
 void setQuoteGoodFor(java.lang.String aQuoteGoodFor)
          This method provides access to the STORE.QUOTEGOODFOR column of DB2 type INTEGER NULL.
 void setRejectedOrderExpiry(java.lang.Integer aRejectedOrderExpiry)
          This method provides access to the STORE.REJECTEDORDEXPIRY column of DB2 type INTEGER NULL.
 void setRejectedOrderExpiry(java.lang.String aRejectedOrderExpiry)
          This method provides access to the STORE.REJECTEDORDEXPIRY column of DB2 type INTEGER NULL.
 void setReturnFFMCenterId(java.lang.Integer aReturnFFMCenterId)
          This method provides access to the STORE.RTNFFMCTR_ID column of DB2 type INTEGER NULL.
 void setReturnFFMCenterId(java.lang.String aReturnFFMCenterId)
          This method provides access to the STORE.RTNFFMCTR_ID column of DB2 type INTEGER NULL.
 void setRMAGoodFor(java.lang.Integer aRMAGoodFor)
          This method provides access to the STORE.RMAGOODFOR column of DB2 type INTEGER NULL.
 void setRMAGoodFor(java.lang.String aRMAGoodFor)
          This method provides access to the STORE.RMAGOODFOR column of DB2 type INTEGER NULL.
 void setStatus(java.lang.Integer aStatus)
          This method provides access to the STORE.STATUS column of DB2 type INTEGER NULL.
 void setStatus(java.lang.String aStatus)
          This method provides access to the STORE.STATUS column of DB2 type INTEGER NULL.
 void setStoreCategoryId(java.lang.Integer aStoreCategoryId)
          This method provides access to the STORE.STORECGRY_ID column of DB2 type INTEGER NULL.
 void setStoreCategoryId(java.lang.String aStoreCategoryId)
          This method provides access to the STORE.STORECGRY_ID column of DB2 type INTEGER NULL.
 void setStoreGroupId(java.lang.Integer aStoreGroupId)
          This method provides access to the STORE.STOREGRP_ID column of DB2 type INTEGER NOT NULL.
 void setStoreGroupId(java.lang.String aStoreGroupId)
          This method provides access to the STORE.STOREGRP_ID column of DB2 type INTEGER NOT NULL.
 void setStoreLevel(java.lang.String aStoreLevel)
          This method provides access to the STORE.STORELEVEL column of DB2 type CHAR(10) NULL.
 void setStoreType(java.lang.String aStoreType)
          This method provides access to the STORE.STORETYPE column of DB2 type CHAR(3) 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

StoreAccessBean

public StoreAccessBean()

Default constructor. Maps to findByPrimaryKey.


StoreAccessBean

public StoreAccessBean(javax.ejb.EJBObject ejbObject)
                throws java.rmi.RemoteException

Creates an access bean for the specified EJB

Parameters:
ejbObject - javax.ejb.EJBObject
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
Method Detail

commitCopyHelper

public void commitCopyHelper()
                      throws java.rmi.RemoteException,
                             javax.ejb.CreateException,
                             javax.ejb.FinderException,
                             javax.naming.NamingException

Update(flush) data to the EJBObject (persistent storage).

Overrides:
commitCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

fetchAssociatedObjects

public void fetchAssociatedObjects()
                            throws javax.naming.NamingException,
                                   javax.ejb.CreateException,
                                   javax.ejb.FinderException,
                                   java.rmi.RemoteException

Fetches supportedLanguageIds and defaultContractId

Returns:
void
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception

findAll

public java.util.Enumeration findAll()
                              throws java.rmi.RemoteException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException

Retrieves all StoreAccessBeans

The SQL query used to fetch the requested row from the STORE table is:

SELECT * FROM STORE T1 WHERE (T1.STORE_ID NOT IN (Default_Null_Id))

Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByAdministrator

public java.util.Enumeration findByAdministrator(java.lang.Long userId)
                                          throws java.rmi.RemoteException,
                                                 javax.ejb.FinderException,
                                                 javax.naming.NamingException

Retrieves all StoreAccessBeans that has the specified administrator

The SQL query used to fetch the requested row from the STORE table is:

SELECT * FROM STORE T1 WHERE (T2.MEMBER_ID IN (SELECT MBRROLE.ORGENTITY_ID FROM MBRROLE WHERE MBRROLE.MEMBER_ID = ?)) AND (T1.STORE_ID <> Default_Null_Id)

Parameters:
userId - java.lang.Long
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByAdministratorAndMemberGroup

public java.util.Enumeration findByAdministratorAndMemberGroup(java.lang.Long userId,
                                                               java.lang.Long memberGroupId)
                                                        throws java.rmi.RemoteException,
                                                               javax.ejb.FinderException,
                                                               javax.naming.NamingException

Retrieves all StoreAccessBeans that have the specified administrator who belongs to the member group

The SQL query used to fetch the requested row from the STORE table is:

SELECT * FROM STORE T1 WHERE (T2.MEMBER_ID IN (SELECT ACCMBRGRP.OWNER_ID FROM ACCMBRGRP WHERE ACCMBRGRP.USERS_ID = ? AND ACCMBRGRP.MBRGRP_ID = ?)) AND (T1.STORE_ID <> Default_Null_Id)

Parameters:
userId - User id
memberGroupId - Member group id
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByCatalog

public java.util.Enumeration findByCatalog(java.lang.Long catalogId)
                                    throws java.rmi.RemoteException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException

Retrieves all StoreAccessBeans that is associated with the specified catalog

The SQL query used to fetch the requested row from the STORE table is:

SELECT * FROM STORE T1 WHERE (T1.STORE_ID <> Default_Null_Id ) AND (T1.STORE_ID IN (SELECT STORECAT.STOREENT_ID FROM STORECAT WHERE STORECAT.CATALOG_ID = ?))

Parameters:
catalogId - Catalog id
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByDistinguishedName

public java.util.Enumeration findByDistinguishedName(java.lang.String distinguishedName)
                                              throws java.rmi.RemoteException,
                                                     javax.ejb.FinderException,
                                                     javax.naming.NamingException

Retrieves all StoreAccessBeans by the specified distinguished name

The SQL query used to fetch the requested row from the STORE table is:

SELECT * FROM STORE T1 WHERE (T2.IDENTIFIER = ?) AND (T1.STORE_ID <> Default_Null_Id )

Parameters:
distinguishedName - Distinguished name
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

fulfills

public 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.

Parameters:
aFills - java.lang.Long
aFills - java.lang.String
Returns:
boolean
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
java.lang.Exception - The java.lang.Exception exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getAllocationGoodFor

public java.lang.String getAllocationGoodFor()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException

This method provides access to the STORE.ALLOCATIONGOODFOR column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Specifies that the usage of the ReleaseExpiredAllocations scheduler job. Refer to STORE table: details for more information.

Specified by:
getAllocationGoodFor in interface StoreAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getAllocationGoodForInEJBType

public java.lang.Integer getAllocationGoodForInEJBType()
                                                throws java.rmi.RemoteException,
                                                       javax.ejb.CreateException,
                                                       javax.ejb.FinderException,
                                                       javax.naming.NamingException

This method provides access to the STORE.ALLOCATIONGOODFOR column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Specifies that the usage of the ReleaseExpiredAllocations scheduler job. Refer to STORE table: details for more information.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getAvailableMaxPrecedenceOffers

public java.util.Vector getAvailableMaxPrecedenceOffers(boolean timestampFlag,
                                                        java.sql.Timestamp timestamp,
                                                        java.lang.Long catalogEntryId,
                                                        com.ibm.commerce.common.objimpl.StoreGetPriceInputData inputData)
                                                 throws javax.naming.NamingException,
                                                        javax.ejb.CreateException,
                                                        java.rmi.RemoteException,
                                                        javax.ejb.FinderException
Returns a Vector of OfferAccessBean objects that represent the offers with the highest precedence in their tradingPositionContainers that are offered by this store to the member with memberId for the catalog entry with catentryId.
Parameters:
timestampFlag - boolean
timestamp - java.sql.Timestamp
catalogEntryId - java.lang.Long
inputData - com.ibm.commerce.common.objimpl.StoreGetPriceInputData
Returns:
java.util.Vector
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

getAvailableMaxPrecedenceOffers

public java.util.Vector getAvailableMaxPrecedenceOffers(java.lang.Long catalogEntryId,
                                                        com.ibm.commerce.common.objimpl.StoreGetPriceInputData inputData)
                                                 throws javax.naming.NamingException,
                                                        javax.ejb.CreateException,
                                                        java.rmi.RemoteException,
                                                        javax.ejb.FinderException
Returns a Vector of OfferAccessBean objects that represent the offers with the highest precedence in their tradingPositionContainers that are offered by this store to the member with memberId for the catalog entry with catentryId.
Parameters:
catentryId - Long catalog entry Identifier
inputData - Input data
Returns:
Vector of OfferAccessBean objects
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

getAvailableMaxPrecedenceOffers

public java.util.Vector getAvailableMaxPrecedenceOffers(java.sql.Timestamp aTimestamp,
                                                        java.lang.Long catalogEntryId,
                                                        com.ibm.commerce.common.objimpl.StoreGetPriceInputData inputData)
                                                 throws javax.naming.NamingException,
                                                        javax.ejb.CreateException,
                                                        java.rmi.RemoteException,
                                                        javax.ejb.FinderException
Returns a Vector of OfferAccessBean objects that represent the offers with the highest precedence in their tradingPositionContainers that are offered by this store to the member with memberId for the catalog entry with catentryId.
Parameters:
aTimestamp - Time stamp
catalogEntryId - Long catalog entry Identifier
inputData - Input data
Returns:
Vector of OfferAccessBean objects
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

getAvsAcceptCodes

public java.lang.String getAvsAcceptCodes()
                                   throws java.rmi.RemoteException,
                                          javax.ejb.CreateException,
                                          javax.ejb.FinderException,
                                          javax.naming.NamingException

This method provides access to the STORE.AVSACCEPTCODES column of DB2 type VARCHAR(64) NULL.

The following is a description of this column:

The Payment Manager AVS result codes, which the Store considers acceptable. Refer to STORE table: details for more information.

Specified by:
getAvsAcceptCodes in interface StoreAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getBopmpadFactor

public java.lang.String getBopmpadFactor()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException

This method provides access to the STORE.BOPMPADFACTOR column of DB2 type INTEGER NULL.

The following is a description of this column:

The padding factor which represents a percentage by which the order amount presented to Payment Manager can be increased, if necessary. Refer to STORE table for more information.

Specified by:
getBopmpadFactor in interface StoreAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getBopmpadFactorInEJBType

public java.lang.Integer getBopmpadFactorInEJBType()
                                            throws java.rmi.RemoteException,
                                                   javax.ejb.CreateException,
                                                   javax.ejb.FinderException,
                                                   javax.naming.NamingException

This method provides access to the STORE.BOPMPADFACTOR column of DB2 type INTEGER NULL.

The following is a description of this column:

The padding factor which represents a percentage by which the order amount presented to Payment Manager can be increased, if necessary. Refer to STORE table for more information.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCatalogs

public java.util.Enumeration getCatalogs()
                                  throws javax.naming.NamingException,
                                         java.rmi.RemoteException,
                                         javax.ejb.FinderException

Returns CatalogAccessBean(s) by store entity id

Returns:
java.util.Enumeration
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

getCurrency

public java.lang.String getCurrency()
                             throws javax.naming.NamingException,
                                    javax.ejb.CreateException,
                                    java.rmi.RemoteException,
                                    javax.ejb.FinderException

Returns currency

Returns:
java.lang.String
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

getCurrency

public java.lang.String getCurrency(java.lang.Integer languageId)
                             throws javax.naming.NamingException,
                                    javax.ejb.CreateException,
                                    java.rmi.RemoteException,
                                    javax.ejb.FinderException

Returns currency

Parameters:
languageId - java.lang.Integer
Returns:
java.lang.String
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

getDefaultBoOffset

public java.lang.String getDefaultBoOffset()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException

This method provides access to the STORE.DEFAULTBOOFFSET column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

When an estimated availability time cannot be determined for a backordered OrderItem, it will be set to this many seconds in the future.

Specified by:
getDefaultBoOffset in interface StoreAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getDefaultBoOffsetInEJBType

public java.lang.Integer getDefaultBoOffsetInEJBType()
                                              throws java.rmi.RemoteException,
                                                     javax.ejb.CreateException,
                                                     javax.ejb.FinderException,
                                                     javax.naming.NamingException

This method provides access to the STORE.DEFAULTBOOFFSET column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

When an estimated availability time cannot be determined for a backordered OrderItem, it will be set to this many seconds in the future.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getDefaultContractId

public java.lang.String getDefaultContractId()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException

Returns default contract id

Specified by:
getDefaultContractId in interface StoreAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getDefaultContractIdInEJBType

public java.lang.Long getDefaultContractIdInEJBType()
                                             throws java.rmi.RemoteException,
                                                    javax.ejb.CreateException,
                                                    javax.ejb.FinderException,
                                                    javax.naming.NamingException

Returns default contract id as Long

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getDefaultCurrency

public java.lang.String getDefaultCurrency()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException

Returns default currency

Specified by:
getDefaultCurrency in interface StoreAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getDescription

public StoreEntityDescriptionAccessBean getDescription(java.lang.Integer languageId)
                                                throws javax.naming.NamingException,
                                                       javax.ejb.CreateException,
                                                       javax.ejb.FinderException,
                                                       java.rmi.RemoteException

Returns StoreEntityDescriptionAccessBean by languageId

Parameters:
languageId - Language id
Returns:
com.ibm.commerce.common.objects.StoreEntityDescriptionAccessBean
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception

getDirectory

public java.lang.String getDirectory()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException

This method provides access to the STORE.DIRECTORY column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

The directory in which store-specific Web assets are found. Refer to STORE table: details for more information.

Specified by:
getDirectory in interface StoreAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getField1

public java.lang.String getField1()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

This method provides access to the STORE.FIELD1 column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Customizable.

Specified by:
getField1 in interface StoreAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getField2

public java.lang.String getField2()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

This method provides access to the STORE.FIELD2 column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Customizable.

Specified by:
getField2 in interface StoreAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getFulfillmentCenter

public FulfillmentCenterAccessBean getFulfillmentCenter()
                                                 throws java.rmi.RemoteException,
                                                        javax.ejb.CreateException,
                                                        javax.ejb.FinderException,
                                                        javax.naming.NamingException

Returns FulfillmentCenterAccessBean

Specified by:
getFulfillmentCenter in interface StoreAccessBeanData
Returns:
com.ibm.commerce.fulfillment.objects.FulfillmentCenterAccessBean
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getFulfillmentCenterId

public java.lang.String getFulfillmentCenterId()
                                        throws java.rmi.RemoteException,
                                               javax.ejb.CreateException,
                                               javax.ejb.FinderException,
                                               javax.naming.NamingException

This method provides access to the STORE.FFMCENTER_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

The default FulfillmentCenter for the Store.

Specified by:
getFulfillmentCenterId in interface StoreAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getFulfillmentCenterIdInEJBType

public java.lang.Integer getFulfillmentCenterIdInEJBType()
                                                  throws java.rmi.RemoteException,
                                                         javax.ejb.CreateException,
                                                         javax.ejb.FinderException,
                                                         javax.naming.NamingException

This method provides access to the STORE.FFMCENTER_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

The default FulfillmentCenter for the Store.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getFulfillmentCenterSelectionFlags

public java.lang.String getFulfillmentCenterSelectionFlags()
                                                    throws java.rmi.RemoteException,
                                                           javax.ejb.CreateException,
                                                           javax.ejb.FinderException,
                                                           javax.naming.NamingException

This method provides access to the STORE.FFMCSELECTIONFLAGS column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Bit flags that specify policy used by the default implementation of GetEligibleFulfillmentCenters. Refer to STORE table for more information.

Specified by:
getFulfillmentCenterSelectionFlags in interface StoreAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getFulfillmentCenterSelectionFlagsInEJBType

public java.lang.Integer getFulfillmentCenterSelectionFlagsInEJBType()
                                                              throws java.rmi.RemoteException,
                                                                     javax.ejb.CreateException,
                                                                     javax.ejb.FinderException,
                                                                     javax.naming.NamingException

This method provides access to the STORE.FFMCSELECTIONFLAGS column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Bit flags that specify policy used by the default implementation of GetEligibleFulfillmentCenters. Refer to STORE table for more information.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getIdentifier

public java.lang.String getIdentifier()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

Returns identifier

Specified by:
getIdentifier in interface StoreAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getLanguageId

public java.lang.String getLanguageId()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

This method provides access to the STORE.LANGUAGE_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

The default Language for information displayed to customers shopping in the Store. For a list of language components, see the LANGUAGE table.

Specified by:
getLanguageId in interface StoreAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getLanguageIdInEJBType

public java.lang.Integer getLanguageIdInEJBType()
                                         throws java.rmi.RemoteException,
                                                javax.ejb.CreateException,
                                                javax.ejb.FinderException,
                                                javax.naming.NamingException

This method provides access to the STORE.LANGUAGE_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

The default Language for information displayed to customers shopping in the Store. For a list of language components, see the LANGUAGE table.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getMasterCatalog

public CatalogAccessBean getMasterCatalog()
                                   throws javax.naming.NamingException,
                                          java.rmi.RemoteException,
                                          javax.ejb.FinderException

Returns CatalogAccessBean by default store id

Returns:
com.ibm.commerce.catalog.objects.CatalogAccessBean
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

getMaxBoOffset

public java.lang.String getMaxBoOffset()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException

This method provides access to the STORE.MAXBOOFFSET column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

If the estimated availability time for a backordered OrderItem would normally exceed this many seconds in the future, it will be set to this many seconds in the future.

Specified by:
getMaxBoOffset in interface StoreAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getMaxBoOffsetInEJBType

public java.lang.Integer getMaxBoOffsetInEJBType()
                                          throws java.rmi.RemoteException,
                                                 javax.ejb.CreateException,
                                                 javax.ejb.FinderException,
                                                 javax.naming.NamingException

This method provides access to the STORE.MAXBOOFFSET column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

If the estimated availability time for a backordered OrderItem would normally exceed this many seconds in the future, it will be set to this many seconds in the future.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getMemberId

public java.lang.String getMemberId()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException

Returns member id

Specified by:
getMemberId in interface StoreAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getMemberIdInEJBType

public java.lang.Long getMemberIdInEJBType()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException

Returns member id as Long

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOID

public java.lang.String getOID()
                        throws java.rmi.RemoteException,
                               javax.ejb.CreateException,
                               javax.ejb.FinderException,
                               javax.naming.NamingException

This method provides access to the STORE.OID column of DB2 type CHAR(32) NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
getOID in interface StoreAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOwner

public java.lang.Long getOwner()
                        throws java.lang.Exception,
                               java.rmi.RemoteException,
                               javax.ejb.FinderException,
                               javax.naming.NamingException

Returns owner

Returns:
java.lang.Long
Throws:
java.lang.Exception - The java.lang.Exception exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getPriceRefFlags

public java.lang.String getPriceRefFlags()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException

This method provides access to the STORE.PRICEREFFLAGS column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Enumeration values to control the TradingAgreements and Offers searched when prices are refreshed by the GetContractUnitPrice task command. Refer to STORE table: details for more information.

Specified by:
getPriceRefFlags in interface StoreAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getPriceRefFlagsInEJBType

public java.lang.Integer getPriceRefFlagsInEJBType()
                                            throws java.rmi.RemoteException,
                                                   javax.ejb.CreateException,
                                                   javax.ejb.FinderException,
                                                   javax.naming.NamingException

This method provides access to the STORE.PRICEREFFLAGS column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Enumeration values to control the TradingAgreements and Offers searched when prices are refreshed by the GetContractUnitPrice task command. Refer to STORE table: details for more information.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getQuoteGoodFor

public java.lang.String getQuoteGoodFor()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException

This method provides access to the STORE.QUOTEGOODFOR column of DB2 type INTEGER NULL.

The following is a description of this column:

If this many seconds have passed since an Order was prepared, the prices and other monetary amounts in the Order may change when OrderProcess is run on an Order for which the customer has not yet committed to pay.

Specified by:
getQuoteGoodFor in interface StoreAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getQuoteGoodForInEJBType

public java.lang.Integer getQuoteGoodForInEJBType()
                                           throws java.rmi.RemoteException,
                                                  javax.ejb.CreateException,
                                                  javax.ejb.FinderException,
                                                  javax.naming.NamingException

This method provides access to the STORE.QUOTEGOODFOR column of DB2 type INTEGER NULL.

The following is a description of this column:

If this many seconds have passed since an Order was prepared, the prices and other monetary amounts in the Order may change when OrderProcess is run on an Order for which the customer has not yet committed to pay.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getRejectedOrderExpiry

public java.lang.String getRejectedOrderExpiry()
                                        throws java.rmi.RemoteException,
                                               javax.ejb.CreateException,
                                               javax.ejb.FinderException,
                                               javax.naming.NamingException

This method provides access to the STORE.REJECTEDORDEXPIRY column of DB2 type INTEGER NULL.

The following is a description of this column:

Orders with payment in Declined state longer than this number of seconds are candidates for cancellation.

Specified by:
getRejectedOrderExpiry in interface StoreAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getRejectedOrderExpiryInEJBType

public java.lang.Integer getRejectedOrderExpiryInEJBType()
                                                  throws java.rmi.RemoteException,
                                                         javax.ejb.CreateException,
                                                         javax.ejb.FinderException,
                                                         javax.naming.NamingException

This method provides access to the STORE.REJECTEDORDEXPIRY column of DB2 type INTEGER NULL.

The following is a description of this column:

Orders with payment in Declined state longer than this number of seconds are candidates for cancellation.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getReturnFFMCenterId

public java.lang.String getReturnFFMCenterId()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException

This method provides access to the STORE.RTNFFMCTR_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

Default Fulfillment Center for returning merchandise to the Store.

Specified by:
getReturnFFMCenterId in interface StoreAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getReturnFFMCenterIdInEJBType

public java.lang.Integer getReturnFFMCenterIdInEJBType()
                                                throws java.rmi.RemoteException,
                                                       javax.ejb.CreateException,
                                                       javax.ejb.FinderException,
                                                       javax.naming.NamingException

This method provides access to the STORE.RTNFFMCTR_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

Default Fulfillment Center for returning merchandise to the Store.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getRMAGoodFor

public java.lang.String getRMAGoodFor()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

This method provides access to the STORE.RMAGOODFOR column of DB2 type INTEGER NULL.

The following is a description of this column:

The time period in seconds which RMA calculations are good for. If this time period elapses before a RMA is completed then charges or credits and approval will be recalculated.

Specified by:
getRMAGoodFor in interface StoreAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getRMAGoodForInEJBType

public java.lang.Integer getRMAGoodForInEJBType()
                                         throws java.rmi.RemoteException,
                                                javax.ejb.CreateException,
                                                javax.ejb.FinderException,
                                                javax.naming.NamingException

This method provides access to the STORE.RMAGOODFOR column of DB2 type INTEGER NULL.

The following is a description of this column:

The time period in seconds which RMA calculations are good for. If this time period elapses before a RMA is completed then charges or credits and approval will be recalculated.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getStatus

public java.lang.String getStatus()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

This method provides access to the STORE.STATUS column of DB2 type INTEGER NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
getStatus in interface StoreAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getStatusInEJBType

public java.lang.Integer getStatusInEJBType()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException

This method provides access to the STORE.STATUS column of DB2 type INTEGER NULL.

The following is a description of this column:

Reserved for IBM internal use.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getStoreCategoryId

public java.lang.String getStoreCategoryId()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException

This method provides access to the STORE.STORECGRY_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

The StoreCategory, if any, for this Store.

Specified by:
getStoreCategoryId in interface StoreAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getStoreCategoryIdInEJBType

public java.lang.Integer getStoreCategoryIdInEJBType()
                                              throws java.rmi.RemoteException,
                                                     javax.ejb.CreateException,
                                                     javax.ejb.FinderException,
                                                     javax.naming.NamingException

This method provides access to the STORE.STORECGRY_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

The StoreCategory, if any, for this Store.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getStoreDefault

public StoreDefaultAccessBean getStoreDefault()
                                       throws javax.naming.NamingException,
                                              javax.ejb.CreateException,
                                              java.rmi.RemoteException,
                                              javax.ejb.FinderException

Returns StoreDefaultAccessBean

Returns:
com.ibm.commerce.common.objects.StoreDefaultAccessBean
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

getStoreEntityId

public java.lang.String getStoreEntityId()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException

Returns storeEntityId

Specified by:
getStoreEntityId in interface StoreAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getStoreEntityIdInEJBType

public java.lang.Integer getStoreEntityIdInEJBType()
                                            throws java.rmi.RemoteException,
                                                   javax.ejb.CreateException,
                                                   javax.ejb.FinderException,
                                                   javax.naming.NamingException

Returns store entity id as integer

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getStoreGroup

public StoreGroupAccessBean getStoreGroup()
                                   throws java.rmi.RemoteException,
                                          javax.ejb.CreateException,
                                          javax.ejb.FinderException,
                                          javax.naming.NamingException

This method provides access to the STORE.FIELD1 column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Customizable.

Specified by:
getStoreGroup in interface StoreAccessBeanData
Returns:
com.ibm.commerce.common.objects.StoreGroupAccessBean
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getStoreGroupId

public java.lang.String getStoreGroupId()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException

This method provides access to the STORE.STOREGRP_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The StoreGroup for this Store.

Specified by:
getStoreGroupId in interface StoreAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getStoreGroupIdInEJBType

public java.lang.Integer getStoreGroupIdInEJBType()
                                           throws java.rmi.RemoteException,
                                                  javax.ejb.CreateException,
                                                  javax.ejb.FinderException,
                                                  javax.naming.NamingException

This method provides access to the STORE.STOREGRP_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The StoreGroup for this Store.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getStoreLevel

public java.lang.String getStoreLevel()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

This method provides access to the STORE.STORELEVEL column of DB2 type CHAR(10) NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
getStoreLevel in interface StoreAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getStoreType

public java.lang.String getStoreType()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException

This method provides access to the STORE.STORETYPE column of DB2 type CHAR(3) NULL.

The following is a description of this column:

Indicates one of the following StoreTypes, for use by a user interface that provides appropriate functions depending on the StoreType:
B2B = Business to Business.
B2C = Business to Consumer.

Specified by:
getStoreType in interface StoreAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getSupportedLanguageIds

public java.lang.Integer[] getSupportedLanguageIds()
                                            throws java.rmi.RemoteException,
                                                   javax.ejb.CreateException,
                                                   javax.ejb.FinderException,
                                                   javax.naming.NamingException

Returns supported language IDs)

Specified by:
getSupportedLanguageIds in interface StoreAccessBeanData
Returns:
java.lang.Integer[]
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getTaxCategory

public java.util.Enumeration getTaxCategory(java.lang.Integer taxTypeId)
                                     throws javax.naming.NamingException,
                                            java.rmi.RemoteException,
                                            javax.ejb.FinderException

Returns tax category by taxTypeId

Parameters:
taxTypeId - Tax type id
Returns:
java.util.Enumeration
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

getType

public java.lang.String getType()
                         throws java.rmi.RemoteException,
                                javax.ejb.CreateException,
                                javax.ejb.FinderException,
                                javax.naming.NamingException

Returns type

Specified by:
getType in interface StoreAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

refreshCopyHelper

public void refreshCopyHelper()
                       throws java.rmi.RemoteException,
                              javax.ejb.CreateException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException

Load data from the EJBObject.

Overrides:
refreshCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

setAllocationGoodFor

public void setAllocationGoodFor(java.lang.Integer aAllocationGoodFor)

This method provides access to the STORE.ALLOCATIONGOODFOR column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Specifies that the usage of the ReleaseExpiredAllocations scheduler job. Refer to STORE table: details for more information.

Parameters:
aAllocationGoodFor - java.lang.Integer
Returns:
void

setAllocationGoodFor

public void setAllocationGoodFor(java.lang.String aAllocationGoodFor)

This method provides access to the STORE.ALLOCATIONGOODFOR column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Specifies that the usage of the ReleaseExpiredAllocations scheduler job. Refer to STORE table: details for more information.

Specified by:
setAllocationGoodFor in interface StoreAccessBeanData
Parameters:
aAllocationGoodFor - java.lang.String
Returns:
void

setAvsAcceptCodes

public void setAvsAcceptCodes(java.lang.String aAvsAcceptCodes)

This method provides access to the STORE.AVSACCEPTCODES column of DB2 type VARCHAR(64) NULL.

The following is a description of this column:

The Payment Manager AVS result codes, which the Store considers acceptable. Refer to STORE table: details for more information.

Specified by:
setAvsAcceptCodes in interface StoreAccessBeanData
Parameters:
aAvsAcceptCodes - java.lang.String
Returns:
void

setBopmpadFactor

public void setBopmpadFactor(java.lang.Integer aBopmpadFactor)

This method provides access to the STORE.BOPMPADFACTOR column of DB2 type INTEGER NULL.

The following is a description of this column:

The padding factor which represents a percentage by which the order amount presented to Payment Manager can be increased, if necessary. Refer to STORE table for more information.

Parameters:
aBopmpadFactor - java.lang.Integer
Returns:
void

setBopmpadFactor

public void setBopmpadFactor(java.lang.String aBopmpadFactor)

This method provides access to the STORE.BOPMPADFACTOR column of DB2 type INTEGER NULL.

The following is a description of this column:

The padding factor which represents a percentage by which the order amount presented to Payment Manager can be increased, if necessary. Refer to STORE table for more information.

Specified by:
setBopmpadFactor in interface StoreAccessBeanData
Parameters:
aBopmpadFactor - java.lang.String
Returns:
void

setDefaultBoOffset

public void setDefaultBoOffset(java.lang.Integer aDefaultBoOffset)

This method provides access to the STORE.DEFAULTBOOFFSET column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

When an estimated availability time cannot be determined for a backordered OrderItem, it will be set to this many seconds in the future.

Parameters:
aDefaultBoOffset - java.lang.Integer
Returns:
void

setDefaultBoOffset

public void setDefaultBoOffset(java.lang.String aDefaultBoOffset)

This method provides access to the STORE.DEFAULTBOOFFSET column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

When an estimated availability time cannot be determined for a backordered OrderItem, it will be set to this many seconds in the future.

Specified by:
setDefaultBoOffset in interface StoreAccessBeanData
Parameters:
aDefaultBoOffset - java.lang.String
Returns:
void

setDefaultCurrency

public void setDefaultCurrency(java.lang.String aDefaultCurrency)

Set default currency

Specified by:
setDefaultCurrency in interface StoreAccessBeanData
Parameters:
aDefaultCurrency - java.lang.String
Returns:
void

setDirectory

public void setDirectory(java.lang.String aDirectory)

This method provides access to the STORE.DIRECTORY column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

The directory in which store-specific Web assets are found. Refer to STORE table: details for more information.

Specified by:
setDirectory in interface StoreAccessBeanData
Parameters:
aDirectory - java.lang.String
Returns:
void

setField1

public void setField1(java.lang.String aField1)

This method provides access to the STORE.FIELD1 column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Customizable.

Specified by:
setField1 in interface StoreAccessBeanData
Parameters:
aField1 - java.lang.String
Returns:
void

setField2

public void setField2(java.lang.String aField2)

This method provides access to the STORE.FIELD2 column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Customizable.

Specified by:
setField2 in interface StoreAccessBeanData
Parameters:
aField2 - java.lang.String
Returns:
void

setFulfillmentCenterId

public void setFulfillmentCenterId(java.lang.Integer aFulfillmentCenterId)

This method provides access to the STORE.FFMCENTER_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

The default FulfillmentCenter for the Store.

Parameters:
aFulfillmentCenterId - java.lang.Integer
Returns:
void

setFulfillmentCenterId

public void setFulfillmentCenterId(java.lang.String aFulfillmentCenterId)

This method provides access to the STORE.FFMCENTER_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

The default FulfillmentCenter for the Store.

Specified by:
setFulfillmentCenterId in interface StoreAccessBeanData
Parameters:
aFulfillmentCenterId - java.lang.String
Returns:
void

setFulfillmentCenterSelectionFlags

public void setFulfillmentCenterSelectionFlags(java.lang.Integer aFulfillmentCenterSelectionFlags)

This method provides access to the STORE.FFMCSELECTIONFLAGS column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Bit flags that specify policy used by the default implementation of GetEligibleFulfillmentCenters. Refer to STORE table for more information.

Parameters:
aFulfillmentCenterSelectionFlags - java.lang.Integer
Returns:
void

setFulfillmentCenterSelectionFlags

public void setFulfillmentCenterSelectionFlags(java.lang.String aFulfillmentCenterSelectionFlags)

This method provides access to the STORE.FFMCSELECTIONFLAGS column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Bit flags that specify policy used by the default implementation of GetEligibleFulfillmentCenters. Refer to STORE table for more information.

Specified by:
setFulfillmentCenterSelectionFlags in interface StoreAccessBeanData
Parameters:
aFulfillmentCenterSelectionFlags - java.lang.String
Returns:
void

setIdentifier

public void setIdentifier(java.lang.String aIdentifier)

Stores identifier

Specified by:
setIdentifier in interface StoreAccessBeanData
Parameters:
aIdentifier - java.lang.String
Returns:
void

setInitKey_storeEntityId

public void setInitKey_storeEntityId(java.lang.String aInitKey_storeEntityId)

Set the primary key for this object

Parameters:
aInitKey_storeEntityId - java.lang.String
Returns:
void

setLanguageId

public void setLanguageId(java.lang.Integer aLanguageId)

This method provides access to the STORE.LANGUAGE_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

The default Language for information displayed to customers shopping in the Store. For a list of language components, see the LANGUAGE table.

Parameters:
aLanguageId - java.lang.Integer
Returns:
void

setLanguageId

public void setLanguageId(java.lang.String aLanguageId)

This method provides access to the STORE.LANGUAGE_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

The default Language for information displayed to customers shopping in the Store. For a list of language components, see the LANGUAGE table.

Specified by:
setLanguageId in interface StoreAccessBeanData
Parameters:
aLanguageId - java.lang.String
Returns:
void

setMaxBoOffset

public void setMaxBoOffset(java.lang.Integer aMaxBoOffset)

This method provides access to the STORE.MAXBOOFFSET column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

If the estimated availability time for a backordered OrderItem would normally exceed this many seconds in the future, it will be set to this many seconds in the future.

Parameters:
aMaxBoOffset - java.lang.Integer
Returns:
void

setMaxBoOffset

public void setMaxBoOffset(java.lang.String aMaxBoOffset)

This method provides access to the STORE.MAXBOOFFSET column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

If the estimated availability time for a backordered OrderItem would normally exceed this many seconds in the future, it will be set to this many seconds in the future.

Specified by:
setMaxBoOffset in interface StoreAccessBeanData
Parameters:
aMaxBoOffset - java.lang.String
Returns:
void

setMemberId

public void setMemberId(java.lang.Long aMemberId)

Stores member id

Parameters:
aMemberId - java.lang.Long
Returns:
void

setMemberId

public void setMemberId(java.lang.String aMemberId)

Stores member id

Specified by:
setMemberId in interface StoreAccessBeanData
Parameters:
aMemberId - java.lang.String
Returns:
void

setOID

public void setOID(java.lang.String aOID)

This method provides access to the STORE.OID column of DB2 type CHAR(32) NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
setOID in interface StoreAccessBeanData
Parameters:
aOID - java.lang.String
Returns:
void

setPriceRefFlags

public void setPriceRefFlags(java.lang.Integer aPriceRefFlags)

This method provides access to the STORE.PRICEREFFLAGS column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Enumeration values to control the TradingAgreements and Offers searched when prices are refreshed by the GetContractUnitPrice task command. Refer to STORE table: details for more information.

Parameters:
aPriceRefFlags - java.lang.Integer
Returns:
void

setPriceRefFlags

public void setPriceRefFlags(java.lang.String aPriceRefFlags)

This method provides access to the STORE.PRICEREFFLAGS column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Enumeration values to control the TradingAgreements and Offers searched when prices are refreshed by the GetContractUnitPrice task command. Refer to STORE table: details for more information.

Specified by:
setPriceRefFlags in interface StoreAccessBeanData
Parameters:
aPriceRefFlags - java.lang.String
Returns:
void

setQuoteGoodFor

public void setQuoteGoodFor(java.lang.Integer aQuoteGoodFor)

This method provides access to the STORE.QUOTEGOODFOR column of DB2 type INTEGER NULL.

The following is a description of this column:

If this many seconds have passed since an Order was prepared, the prices and other monetary amounts in the Order may change when OrderProcess is run on an Order for which the customer has not yet committed to pay.

Parameters:
aQuoteGoodFor - java.lang.Integer
Returns:
void

setQuoteGoodFor

public void setQuoteGoodFor(java.lang.String aQuoteGoodFor)

This method provides access to the STORE.QUOTEGOODFOR column of DB2 type INTEGER NULL.

The following is a description of this column:

If this many seconds have passed since an Order was prepared, the prices and other monetary amounts in the Order may change when OrderProcess is run on an Order for which the customer has not yet committed to pay.

Specified by:
setQuoteGoodFor in interface StoreAccessBeanData
Parameters:
aQuoteGoodFor - java.lang.String
Returns:
void

setRejectedOrderExpiry

public void setRejectedOrderExpiry(java.lang.Integer aRejectedOrderExpiry)

This method provides access to the STORE.REJECTEDORDEXPIRY column of DB2 type INTEGER NULL.

The following is a description of this column:

Orders with payment in Declined state longer than this number of seconds are candidates for cancellation.

Parameters:
aRejectedOrderExpiry - java.lang.Integer
Returns:
void

setRejectedOrderExpiry

public void setRejectedOrderExpiry(java.lang.String aRejectedOrderExpiry)

This method provides access to the STORE.REJECTEDORDEXPIRY column of DB2 type INTEGER NULL.

The following is a description of this column:

Orders with payment in Declined state longer than this number of seconds are candidates for cancellation.

Specified by:
setRejectedOrderExpiry in interface StoreAccessBeanData
Parameters:
aRejectedOrderExpiry - java.lang.String
Returns:
void

setReturnFFMCenterId

public void setReturnFFMCenterId(java.lang.Integer aReturnFFMCenterId)

This method provides access to the STORE.RTNFFMCTR_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

Default Fulfillment Center for returning merchandise to the Store.

Parameters:
aReturnFFMCenterId - java.lang.Integer
Returns:
void

setReturnFFMCenterId

public void setReturnFFMCenterId(java.lang.String aReturnFFMCenterId)

This method provides access to the STORE.RTNFFMCTR_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

Default Fulfillment Center for returning merchandise to the Store.

Specified by:
setReturnFFMCenterId in interface StoreAccessBeanData
Parameters:
aReturnFFMCenterId - java.lang.String
Returns:
void

setRMAGoodFor

public void setRMAGoodFor(java.lang.Integer aRMAGoodFor)

This method provides access to the STORE.RMAGOODFOR column of DB2 type INTEGER NULL.

The following is a description of this column:

The time period in seconds which RMA calculations are good for. If this time period elapses before a RMA is completed then charges or credits and approval will be recalculated.

Parameters:
aRMAGoodFor - java.lang.Integer
Returns:
void

setRMAGoodFor

public void setRMAGoodFor(java.lang.String aRMAGoodFor)

This method provides access to the STORE.RMAGOODFOR column of DB2 type INTEGER NULL.

The following is a description of this column:

The time period in seconds which RMA calculations are good for. If this time period elapses before a RMA is completed then charges or credits and approval will be recalculated.

Specified by:
setRMAGoodFor in interface StoreAccessBeanData
Parameters:
aRMAGoodFor - java.lang.String
Returns:
void

setStatus

public void setStatus(java.lang.Integer aStatus)

This method provides access to the STORE.STATUS column of DB2 type INTEGER NULL.

The following is a description of this column:

Reserved for IBM internal use.

Parameters:
aStatus - java.lang.Integer
Returns:
void

setStatus

public void setStatus(java.lang.String aStatus)

This method provides access to the STORE.STATUS column of DB2 type INTEGER NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
setStatus in interface StoreAccessBeanData
Parameters:
aStatus - java.lang.String
Returns:
void

setStoreCategoryId

public void setStoreCategoryId(java.lang.Integer aStoreCategoryId)

This method provides access to the STORE.STORECGRY_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

The StoreCategory, if any, for this Store.

Parameters:
aStoreCategoryId - java.lang.Integer
Returns:
void

setStoreCategoryId

public void setStoreCategoryId(java.lang.String aStoreCategoryId)

This method provides access to the STORE.STORECGRY_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

The StoreCategory, if any, for this Store.

Specified by:
setStoreCategoryId in interface StoreAccessBeanData
Parameters:
aStoreCategoryId - java.lang.String
Returns:
void

setStoreGroupId

public void setStoreGroupId(java.lang.Integer aStoreGroupId)

This method provides access to the STORE.STOREGRP_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The StoreGroup for this Store.

Parameters:
aStoreGroupId - java.lang.Integer
Returns:
void

setStoreGroupId

public void setStoreGroupId(java.lang.String aStoreGroupId)

This method provides access to the STORE.STOREGRP_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The StoreGroup for this Store.

Specified by:
setStoreGroupId in interface StoreAccessBeanData
Parameters:
aStoreGroupId - java.lang.String
Returns:
void

setStoreLevel

public void setStoreLevel(java.lang.String aStoreLevel)

This method provides access to the STORE.STORELEVEL column of DB2 type CHAR(10) NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
setStoreLevel in interface StoreAccessBeanData
Parameters:
aStoreLevel - java.lang.String
Returns:
void

setStoreType

public void setStoreType(java.lang.String aStoreType)

This method provides access to the STORE.STORETYPE column of DB2 type CHAR(3) NULL.

The following is a description of this column:

Indicates one of the following StoreTypes, for use by a user interface that provides appropriate functions depending on the StoreType:
B2B = Business to Business.
B2C = Business to Consumer.

Specified by:
setStoreType in interface StoreAccessBeanData
Parameters:
aStoreType - java.lang.String
Returns:
void