com.arsdigita.cms
Class SectionLocaleCollection

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

public class SectionLocaleCollection
extends com.arsdigita.domain.DomainCollection

This class contains a collection of Locales associated with a ContentSection.

Version:
$Revision: #7 $ $DateTime: 2004/04/07 16:07:11 $
Author:
Michael Pih (pihman@arsdigita.com)
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
SectionLocaleCollection(com.arsdigita.persistence.DataCollection dc)
          Constructor.
 
Method Summary
 void addOrder(String order)
          Set the order of this Collection.
 com.arsdigita.domain.DomainObject getDomainObject()
          Returns a DomainObject for the current position in the collection.
 com.arsdigita.globalization.Locale getLocale()
          Returns a LifecycleDefinition for the current position in the collection.
 void reset()
          Reset this collection
 
Methods inherited from class com.arsdigita.domain.DomainQuery
addEqualsFilter, addFilter, addFilter, addInSubqueryFilter, addInSubqueryFilter, addNotEqualsFilter, addNotInSubqueryFilter, addOrderWithNull, addPath, alias, clearFilter, clearOrder, close, first, get, getFilterFactory, getParameter, getPosition, getPropertyValues, getType, hasProperty, isAfterLast, isBeforeFirst, isEmpty, isFirst, isLast, last, next, previous, removeFilter, rewind, setFilter, setOrder, 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

SectionLocaleCollection

public SectionLocaleCollection(com.arsdigita.persistence.DataCollection dc)
Constructor.

Method Detail

addOrder

public void addOrder(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.


getLocale

public com.arsdigita.globalization.Locale getLocale()
Returns a LifecycleDefinition for the current position in the collection.


reset

public void reset()
Reset this collection



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