|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.beasys.commerce.ebusiness.catalog.CatalogItemIterator
com.beasys.commerce.ebusiness.catalog.service.category.OrphanedItemIterator
@Deprecated public class OrphanedItemIterator
A OrphanedItemIterator is a ViewIterator over OrphanedItems.
Orphaned Items are Product Items that are not (or no longer) assigned to a Category.
View,
ViewIterator,
CatalogItemIterator,
Serialized Form| Field Summary |
|---|
| Fields inherited from class com.beasys.commerce.ebusiness.catalog.CatalogItemIterator |
|---|
DEFAULT_VIEW_SIZE, VERBOSE |
| Constructor Summary | |
|---|---|
OrphanedItemIterator(String manangerJndiName,
CatalogRequest catalogRequest,
int numItems,
int viewSize)
Deprecated See BEA Commerce product offering |
|
| Method Summary | |
|---|---|
protected CatalogItem |
getCatalogItem(View view,
int itemIndex)
Deprecated See BEA Commerce product offering |
protected void |
refreshView(View view)
Deprecated See BEA Commerce product offering |
| Methods inherited from class com.beasys.commerce.ebusiness.catalog.CatalogItemIterator |
|---|
getCatalogManager, getCatalogQueryManager, getCatalogRequest, getCategoryManager, getCurrentView, getCustomDataManager, getProductItemManager, getViewAt, getViewCount, gotoNextView, gotoPreviousView, gotoViewAt, hasNext, hasNextView, hasPreviousView, next, size |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OrphanedItemIterator(String manangerJndiName,
CatalogRequest catalogRequest,
int numItems,
int viewSize)
OrphanedItemIterator constructor that takes the total number
of spanned items, a view size and request object.
| Method Detail |
|---|
protected void refreshView(View view)
throws RemoteException
refreshView in class CatalogItemIteratorview - The view to refresh.
RemoteException - on remote error.
protected CatalogItem getCatalogItem(View view,
int itemIndex)
throws NoSuchElementException
getCatalogItem in class CatalogItemIteratorview - The current view.itemIndex - The index of the item to retrieve.
NoSuchElementException - If the item does not exist.
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||