com.arsdigita.cms
Class CategoryTemplateCollection

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

public class CategoryTemplateCollection
extends TemplateCollection

This class contains a collection of CategoryTemplateMappings

Version:
$Id: //cms/dev/src/com/arsdigita/cms/CategoryTemplateCollection.java#7 $
See Also:
DomainCollection, DataCollection, ItemTemplateCollection

Field Summary
static String versionId
           
 
Fields inherited from class com.arsdigita.cms.TemplateCollection
IS_DEFAULT, TEMPLATE, USE_CONTEXT
 
Fields inherited from class com.arsdigita.domain.DomainCollection
m_dataCollection
 
Fields inherited from class com.arsdigita.domain.DomainQuery
m_dataQuery
 
Constructor Summary
CategoryTemplateCollection(com.arsdigita.persistence.DataCollection dataCollection)
          Constructor.
 
Method Summary
 com.arsdigita.domain.DomainObject getDomainObject()
          Returns a DomainObject for the current position in the collection.
 Template getTemplate()
          Return the current template
 String getUseContext()
          Return the current use context
 Boolean isDefault()
          Return true if the current template is the default for its context
 
Methods inherited from class com.arsdigita.cms.TemplateCollection
addEqualsFilter, addOrder, getDataCollection, getMimeType
 
Methods inherited from class com.arsdigita.domain.DomainQuery
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, reset, 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

CategoryTemplateCollection

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

See Also:
TemplateCollection
Method Detail

getDomainObject

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


getTemplate

public Template getTemplate()
Return the current template

Specified by:
getTemplate in class TemplateCollection

getUseContext

public String getUseContext()
Return the current use context

Specified by:
getUseContext in class TemplateCollection

isDefault

public Boolean isDefault()
Return true if the current template is the default for its context

Specified by:
isDefault in class TemplateCollection


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