com.arsdigita.web
Class ApplicationTypeCollection

java.lang.Object
  extended bycom.arsdigita.domain.DomainQuery
      extended bycom.arsdigita.domain.DomainCollection
          extended bycom.arsdigita.kernel.ResourceTypeCollection
              extended bycom.arsdigita.web.ApplicationTypeCollection
All Implemented Interfaces:
DataQuery

public class ApplicationTypeCollection
extends ResourceTypeCollection

A collection of ApplicationTypes. This class includes methods to filter and order the results of retrieving application types.

Version:
$Id: //core-platform/dev/src/com/arsdigita/web/ApplicationTypeCollection.java#4 $
Author:
Justin Ross
See Also:
ApplicationType, ApplicationCollection

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
ApplicationTypeCollection(DataCollection dataCollection)
           
 
Method Summary
 void filterToEmbeddable()
           
 void filterToFullPageViewable()
           
 void filterToWorkspaceApplication()
           
 String getApplicationObjectType()
           
 ApplicationType getApplicationType()
           
 DomainObject getDomainObject()
          Returns a DomainObject for the current position in the collection.
 BigDecimal getID()
           
 String getTitle()
           
 void orderByTitle()
           
 
Methods inherited from class com.arsdigita.kernel.ResourceTypeCollection
getResourceObjectType, getResourceType
 
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, 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

ApplicationTypeCollection

public ApplicationTypeCollection(DataCollection dataCollection)
Method Detail

filterToFullPageViewable

public void filterToFullPageViewable()

filterToWorkspaceApplication

public void filterToWorkspaceApplication()

filterToEmbeddable

public void filterToEmbeddable()

orderByTitle

public void orderByTitle()
Overrides:
orderByTitle in class ResourceTypeCollection

getDomainObject

public DomainObject getDomainObject()
Description copied from class: DomainCollection
Returns a DomainObject for the current position in the collection.

Overrides:
getDomainObject in class ResourceTypeCollection

getApplicationType

public ApplicationType getApplicationType()

getApplicationObjectType

public String getApplicationObjectType()

getTitle

public String getTitle()
Overrides:
getTitle in class ResourceTypeCollection

getID

public BigDecimal getID()
Overrides:
getID in class ResourceTypeCollection


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