com.arsdigita.cms
Class AuthoringStepCollection

java.lang.Object
  extended bycom.arsdigita.domain.DomainQuery
      extended bycom.arsdigita.domain.DomainCollection
          extended bycom.arsdigita.cms.AuthoringStepCollection
All Implemented Interfaces:
com.arsdigita.persistence.DataQuery

public class AuthoringStepCollection
extends com.arsdigita.domain.DomainCollection

Describes a set of authoring steps.

Version:
1.0
Author:
Jack Chung
See Also:
DomainCollection, DataCollection

Field Summary
static String versionId
           
 
Fields inherited from class com.arsdigita.domain.DomainCollection
m_dataCollection
 
Fields inherited from class com.arsdigita.domain.DomainQuery
m_dataQuery
 
Constructor Summary
AuthoringStepCollection(com.arsdigita.persistence.DataCollection dataCollection)
          Constructor.
 
Method Summary
 AuthoringStep getAuthoringStep()
          Returns a AuthoringStep for the current position in the collection.
 com.arsdigita.domain.DomainObject getDomainObject()
          Returns a DomainObject for the current position in the collection.
 void setOrder(String order)
          Set the order of this Collection.
 
Methods inherited from class com.arsdigita.domain.DomainQuery
addEqualsFilter, addFilter, addFilter, addInSubqueryFilter, addInSubqueryFilter, addNotEqualsFilter, addNotInSubqueryFilter, addOrder, addOrderWithNull, addPath, alias, clearFilter, clearOrder, close, first, get, getFilterFactory, getParameter, getPosition, getPropertyValues, getType, hasProperty, isAfterLast, isBeforeFirst, isEmpty, isFirst, isLast, last, next, previous, removeFilter, reset, rewind, setFilter, setParameter, setRange, setRange, setReturnsLowerBound, setReturnsUpperBound, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

AuthoringStepCollection

public AuthoringStepCollection(com.arsdigita.persistence.DataCollection dataCollection)
Constructor.

Method Detail

setOrder

public void setOrder(String order)
Set the order of this Collection. This method needs to be called before next() is called on this collection.


getDomainObject

public com.arsdigita.domain.DomainObject getDomainObject()
Returns a DomainObject for the current position in the collection.


getAuthoringStep

public AuthoringStep getAuthoringStep()
Returns a AuthoringStep for the current position in the collection.



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2352 UTC