|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arsdigita.domain.DomainObject
com.arsdigita.domain.ObservableDomainObject
com.arsdigita.kernel.ACSObject
com.arsdigita.versioning.VersionedACSObject
com.arsdigita.cms.ContentItem
com.arsdigita.cms.ContentPage
com.arsdigita.cms.contenttypes.ArticleSection
Represents a section within a MultiPartArticle
Field Summary | |
static String |
BASE_DATA_OBJECT_TYPE
|
static String |
IMAGE
|
static String |
PAGE_BREAK
|
static String |
RANK
|
static String |
TEXT
attributes names |
Fields inherited from class com.arsdigita.cms.ContentPage |
LAUNCH_DATE, PAGES_IN_CATEGORY, PAGES_IN_FOLDER, QUERY_CATEGORY_ID, QUERY_PAGE, QUERY_ROOT_ID, QUERY_TYPE, SUMMARY, TITLE, versionId |
Fields inherited from class com.arsdigita.cms.ContentItem |
ANCESTORS, AUDITING, CHILDREN, CONTENT_SECTION, CONTENT_TYPE, DRAFT, DRAFT_VERSION, LANGUAGE, LIVE, NAME, PARENT, PENDING, VERSION, VERSIONS |
Fields inherited from class com.arsdigita.versioning.VersionedACSObject |
IS_DELETED, MASTER |
Fields inherited from class com.arsdigita.kernel.ACSObject |
CONTAINER, DEFAULT_DOMAIN_CLASS, DISPLAY_NAME, ID, OBJECT_TYPE |
Constructor Summary | |
ArticleSection()
Default constructor. |
|
ArticleSection(BigDecimal id)
Constructor. |
|
ArticleSection(com.arsdigita.persistence.DataObject obj)
Constructor. |
|
ArticleSection(com.arsdigita.persistence.OID id)
Constructor. |
|
ArticleSection(String type)
Constructor. |
Method Summary | |
String |
getBaseDataObjectType()
|
com.arsdigita.cms.ImageAsset |
getImage()
Accessor. |
Integer |
getRank()
Accessor. |
com.arsdigita.cms.TextAsset |
getText()
Accessor. |
void |
initialize()
|
boolean |
isPageBreak()
|
void |
setImage(com.arsdigita.cms.ImageAsset image)
Mutator. |
void |
setPageBreak(boolean val)
|
void |
setRank(Integer rank)
Mutator. |
void |
setText(com.arsdigita.cms.TextAsset text)
Mutator.. |
Methods inherited from class com.arsdigita.cms.ContentPage |
getContentBundle, getDisplayName, getLaunchDate, getPagesInSectionQuery, getPagesInSectionQuery, getPagesInSectionQuery, getPagesInSectionQuery, getSearchSummary, getTitle, setLaunchDate, setName, setPagesQueryParameters, setPagesQueryParameters, setTitle |
Methods inherited from class com.arsdigita.cms.ContentItem |
addCategory, addPendingVersion, afterSave, assertDraft, assertLive, assertMaster, assertPending, beforeDelete, beforeSave, canPublishToFS, copy, copy, copyProperty, copyProperty, copyServices, copyServicesFrom, createLiveVersion, createPendingVersion, get, getCategories, getCategoryCollection, getChildren, getContentSection, getContentType, getCreationDate, getCreationIP, getCreationUser, getDraftVersion, getLanguage, getLastModifiedDate, getLastModifiedIP, getLastModifiedUser, getLifecycle, getLiveVersion, getLocale, getName, getParent, getPath, getPathInfo, getPathInfo, getPathNoJsp, getPendingVersions, getPublicVersion, getVersion, getWorkingVersion, isDraftVersion, isLive, isLiveVersion, isPendingVersion, isPublished, makeCopy, promotePendingVersion, publish, publishToFS, removeCategory, removeLifecycle, removePendingVersion, set, setContentSection, setContentType, setDefaultCategory, setLanguage, setLifecycle, setLive, setLiveVersion, setParent, setVersion, setVersionRecursively, unpublish, unpublishFromFS |
Methods inherited from class com.arsdigita.versioning.VersionedACSObject |
applyTag, applyUniqueTag, autoPropagateMaster, getMaster, getRolledBackTo, getTransactions, getTransactions, isMaster, isRolledBack, isSubtype, permanentlyDelete, propagateMaster, recordAttributeChange, rollBackTo, rollBackTo, rollForward, save, setMaster, trackChanges |
Methods inherited from class com.arsdigita.kernel.ACSObject |
assertPrivilege, checkPrivilege, doCreateCheck, doWriteCheck, getContainer, getDefaultDomainClass, getID, getSpecificObjectType, getSpecificOID, gimmeContainer, isContainerModified, setID, setID |
Methods inherited from class com.arsdigita.domain.ObservableDomainObject |
addObserver, getObservers |
Methods inherited from class com.arsdigita.domain.DomainObject |
add, add, addToAssociation, afterDelete, clear, delete, disconnect, equals, getObjectType, getOID, getSession, hashCode, isDeleted, isDisconnected, isModified, isNew, isPropertyModified, isValid, remove, remove, remove, removeFromAssociation, save, setAssociation, setAssociation, specializeDataObject, specializeDataObject, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final String TEXT
public static final String IMAGE
public static final String RANK
public static final String PAGE_BREAK
public static final String BASE_DATA_OBJECT_TYPE
Constructor Detail |
public ArticleSection()
public ArticleSection(BigDecimal id) throws com.arsdigita.domain.DataObjectNotFoundException
id
- the id of the object to retrievepublic ArticleSection(com.arsdigita.persistence.OID id) throws com.arsdigita.domain.DataObjectNotFoundException
id
- the id of the object to retrievepublic ArticleSection(com.arsdigita.persistence.DataObject obj)
obj
- the object data to usepublic ArticleSection(String type)
Method Detail |
public String getBaseDataObjectType()
public Integer getRank()
public void setRank(Integer rank)
public com.arsdigita.cms.TextAsset getText()
public void setText(com.arsdigita.cms.TextAsset text)
public com.arsdigita.cms.ImageAsset getImage()
public void setImage(com.arsdigita.cms.ImageAsset image)
public void initialize()
public boolean isPageBreak()
public void setPageBreak(boolean val)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |