java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.catalog.objects.CatalogEntryAccessBean
This table hold the information related to a CatalogEntry. Examples of CatalogEntries include Products, Items, Packages, and Bundles. This access bean corresponds to the database table 'CATENTRY'.
Constructor Summary | |
CatalogEntryAccessBean() Zero argument constructor used to initialize the access bean. |
|
CatalogEntryAccessBean(javax.ejb.EJBObject o) constructor |
|
CatalogEntryAccessBean(java.lang.String argPartNumber, java.lang.Long argMemberId) IBM Internal use |
Method Summary | |
void | commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected java.lang.String | defaultJNDIName() |
java.util.Enumeration | findByAttributeValueWithAttributeId(java.lang.Long anAttributeId) This method returns an Enumeration of CatalogEntryAccessBean with the given attribute reference number. |
java.util.Enumeration | findByAttributeValueWithAttributeIdAndStore(java.lang.Long anAttributeId, java.lang.Integer anStoreId) Finds the record by the attribute id and store id. |
java.util.Enumeration | findByBaseItemId(java.lang.Long baseitemId) This method returns an Enumeration of CatalogEntryAccessBean with the given BaseItem Id. |
java.util.Enumeration | findByBaseItemIdAndStore(java.lang.Long baseitemId, java.lang.Integer anStoreId) Finds the record by the base item id and store id. |
java.util.Enumeration | findByCatalog(java.lang.Long catalogId) Finds the catalog entry with the catalog. |
java.util.Enumeration | findByCatalogAndGroup(java.lang.Long catalogId, java.lang.Long groupId) Finds the catalog entry with the catalog ID and group ID. |
java.util.Enumeration | findByCatalogAndGroupAndStore(java.lang.Long anCatalogId, java.lang.Long anGroupId, java.lang.Integer anStoreId) Finds the record by the catalog id, catalog group id and store id. |
java.util.Enumeration | findByCatalogAndStore(java.lang.Long anCatalogId, java.lang.Integer anStoreId) Finds the record by the catalog id and store id. |
java.util.Enumeration | findByCatalogEntryIds(java.lang.Long[] arCatalogEntryIds) This method returns an Enumeration of CatalogEntryAccessBean with the given CatalogEntry IDs. |
java.util.Enumeration | findByCatalogEntryIdsAndStore(java.lang.Long[] anCatalogEntryIds, java.lang.Integer anStoreId) Finds the records for the catalog entry ids and store id. |
java.util.Enumeration | findByChildCatalogEntry(java.lang.Long childCatalogEntryId) Finds the catalog entry with the child catalog entry. |
java.util.Enumeration | findByChildCatalogEntryAndStore(java.lang.Long anChildCatalogEntryId, java.lang.Integer anStoreId) Finds the record which are the parent of the given child catalog entry and belong to the given store id. |
java.util.Enumeration | findByItemSpcId(java.lang.Long itemspcId) This method returns an Enumeration of CatalogEntryAccessBean with the given ItemSpec Id. |
java.util.Enumeration | findByItemSpcIdAndStore(java.lang.Long anItemspcId, java.lang.Integer anStoreId) Finds the record for the given item spec id and store id. |
CatalogEntryAccessBean | findByKeyAndStore(java.lang.Long catalogId, java.lang.Integer groupId) Finds the catalog entry with the key and store ID. |
java.util.Enumeration | findByMemberId(java.lang.Long memberId) Finds the catalog entry with the member ID. |
CatalogEntryAccessBean | findByMemberIdAndSKUNumber(java.lang.Long memberId, java.lang.String sku) Finds the catalog entry with the member ID and sku number. |
java.util.Enumeration | findBySKUNumberAndStore(java.lang.String astrSku, java.lang.Integer anStoreId) Finds the records for the given sku number and store id. |
java.util.Enumeration | findEntitledCatalogEntryByCatalogAndGroup(java.lang.Long aCatalogId, java.lang.Long aCatalogGroupId, java.lang.Long[] aInclusivePSList, java.lang.Long[] aExclusivePSList) This method returns an Enumeration of CatalogEntryAccessBean with the given CatalogId, CatalogGroupId, inclusive ProductSets and exclusive ProductSets. |
java.util.Enumeration | findEntitledCatalogEntryByCatalogAndGroupAndStore(java.lang.Long anCatalogId, java.lang.Long anCatalogGroupId, java.lang.Long[] aInclusivePSList, java.lang.Long[] aExclusivePSList, java.lang.Integer anStoreId) Finds entitled catalog entries for the given catalog id, catalog group id and store id, and which are allowed for the view. |
java.util.Enumeration | findEntitledCatalogEntryByCatalogAndGroupAndStoreOrderByPartNumber(java.lang.Long anCatalogId, java.lang.Long anCatalogGroupId, java.lang.Long[] aInclusivePSList, java.lang.Long[] aExclusivePSList, java.lang.Integer anStoreId) Returns the prepared statement which does the query to find the entitled catalog entry by catalog id, catalog group id and store id. |
java.util.Enumeration | findWithPushDownQuery(java.lang.String query) Finds the catalog entry with the specified query. |
boolean | fulfills(java.lang.Long arg0, java.lang.String arg1) |
BaseItemAccessBean | getBaseItem() This method returns the BaseItemAccessBean that represents the Base Item representation of this Catalog Entry. |
java.lang.String | getBaseItemId() This method provides access to the CATENTRY.BASEITEM_ID column of DB2 type BIGINT. |
java.lang.Long | getBaseItemIdInEJBType() This method provides access to the CATENTRY.BASEITEM_ID column of DB2 type BIGINT. |
java.lang.String | getBuyable() This method provides access to the CATENTRY.BUYABLE column of DB2 type INTEGER. |
java.lang.Integer | getBuyableInEJBType() This method provides access to the CATENTRY.BUYABLE column of DB2 type INTEGER. |
RelatedCatalogEntryAccessBean[] | getCatalogEntriesAccessory() Gets the list of accessories associated with this catalog entry. |
RelatedCatalogEntryAccessBean[] | getCatalogEntriesAccessory(java.lang.Long[] inclusionPS, java.lang.Long[] exclusionPS) This method returns all accessories associated with this Catalog Entry identified by the inclusion ProductSets and exclusion ProductSets. |
RelatedCatalogEntryAccessBean[] | getCatalogEntriesAccessory(java.lang.String arg1) Gets the list of accessories associated with this catalog entry identified by the arg1 specifier provided. |
RelatedCatalogEntryAccessBean[] | getCatalogEntriesAccessoryByStore(java.lang.Integer anStoreId) Gets the catalog entries with Accessory type for the given store id, and are not excluded from the view. |
RelatedCatalogEntryAccessBean[] | getCatalogEntriesAccessoryByStore(java.lang.Long[] inclusionPS, java.lang.Long[] exclusionPS, java.lang.Integer anStoreId) Gets the catalog entries with Accessory type for the given store id and semantic. |
RelatedCatalogEntryAccessBean[] | getCatalogEntriesAccessoryByStore(java.lang.String aStrSemantic, java.lang.Integer anStoreId) Gets the catalog entries with CrosssSell type for the given store id. |
RelatedCatalogEntryAccessBean[] | getCatalogEntriesByMAssocTypeAndStore(java.lang.String astrMercAssocType, java.lang.Integer anStoreId) Gets the catalog entries for the given merchandizing association type and the given store id, and are not excluded from the view. |
RelatedCatalogEntryAccessBean[] | getCatalogEntriesByMAssocTypeAndStore(java.lang.String astrMercAssocType, java.lang.Long[] inclusionPS, java.lang.Long[] exclusionPS, java.lang.Integer anStoreId) Gets the catalog entries for the given merchandizing association type and the given store id and semantic. |
RelatedCatalogEntryAccessBean[] | getCatalogEntriesByMAssocTypeAndStore(java.lang.String arg0, java.lang.String arg1, java.lang.Integer arg2) getCatalogEntriesByMAssocTypeAndStore constructor |
RelatedCatalogEntryAccessBean[] | getCatalogEntriesCrossell() Gets the list of the cross-sell associated with this catalog entry. |
RelatedCatalogEntryAccessBean[] | getCatalogEntriesCrossell(java.lang.Long[] inclusionPS, java.lang.Long[] exclusionPS) This method returns all cross-sells associated with this catalog entry identified by the inclusion ProductSets and exclusion ProductSets. |
RelatedCatalogEntryAccessBean[] | getCatalogEntriesCrossell(java.lang.String arg1) Gets the list of the cross-sells associated with this catalog entry identified by the arg1 specifier provided. |
RelatedCatalogEntryAccessBean[] | getCatalogEntriesCrossellByStore(java.lang.Integer anStoreId) Gets the catalog entries with CrosssSell type for the given store id, and are not excluded from the view. |
RelatedCatalogEntryAccessBean[] | getCatalogEntriesCrossellByStore(java.lang.Long[] inclusionPS, java.lang.Long[] exclusionPS, java.lang.Integer anStoreId) Gets the catalog entries with CrosssSell type for the given store id and semantic. |
RelatedCatalogEntryAccessBean[] | getCatalogEntriesCrossellByStore(java.lang.String aStrSemantic, java.lang.Integer anStoreId) Gets the catalog entries with UpSell type for the given store id. |
RelatedCatalogEntryAccessBean[] | getCatalogEntriesUpSell() Gets the list of the up-sells associated with this catalog entry. |
RelatedCatalogEntryAccessBean[] | getCatalogEntriesUpSell(java.lang.Long[] inclusionPS, java.lang.Long[] exclusionPS) This method returns all up-sells associated with this catalog entry identified by the inclusion ProductSets and exclusion ProductSets. |
RelatedCatalogEntryAccessBean[] | getCatalogEntriesUpSell(java.lang.String arg1) Gets the list of the up-sell associated with this catalog entry identified by the arg1 specifier provided. |
RelatedCatalogEntryAccessBean[] | getCatalogEntriesUpSellByStore(java.lang.Integer anStoreId) Gets the catalog entries with UpSell type for the given store id, and are not excluded from the view. |
RelatedCatalogEntryAccessBean[] | getCatalogEntriesUpSellByStore(java.lang.Long[] inclusionPS, java.lang.Long[] exclusionPS, java.lang.Integer anStoreId) Gets the catalog entries with UpSell type for the given store id and semantic. |
RelatedCatalogEntryAccessBean[] | getCatalogEntriesUpSellByStore(java.lang.String aStrSemantic, java.lang.Integer anStoreId) Gets the catalog entries for the given merchandizing association type and the given store id. |
java.lang.String | getCatalogEntryReferenceNumber() This method provides access to the CATENTRY.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getCatalogEntryReferenceNumberInEJBType() This method provides access to the CATENTRY.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
CatalogEntryDescriptionAccessBean | getDescription() Gets the bean that holds the language specific information for this CatalogEntry. |
CatalogEntryDescriptionAccessBean | getDescription(java.lang.Integer arg1) Gets the bean that holds the language specific information for this Catalog Entry for the language identified by language_id. |
CatalogEntryDescriptionAccessBean | getDescription(java.lang.Integer arg1, java.lang.Integer arg2) The bean that holds the language specific information for this CatalogEntry for the language identified by language_id and the store identified by storeId. |
java.sql.Timestamp | getEndDate() This method accesses a non-CMP field |
java.lang.String | getField1() This method provides access to the CATENTRY.FIELD1 column of DB2 type INTEGER. |
java.lang.Integer | getField1InEJBType() This method provides access to the CATENTRY.FIELD1 column of DB2 type INTEGER. |
java.lang.String | getField2() This method provides access to the CATENTRY.FIELD2 column of DB2 type INTEGER. |
java.lang.Integer | getField2InEJBType() This method provides access to the CATENTRY.FIELD2 column of DB2 type INTEGER. |
java.lang.String | getField3() This method provides access to the CATENTRY.FIELD3 column of DB2 type DECIMAL(20 5). |
java.math.BigDecimal | getField3InEJBType() This method provides access to the CATENTRY.FIELD3 column of DB2 type DECIMAL(20 5). |
java.lang.String | getField4() This method provides access to the CATENTRY.FIELD4 column of DB2 type VARCHAR(254). |
java.lang.String | getField5() This method provides access to the CATENTRY.FIELD5 column of DB2 type VARCHAR(254). |
java.lang.String | getItemspc_id() This method provides access to the CATENTRY.ITEMSPC_ID column of DB2 type BIGINT. |
java.lang.Long | getItemspc_idInEJBType() This method provides access to the CATENTRY.ITEMSPC_ID column of DB2 type BIGINT. |
java.lang.String | getLanguage_id() This method accesses a non-CMP field |
java.lang.Integer | getLanguage_idInEJBType() This method accesses a non-CMP field |
java.lang.String | getLastUpdate() This method provides access to the CATENTRY.LASTUPDATE column of DB2 type TIMESTAMP. |
java.sql.Timestamp | getLastUpdateInEJBType() This method provides access to the CATENTRY.LASTUPDATE column of DB2 type TIMESTAMP. |
ListPriceAccessBean | getListPrice(java.lang.String arg1) This method provides access to the CATENTRY.OID column of DB2 type VARCHAR(64) NULL. |
java.lang.String | getManufacturerName() This method provides access to the CATENTRY.MFNAME column of DB2 type VARCHAR(64). |
java.lang.String | getManufacturerPartNumber() This method provides access to the CATENTRY.MFPARTNUMBER column of DB2 type VARCHAR(64). |
java.lang.String | getMarkForDelete() This method provides access to the CATENTRY.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
java.lang.Integer | getMarkForDeleteInEJBType() This method provides access to the CATENTRY.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
java.lang.String | getMemberId() This method provides access to the CATENTRY.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getMemberIdInEJBType() This method provides access to the CATENTRY.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String | getOid() This method provides access to the CATENTRY.OID column of DB2 type VARCHAR(64). |
java.lang.String | getOnAuction() This method provides access to the CATENTRY.ONAUCTION column of DB2 type INTEGER. |
java.lang.Integer | getOnAuctionInEJBType() This method provides access to the CATENTRY.ONAUCTION column of DB2 type INTEGER. |
java.lang.String | getOnSpecial() This method provides access to the CATENTRY.ONSPECIAL column of DB2 type INTEGER. |
java.lang.Integer | getOnSpecialInEJBType() This method provides access to the CATENTRY.ONSPECIAL column of DB2 type INTEGER. |
java.lang.Long | getOwner() This method accesses a non-CMP field |
java.lang.String[] | getParentCatalogEntryIds() This method returns all parent catalog entries of this catalog entry. |
java.lang.String | getPartNumber() This method provides access to the CATENTRY.PARTNUMBER column of DB2 type VARCHAR(64) NOT NULL. |
java.sql.Timestamp | getStartDate() This method accesses a non-CMP field |
java.lang.String | getState() This method provides access to the CATENTRY.STATE column of DB2 type CHAR(1) DEFAULT '1'. |
java.lang.String | getTemplateFileName(java.lang.Long[] arg0, java.lang.Integer arg1, java.lang.String arg2) This method accesses a non-CMP field |
java.lang.String | getTemplateFileName(java.lang.Long arg1, java.lang.Integer arg2, java.lang.String arg3) This method returns the display page name. |
java.lang.String | getTemplateFileName(java.lang.Long arg1, UserAccessBean arg2, java.lang.Integer arg3, java.lang.String arg4) This method returns the display page name. |
java.lang.String | getTemplateFileName(java.lang.Long userNumber, UserAccessBean user, java.lang.Integer store_id, java.lang.String devicetype_id, java.lang.Integer languageId) Gets the display page name that can be used for this display. |
java.lang.String | getType() This method accesses a non-CMP field |
java.lang.String | getUrl() This method provides access to the CATENTRY.URL column of DB2 type VARCHAR(254). |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
boolean | isCatalogEntryInStore(java.lang.Integer arg1) Indicates id the catalog entry can be processed in the specified store. |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setBaseItemId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setBaseItemId(java.lang.String newValue) This method accesses a non-CMP field |
void | setBuyable(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setBuyable(java.lang.String newValue) This method accesses a non-CMP field |
void | setEndDate(java.sql.Timestamp newValue) This method accesses a non-CMP field |
void | setField1(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setField1(java.lang.String newValue) This method accesses a non-CMP field |
void | setField2(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setField2(java.lang.String newValue) This method accesses a non-CMP field |
void | setField3(java.math.BigDecimal newValue) This method accesses a non-CMP field |
void | setField3(java.lang.String newValue) This method accesses a non-CMP field |
void | setField4(java.lang.String newValue) This method accesses a non-CMP field |
void | setField5(java.lang.String newValue) This method accesses a non-CMP field |
void | setInitKey_catalogEntryReferenceNumber(java.lang.String newValue) Set the primary key for this object |
void | setItemspc_id(java.lang.Long newValue) This method accesses a non-CMP field |
void | setItemspc_id(java.lang.String newValue) This method accesses a non-CMP field |
void | setLanguage_id(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setLanguage_id(java.lang.String newValue) This method accesses a non-CMP field |
void | setLastUpdate(java.lang.String newValue) This method accesses a non-CMP field |
void | setLastUpdate(java.sql.Timestamp newValue) This method accesses a non-CMP field |
void | setManufacturerName(java.lang.String newValue) This method accesses a non-CMP field |
void | setManufacturerPartNumber(java.lang.String newValue) This method accesses a non-CMP field |
void | setMarkForDelete(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setMarkForDelete(java.lang.String newValue) This method accesses a non-CMP field |
void | setMemberId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setMemberId(java.lang.String newValue) This method accesses a non-CMP field |
void | setOid(java.lang.String newValue) This method accesses a non-CMP field |
void | setOnAuction(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setOnAuction(java.lang.String newValue) This method accesses a non-CMP field |
void | setOnSpecial(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setOnSpecial(java.lang.String newValue) This method accesses a non-CMP field |
void | setPartNumber(java.lang.String newValue) This method accesses a non-CMP field |
void | setStartDate(java.sql.Timestamp newValue) This method accesses a non-CMP field |
void | setState(java.lang.String newValue) This method accesses a non-CMP field |
void | setUrl(java.lang.String newValue) This method accesses a non-CMP field |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CatalogEntryAccessBean()
public CatalogEntryAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public CatalogEntryAccessBean(java.lang.String argPartNumber, java.lang.Long argMemberId) throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
Method Detail |
public CatalogEntryAccessBean findByKeyAndStore(java.lang.Long catalogId, java.lang.Integer groupId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Finds the catalog entry with the key and store ID.
SQL:
SELECT CATENTRY.CATENTTYPE_ID, CATENTRY.MEMBER_ID, CATENTRY.LASTUPDATE, CATENTRY.ONAUCTION, CATENTRY.BUYABLE, CATENTRY.MARKFORDELETE, CATENTRY.onspecial, CATENTRY.MFNAME, CATENTRY.PARTNUMBER, CATENTRY.FIELD3, CATENTRY.FIELD4, CATENTRY.FIELD5, CATENTRY.MFPARTNUMBER, CATENTRY.FIELD2, CATENTRY.FIELD1, CATENTRY.CATENTRY_ID, CATENTRY.URL FROM CATENTRY, STORECENT WHERE (CATENTRY.CATENTTYPE_ID IN ( 'CatalogEntryBean', 'ItemBean', 'BundleBean', 'PackageBean', 'ProductBean')) AND CATENTRY.MARKFORDELETE = 0 AND CATENTRY.CATENTRY_ID = catEntryID AND STORECENT.STOREENT_ID = storeID AND STORECENT.CATENTRY_ID = CATENTRY.CATENTRY_ID
public CatalogEntryAccessBean findByMemberIdAndSKUNumber(java.lang.Long memberId, java.lang.String sku) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Finds the catalog entry with the member ID and sku number.
SQL:
SELECT CATENTRY.CATENTTYPE_ID, CATENTRY.MEMBER_ID, CATENTRY.LASTUPDATE, CATENTRY.ONAUCTION, CATENTRY.BUYABLE, CATENTRY.MARKFORDELETE, CATENTRY.onspecial, CATENTRY.MFNAME, CATENTRY.PARTNUMBER, CATENTRY.FIELD3, CATENTRY.FIELD4, CATENTRY.FIELD5, CATENTRY.MFPARTNUMBER, CATENTRY.FIELD2, CATENTRY.FIELD1, CATENTRY.CATENTRY_ID, CATENTRY.URL FROM CATENTRY WHERE (CATENTRY.CATENTTYPE_ID IN ( 'CatalogEntryBean', 'ItemBean', 'BundleBean', 'PackageBean', 'ProductBean')) AND CATENTRY.MARKFORDELETE = 0 AND CATENTRY.MEMBER_ID = memberId and CATENTRY.PARTNUMBER = sku
public java.util.Enumeration findByAttributeValueWithAttributeId(java.lang.Long anAttributeId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an Enumeration of CatalogEntryAccessBean with the given attribute reference number.
SQL:
SELECT * FROM CATENTRY WHERE (CATENTRY.CATENTRY_ID IN (SELECT DISTINCT ATTRVALUE.CATENTRY_ID FROM ATTRVALUE WHERE ATTRVALUE.ATTRIBUTE_ID = anAttributeId )) AND (CATENTRY.MARKFORDELETE <>1)
public java.util.Enumeration findByBaseItemId(java.lang.Long baseitemId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an Enumeration of CatalogEntryAccessBean with the given BaseItem Id.
SQL:
SELECT * FROM CATENTRY WHERE CATENTRY.BASEITEM_ID = baseitemId
public java.util.Enumeration findByCatalog(java.lang.Long catalogId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Finds the catalog entry with the catalog.
SQL:
SELECT CATENTRY.CATENTTYPE_ID, CATENTRY.MEMBER_ID, CATENTRY.LASTUPDATE, CATENTRY.ONAUCTION, CATENTRY.BUYABLE, CATENTRY.MARKFORDELETE, CATENTRY.onspecial, CATENTRY.MFNAME, CATENTRY.PARTNUMBER, CATENTRY.FIELD3, CATENTRY.FIELD4, CATENTRY.FIELD5, CATENTRY.MFPARTNUMBER, CATENTRY.FIELD2, CATENTRY.FIELD1, CATENTRY.CATENTRY_ID, CATENTRY.URL FROM CATENTRY, CATGPENREL WHERE (CATENTRY.CATENTTYPE_ID IN ( 'CatalogEntryBean', 'ItemBean', 'BundleBean', 'PackageBean', 'ProductBean')) AND CATENTRY.MARKFORDELETE = 0 AND CATGPENREL.CATALOG_ID = catalogId AND CATGPENREL.CATENTRY_ID = T1.CATENTRY_ID
public java.util.Enumeration findByCatalogAndGroup(java.lang.Long catalogId, java.lang.Long groupId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Finds the catalog entry with the catalog ID and group ID.
SQL:
SELECT CATENTRY.CATENTTYPE_ID, CATENTRY.MEMBER_ID, CATENTRY.LASTUPDATE, CATENTRY.ONAUCTION, CATENTRY.BUYABLE, CATENTRY.MARKFORDELETE, CATENTRY.onspecial, CATENTRY.MFNAME, CATENTRY.PARTNUMBER, CATENTRY.FIELD3, CATENTRY.FIELD4, CATENTRY.FIELD5, CATENTRY.MFPARTNUMBER, CATENTRY.FIELD2, CATENTRY.FIELD1, CATENTRY.CATENTRY_ID, CATENTRY.URL FROM CATENTRY, CATGPENTEL WHERE (CATENTRY.CATENTTYPE_ID IN ( 'CatalogEntryBean', 'ItemBean', 'BundleBean', 'PackageBean', 'ProductBean')) AND CATENTRY.MARKFORDELETE = 0 AND CATGPENREL.CATALOG_ID = catalogId AND CATGPENREL.CATGROUP_ID = groupId AND CATGPENREL.CATENTRY_ID = CATENTRY.CATENTRY_ID
public java.util.Enumeration findByCatalogEntryIds(java.lang.Long[] arCatalogEntryIds) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an Enumeration of CatalogEntryAccessBean with the given CatalogEntry IDs.
SQL:
SELECT * FROM CATENTRY WHERE CATENTRY.CATENTRY_ID IN (arCatalogEntryIds)
public java.util.Enumeration findByChildCatalogEntry(java.lang.Long childCatalogEntryId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Finds the catalog entry with the child catalog entry.
SQL:
SELECT CATENTTYPE_ID, MEMBER_ID, LASTUPDATE, ONAUCTION, BUYABLE, MARKFORDELETE, onspecial, MFNAME, PARTNUMBER, FIELD3, FIELD4, FIELD5, MFPARTNUMBER, FIELD2, FIELD1, CATENTRY_ID, URL FROM CATENTRY WHERE (CATENTTYPE_ID IN ( 'CatalogEntryBean', 'ItemBean', 'BundleBean', 'PackageBean', 'ProductBean')) AND CATENTRY_ID IN (SELECT CATENTREL.CATENTRY_ID_PARENT FROM CATENTREL WHERE CATENTREL.CATENTRY_ID_CHILD = childCatalogEntryId AND CATENTREL.CATRELTYPE_ID = 'PRODUCT_ITEM')
public java.util.Enumeration findByItemSpcId(java.lang.Long itemspcId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an Enumeration of CatalogEntryAccessBean with the given ItemSpec Id.
SQL:
SELECT * FROM CATENTRY WHERE CATENTRY.ITEMSPC_ID = itemspcId
public java.util.Enumeration findByMemberId(java.lang.Long memberId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Finds the catalog entry with the member ID.
SQL:
SELECT CATENTTYPE_ID, MEMBER_ID, LASTUPDATE, ONAUCTION, BUYABLE, MARKFORDELETE, onspecial, MFNAME, PARTNUMBER, FIELD3, FIELD4, FIELD5, MFPARTNUMBER, FIELD2, FIELD1, CATENTRY_ID, URL FROM CATENTRY WHERE (CATENTTYPE_ID IN ( 'CatalogEntryBean', 'ItemBean', 'BundleBean', 'PackageBean', 'ProductBean')) AND MARKFORDELETE = 0 AND MEMBER_ID = memberId
public java.util.Enumeration findEntitledCatalogEntryByCatalogAndGroup(java.lang.Long aCatalogId, java.lang.Long aCatalogGroupId, java.lang.Long[] aInclusivePSList, java.lang.Long[] aExclusivePSList) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an Enumeration of CatalogEntryAccessBean with the given CatalogId, CatalogGroupId, inclusive ProductSets and exclusive ProductSets.
public java.util.Enumeration findWithPushDownQuery(java.lang.String query) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Finds the catalog entry with the specified query. The push down query act as the where clause to search in the CATENTRY table. An example of the push down query: "CATENTRY_ID=1234 AND MEMBER_ID =5678"
public void setInitKey_catalogEntryReferenceNumber(java.lang.String newValue)
Set the primary key for this object
protected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
public java.lang.String getLastUpdate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
Indicates the last time the CatalogEntry was updated.
public java.sql.Timestamp getLastUpdateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
Indicates the last time the CatalogEntry was updated.
public void setLastUpdate(java.lang.String newValue)
public void setLastUpdate(java.sql.Timestamp newValue)
public java.lang.String getItemspc_id() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.ITEMSPC_ID column of DB2 type BIGINT.
The following is a description of this column:
The SpecifiedItem that this CatalogEntry relates to. This column should only be populated for CatalogEntries that are of type &quo
public java.lang.Long getItemspc_idInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.ITEMSPC_ID column of DB2 type BIGINT.
The following is a description of this column:
The SpecifiedItem that this CatalogEntry relates to. This column should only be populated for CatalogEntries that are of type &quo
public void setItemspc_id(java.lang.String newValue)
public void setItemspc_id(java.lang.Long newValue)
public java.lang.String getOnAuction() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.ONAUCTION column of DB2 type INTEGER.
The following is a description of this column:
This flag identifies if this CatalogEntry is on auction.
public java.lang.Integer getOnAuctionInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.ONAUCTION column of DB2 type INTEGER.
The following is a description of this column:
This flag identifies if this CatalogEntry is on auction.
public void setOnAuction(java.lang.String newValue)
public void setOnAuction(java.lang.Integer newValue)
public java.lang.String getState() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.STATE column of DB2 type CHAR(1) DEFAULT '1'.
The following is a description of this column:
Reserved for IBM internal use.
public void setState(java.lang.String newValue)
public java.lang.String getManufacturerPartNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.MFPARTNUMBER column of DB2 type VARCHAR(64).
The following is a description of this column:
The part number used by the manufacturer to identify this CatalogEntry.
public void setManufacturerPartNumber(java.lang.String newValue)
public java.lang.String getBuyable() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.BUYABLE column of DB2 type INTEGER.
The following is a description of this column:
Indicates whether this CatalogEntry can be purchased individually: 1=yes and 0=no.
public java.lang.Integer getBuyableInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.BUYABLE column of DB2 type INTEGER.
The following is a description of this column:
Indicates whether this CatalogEntry can be purchased individually: 1=yes and 0=no.
public void setBuyable(java.lang.String newValue)
public void setBuyable(java.lang.Integer newValue)
public java.lang.String getMarkForDelete() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates if this CatalogEntry has been marked for deletion:&l
public java.lang.Integer getMarkForDeleteInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates if this CatalogEntry has been marked for deletion:&l
public void setMarkForDelete(java.lang.String newValue)
public void setMarkForDelete(java.lang.Integer newValue)
public java.lang.String getBaseItemId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.BASEITEM_ID column of DB2 type BIGINT.
The following is a description of this column:
The BaseItem to which this CatalogEntry relates. This column should only be populated for CatalogEntries that are of type ProductBean, PackageBean or DynamicKitBean. BaseItems are used for fulfillment.
public java.lang.Long getBaseItemIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.BASEITEM_ID column of DB2 type BIGINT.
The following is a description of this column:
The BaseItem to which this CatalogEntry relates. This column should only be populated for CatalogEntries that are of type ProductBean, PackageBean or DynamicKitBean. BaseItems are used for fulfillment.
public void setBaseItemId(java.lang.String newValue)
public void setBaseItemId(java.lang.Long newValue)
public java.lang.String getCatalogEntryReferenceNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the CatalogEntry.
public java.lang.Long getCatalogEntryReferenceNumberInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the CatalogEntry.
public java.lang.String getField5() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.FIELD5 column of DB2 type VARCHAR(254).
The following is a description of this column:
Customizable.
public void setField5(java.lang.String newValue)
public java.lang.String getField4() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.FIELD4 column of DB2 type VARCHAR(254).
The following is a description of this column:
Customizable.
public void setField4(java.lang.String newValue)
public java.lang.String getField3() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.FIELD3 column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Customizable.
public java.math.BigDecimal getField3InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.FIELD3 column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Customizable.
public void setField3(java.lang.String newValue)
public void setField3(java.math.BigDecimal newValue)
public java.lang.String getField2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.FIELD2 column of DB2 type INTEGER.
The following is a description of this column:
Customizable.
public java.lang.Integer getField2InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.FIELD2 column of DB2 type INTEGER.
The following is a description of this column:
Customizable.
public void setField2(java.lang.String newValue)
public void setField2(java.lang.Integer newValue)
public java.lang.String getField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.FIELD1 column of DB2 type INTEGER.
The following is a description of this column:
Customizable.
public java.lang.Integer getField1InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.FIELD1 column of DB2 type INTEGER.
The following is a description of this column:
Customizable.
public void setField1(java.lang.String newValue)
public void setField1(java.lang.Integer newValue)
public java.lang.String getOnSpecial() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.ONSPECIAL column of DB2 type INTEGER.
The following is a description of this column:
This flag identifies if this CatalogEntry is on special.
public java.lang.Integer getOnSpecialInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.ONSPECIAL column of DB2 type INTEGER.
The following is a description of this column:
This flag identifies if this CatalogEntry is on special.
public void setOnSpecial(java.lang.String newValue)
public void setOnSpecial(java.lang.Integer newValue)
public java.lang.String getOid() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.OID column of DB2 type VARCHAR(64).
The following is a description of this column:
Reserved for IBM internal use.
public void setOid(java.lang.String newValue)
public java.lang.String getUrl() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.URL column of DB2 type VARCHAR(254).
The following is a description of this column:
The URL to this CatalogEntry, which can be used as a download URL for soft goods.
public void setUrl(java.lang.String newValue)
public java.lang.String getPartNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.PARTNUMBER column of DB2 type VARCHAR(64) NOT NULL.
The following is a description of this column:
The reference number that identifies the part number of the CatalogEntry. Along with the MEMBER_ID, these columns are a unique index.
public void setPartNumber(java.lang.String newValue)
public java.lang.String getManufacturerName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.MFNAME column of DB2 type VARCHAR(64).
The following is a description of this column:
The name of the manufacturer of this CatalogEntry.
public void setManufacturerName(java.lang.String newValue)
public java.lang.String getMemberId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number that identifies the owner of the CatalogEntry. Along with the PARTNUMBER, these columns are a unique index.
public java.lang.Long getMemberIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number that identifies the owner of the CatalogEntry. Along with the PARTNUMBER, these columns are a unique index.
public void setMemberId(java.lang.String newValue)
public void setMemberId(java.lang.Long newValue)
public java.lang.String getLanguage_id() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getLanguage_idInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setLanguage_id(java.lang.String newValue)
public void setLanguage_id(java.lang.Integer newValue)
public java.lang.String getType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public boolean isCatalogEntryInStore(java.lang.Integer arg1) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
Indicates id the catalog entry can be processed in the specified store.
public boolean fulfills(java.lang.Long arg0, java.lang.String arg1) throws java.rmi.RemoteException, java.lang.Exception, javax.ejb.FinderException, javax.naming.NamingException
public CatalogEntryDescriptionAccessBean getDescription() throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
Gets the bean that holds the language specific information for this CatalogEntry.
public CatalogEntryDescriptionAccessBean getDescription(java.lang.Integer arg1) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
Gets the bean that holds the language specific information for this Catalog Entry for the language identified by language_id.
public CatalogEntryDescriptionAccessBean getDescription(java.lang.Integer arg1, java.lang.Integer arg2) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
The bean that holds the language specific information for this CatalogEntry for the language identified by language_id and the store identified by storeId. This method will return an alternate language description if the specified description is not found.
public ListPriceAccessBean getListPrice(java.lang.String arg1) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
This method provides access to the CATENTRY.OID column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Gets the list price of the catalog entry in the specified language. Reserved for IBM internal use only
public RelatedCatalogEntryAccessBean[] getCatalogEntriesAccessory() throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
Gets the list of accessories associated with this catalog entry.
public RelatedCatalogEntryAccessBean[] getCatalogEntriesAccessory(java.lang.Long[] inclusionPS, java.lang.Long[] exclusionPS) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
This method returns all accessories associated with this Catalog Entry identified by the inclusion ProductSets and exclusion ProductSets.
public RelatedCatalogEntryAccessBean[] getCatalogEntriesAccessory(java.lang.String arg1) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
Gets the list of accessories associated with this catalog entry identified by the arg1 specifier provided.
public RelatedCatalogEntryAccessBean[] getCatalogEntriesCrossell() throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
Gets the list of the cross-sell associated with this catalog entry.
public RelatedCatalogEntryAccessBean[] getCatalogEntriesCrossell(java.lang.Long[] inclusionPS, java.lang.Long[] exclusionPS) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
This method returns all cross-sells associated with this catalog entry identified by the inclusion ProductSets and exclusion ProductSets.
public RelatedCatalogEntryAccessBean[] getCatalogEntriesCrossell(java.lang.String arg1) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
Gets the list of the cross-sells associated with this catalog entry identified by the arg1 specifier provided.
public RelatedCatalogEntryAccessBean[] getCatalogEntriesUpSell() throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
Gets the list of the up-sells associated with this catalog entry.
public RelatedCatalogEntryAccessBean[] getCatalogEntriesUpSell(java.lang.Long[] inclusionPS, java.lang.Long[] exclusionPS) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
This method returns all up-sells associated with this catalog entry identified by the inclusion ProductSets and exclusion ProductSets.
public RelatedCatalogEntryAccessBean[] getCatalogEntriesUpSell(java.lang.String arg1) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
Gets the list of the up-sell associated with this catalog entry identified by the arg1 specifier provided.
public BaseItemAccessBean getBaseItem() throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
This method returns the BaseItemAccessBean that represents the Base Item representation of this Catalog Entry.
public java.lang.Long getOwner() throws java.lang.Exception, java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.String getTemplateFileName(java.lang.Long arg1, UserAccessBean arg2, java.lang.Integer arg3, java.lang.String arg4) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
This method returns the display page name.
public java.lang.String getTemplateFileName(java.lang.Long userNumber, UserAccessBean user, java.lang.Integer store_id, java.lang.String devicetype_id, java.lang.Integer languageId) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
Gets the display page name that can be used for this display.
public java.lang.String getTemplateFileName(java.lang.Long arg1, java.lang.Integer arg2, java.lang.String arg3) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
This method returns the display page name.
public java.lang.String getTemplateFileName(java.lang.Long[] arg0, java.lang.Integer arg1, java.lang.String arg2) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
public java.lang.String[] getParentCatalogEntryIds() throws javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException, javax.naming.NamingException
public java.util.Enumeration findByItemSpcIdAndStore(java.lang.Long anItemspcId, java.lang.Integer anStoreId) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
public java.util.Enumeration findByCatalogAndStore(java.lang.Long anCatalogId, java.lang.Integer anStoreId) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
public java.util.Enumeration findByAttributeValueWithAttributeIdAndStore(java.lang.Long anAttributeId, java.lang.Integer anStoreId) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
public java.util.Enumeration findByBaseItemIdAndStore(java.lang.Long baseitemId, java.lang.Integer anStoreId) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
public java.util.Enumeration findEntitledCatalogEntryByCatalogAndGroupAndStore(java.lang.Long anCatalogId, java.lang.Long anCatalogGroupId, java.lang.Long[] aInclusivePSList, java.lang.Long[] aExclusivePSList, java.lang.Integer anStoreId) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
public java.util.Enumeration findBySKUNumberAndStore(java.lang.String astrSku, java.lang.Integer anStoreId) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
public java.util.Enumeration findByChildCatalogEntryAndStore(java.lang.Long anChildCatalogEntryId, java.lang.Integer anStoreId) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
public java.util.Enumeration findByCatalogEntryIdsAndStore(java.lang.Long[] anCatalogEntryIds, java.lang.Integer anStoreId) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
public java.util.Enumeration findByCatalogAndGroupAndStore(java.lang.Long anCatalogId, java.lang.Long anGroupId, java.lang.Integer anStoreId) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
public java.sql.Timestamp getStartDate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setStartDate(java.sql.Timestamp newValue)
public java.sql.Timestamp getEndDate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setEndDate(java.sql.Timestamp newValue)
public RelatedCatalogEntryAccessBean[] getCatalogEntriesCrossellByStore(java.lang.Integer anStoreId) throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
public RelatedCatalogEntryAccessBean[] getCatalogEntriesCrossellByStore(java.lang.String aStrSemantic, java.lang.Integer anStoreId) throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
public RelatedCatalogEntryAccessBean[] getCatalogEntriesAccessoryByStore(java.lang.Long[] inclusionPS, java.lang.Long[] exclusionPS, java.lang.Integer anStoreId) throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
public RelatedCatalogEntryAccessBean[] getCatalogEntriesAccessoryByStore(java.lang.Integer anStoreId) throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
public RelatedCatalogEntryAccessBean[] getCatalogEntriesUpSellByStore(java.lang.Integer anStoreId) throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
public RelatedCatalogEntryAccessBean[] getCatalogEntriesUpSellByStore(java.lang.Long[] inclusionPS, java.lang.Long[] exclusionPS, java.lang.Integer anStoreId) throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
public RelatedCatalogEntryAccessBean[] getCatalogEntriesUpSellByStore(java.lang.String aStrSemantic, java.lang.Integer anStoreId) throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
public RelatedCatalogEntryAccessBean[] getCatalogEntriesCrossellByStore(java.lang.Long[] inclusionPS, java.lang.Long[] exclusionPS, java.lang.Integer anStoreId) throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
public RelatedCatalogEntryAccessBean[] getCatalogEntriesAccessoryByStore(java.lang.String aStrSemantic, java.lang.Integer anStoreId) throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
public RelatedCatalogEntryAccessBean[] getCatalogEntriesByMAssocTypeAndStore(java.lang.String astrMercAssocType, java.lang.Long[] inclusionPS, java.lang.Long[] exclusionPS, java.lang.Integer anStoreId) throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
public RelatedCatalogEntryAccessBean[] getCatalogEntriesByMAssocTypeAndStore(java.lang.String arg0, java.lang.String arg1, java.lang.Integer arg2) throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
public RelatedCatalogEntryAccessBean[] getCatalogEntriesByMAssocTypeAndStore(java.lang.String astrMercAssocType, java.lang.Integer anStoreId) throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
public java.util.Enumeration findEntitledCatalogEntryByCatalogAndGroupAndStoreOrderByPartNumber(java.lang.Long anCatalogId, java.lang.Long anCatalogGroupId, java.lang.Long[] aInclusivePSList, java.lang.Long[] aExclusivePSList, java.lang.Integer anStoreId) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.