com.ibm.commerce.contract.objects
Interface StoreContractAccessBeanData

All Known Implementing Classes:
StoreContractAccessBean

public interface StoreContractAccessBeanData

Each row of this table indicates that a Contract is deployed in a Store.


Method Summary
java.lang.String getContractReferenceNumber()
java.lang.String getStoreId()

Method Detail

getStoreId

public java.lang.String getStoreId()
                            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

getContractReferenceNumber

public java.lang.String getContractReferenceNumber()
                                            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