|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arsdigita.domain.DomainQuery
com.arsdigita.domain.DomainCollection
com.arsdigita.cms.FileAssetCollection
This class contains a collection of files.
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 | |
FileAssetCollection(com.arsdigita.persistence.DataCollection dataCollection)
Constructor. |
Method Summary | |
com.arsdigita.persistence.Filter |
addFilter(String conditions)
|
void |
addOrder(String order)
Set the order of this Collection. |
void |
clearFilter()
|
void |
clearOrder()
|
com.arsdigita.domain.DomainObject |
getDomainObject()
Returns a DomainObject for the current position in
the collection. |
FileAsset |
getFile()
Returns a File for the current position in
the collection. |
Methods inherited from class com.arsdigita.domain.DomainQuery |
addEqualsFilter, addFilter, addInSubqueryFilter, addInSubqueryFilter, addNotEqualsFilter, addNotInSubqueryFilter, addOrderWithNull, addPath, alias, 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 |
public static final String versionId
Constructor Detail |
public FileAssetCollection(com.arsdigita.persistence.DataCollection dataCollection)
Method Detail |
public void addOrder(String order)
next()
is called on this collection.
public com.arsdigita.domain.DomainObject getDomainObject()
DomainObject
for the current position in
the collection.
public FileAsset getFile()
File
for the current position in
the collection.
public com.arsdigita.persistence.Filter addFilter(String conditions)
public void clearFilter()
public void clearOrder() throws com.arsdigita.persistence.PersistenceException
com.arsdigita.persistence.PersistenceException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |