com.ibm.commerce.registry
Class StoreCopy

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

public class StoreCopy
extends StoreAccessBean

This class is for internal use by the StoreRegsitry.

See Also:
Serialized Form

Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef
 
Constructor Summary
StoreCopy()
          StoreCopy constructor comment.
 
Method Summary
 StoreDefaultAccessBean getStoreDefault()
          Returns StoreDefaultAccessBean
 java.util.Enumeration getTaxCategory(java.lang.Integer taxType)
          Gets an enumeration of all tax category for a given tax type.
 void refreshCopyHelper()
          Refresh copy helper.
 
Methods inherited from class com.ibm.commerce.common.objects.StoreAccessBean
commitCopyHelper, fetchAssociatedObjects, findAll, findByAdministrator, findByAdministratorAndMemberGroup, findByCatalog, findByDistinguishedName, fulfills, getAllocationGoodFor, getAllocationGoodForInEJBType, getAvailableMaxPrecedenceOffers, getAvailableMaxPrecedenceOffers, getAvailableMaxPrecedenceOffers, getAvsAcceptCodes, getBopmpadFactor, getBopmpadFactorInEJBType, getCatalogs, getCurrency, getCurrency, getDefaultBoOffset, getDefaultBoOffsetInEJBType, getDefaultContractId, getDefaultContractIdInEJBType, getDefaultCurrency, getDescription, getDirectory, getField1, getField2, getFulfillmentCenter, getFulfillmentCenterId, getFulfillmentCenterIdInEJBType, getFulfillmentCenterSelectionFlags, getFulfillmentCenterSelectionFlagsInEJBType, getIdentifier, getLanguageId, getLanguageIdInEJBType, getMasterCatalog, getMaxBoOffset, getMaxBoOffsetInEJBType, getMemberId, getMemberIdInEJBType, getOID, getOwner, getPriceRefFlags, getPriceRefFlagsInEJBType, getQuoteGoodFor, getQuoteGoodForInEJBType, getRejectedOrderExpiry, getRejectedOrderExpiryInEJBType, getReturnFFMCenterId, getReturnFFMCenterIdInEJBType, getRMAGoodFor, getRMAGoodForInEJBType, getStatus, getStatusInEJBType, getStoreCategoryId, getStoreCategoryIdInEJBType, getStoreEntityId, getStoreEntityIdInEJBType, getStoreGroup, getStoreGroupId, getStoreGroupIdInEJBType, getStoreLevel, getStoreType, getSupportedLanguageIds, getType, setAllocationGoodFor, setAllocationGoodFor, setAvsAcceptCodes, setBopmpadFactor, setBopmpadFactor, setDefaultBoOffset, setDefaultBoOffset, setDefaultCurrency, setDirectory, setField1, setField2, setFulfillmentCenterId, setFulfillmentCenterId, setFulfillmentCenterSelectionFlags, setFulfillmentCenterSelectionFlags, setIdentifier, setInitKey_storeEntityId, setLanguageId, setLanguageId, setMaxBoOffset, setMaxBoOffset, setMemberId, setMemberId, setOID, setPriceRefFlags, setPriceRefFlags, setQuoteGoodFor, setQuoteGoodFor, setRejectedOrderExpiry, setRejectedOrderExpiry, setReturnFFMCenterId, setReturnFFMCenterId, setRMAGoodFor, setRMAGoodFor, setStatus, setStatus, setStoreCategoryId, setStoreCategoryId, setStoreGroupId, setStoreGroupId, setStoreLevel, setStoreType
 
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

StoreCopy

public StoreCopy()
StoreCopy constructor comment.
Method Detail

getStoreDefault

public StoreDefaultAccessBean getStoreDefault()
                                       throws javax.naming.NamingException,
                                              javax.ejb.CreateException,
                                              java.rmi.RemoteException,
                                              javax.ejb.FinderException
Description copied from class: StoreAccessBean

Returns StoreDefaultAccessBean

Overrides:
getStoreDefault in class StoreAccessBean
Following copied from class: com.ibm.commerce.common.objects.StoreAccessBean
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

getTaxCategory

public java.util.Enumeration getTaxCategory(java.lang.Integer taxType)
                                     throws javax.naming.NamingException,
                                            java.rmi.RemoteException,
                                            javax.ejb.FinderException
Gets an enumeration of all tax category for a given tax type.

Overrides:
getTaxCategory in class StoreAccessBean
Parameters:
taxType - Integer
Returns:
Enumeration - enumeration of tax catagory

refreshCopyHelper

public void refreshCopyHelper()
                       throws java.rmi.RemoteException,
                              javax.ejb.CreateException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException
Refresh copy helper.
Overrides:
refreshCopyHelper in class StoreAccessBean
Following copied from class: com.ibm.commerce.common.objects.StoreAccessBean
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