com.beasys.commerce.ebusiness.catalog
Class CatalogItemView

java.lang.Object
  extended by com.beasys.commerce.ebusiness.catalog.CatalogItemView
All Implemented Interfaces
View, Serializable

Deprecated See BEA Commerce product offering

@Deprecated
public class CatalogItemView
extends Object
implements View, Serializable

A CatalogItemView is a window onto a large CatalogItem result set. It has a size (the number of items in the view), a beginning index (the index of the first item in the view), and an ending index (the index of the last item in the view). Additionally, a CatalogItemViewhas an index within the context of a ViewIterator.

See Also
View, ViewIterator, Serialized Form

Constructor Summary
CatalogItemView()
          Deprecated See BEA Commerce product offering
CatalogItemView(int size, int firstIndex, int lastIndex, int viewIndex)
          Deprecated See BEA Commerce product offering
 
Method Summary
 int getFirstIndex()
          Deprecated See BEA Commerce product offering
 int getLastIndex()
          Deprecated See BEA Commerce product offering
 int getSize()
          Deprecated See BEA Commerce product offering
 int getViewIndex()
          Deprecated See BEA Commerce product offering
 String toString()
          Deprecated See BEA Commerce product offering
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CatalogItemView

public CatalogItemView()
Deprecated See BEA Commerce product offering

Default constructor


CatalogItemView

public CatalogItemView(int size,
                       int firstIndex,
                       int lastIndex,
                       int viewIndex)
Deprecated See BEA Commerce product offering

Creates a new CatalogItemView with the given size, first index, last index, and view index.

Parameters
size - The size of the view.
firstIndex - The first index.
lastIndex - The last index.
viewIndex - The index of this View within its ViewIterator.
Method Detail

getSize

public int getSize()
Deprecated See BEA Commerce product offering

Returns the number of items in the view.

Specified by:
getSize in interface View
Returns
The number of ites in the view.

getFirstIndex

public int getFirstIndex()
Deprecated See BEA Commerce product offering

Returns the index of the first item in the view.

Specified by:
getFirstIndex in interface View
Returns
The index of the first item in the view.

getLastIndex

public int getLastIndex()
Deprecated See BEA Commerce product offering

Returns the index of the last item in the view.

Specified by:
getLastIndex in interface View
Returns
The index of the last item in the view.

getViewIndex

public int getViewIndex()
Deprecated See BEA Commerce product offering

Returns the index of this View within its ViewIterator.

Specified by:
getViewIndex in interface View
Returns
The index of this View within its ViewIterator.

toString

public String toString()
Deprecated See BEA Commerce product offering

Overrides:
toString in class Object
Returns
the string representation of this CatalogItemView.


Copyright © 2008 BEA Systems, Inc. All Rights Reserved