com.ibm.commerce.catalog.objects
Interface StoreCatalogGroupAccessBeanData

All Known Implementing Classes:
StoreCatalogGroupAccessBean

public interface StoreCatalogGroupAccessBeanData

This table holds the relationship between StoreEntities and the CatalogGroups that they can display and process.


Method Summary
java.lang.String getCatalogGroupReferenceNumber()
java.lang.String getStoreEntryID()

Method Detail

getCatalogGroupReferenceNumber

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

getStoreEntryID

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

Feedback