|
|||||||||||
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.portalserver.PortalTabCollection
This class represents the Domain Object Collection for
PortalTab
.
Field Summary |
Fields inherited from class com.arsdigita.domain.DomainCollection |
m_dataCollection, versionId |
Fields inherited from class com.arsdigita.domain.DomainQuery |
m_dataQuery |
Constructor Summary | |
protected |
PortalTabCollection(com.arsdigita.persistence.DataCollection dataCollection)
|
Method Summary | |
com.arsdigita.domain.DomainObject |
getDomainObject()
Get the current item as a domain object. |
BigDecimal |
getID()
Get the ID for the PortalTab for the current row. |
PortalTab |
getPortalTab()
Get the current item as a PortalTab domain object. |
String |
getTitle()
Get the title for the PortalTab for the current row. |
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 |
Constructor Detail |
protected PortalTabCollection(com.arsdigita.persistence.DataCollection dataCollection)
Method Detail |
public BigDecimal getID()
public com.arsdigita.domain.DomainObject getDomainObject()
public PortalTab getPortalTab()
public String getTitle()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |