com.arsdigita.cms.contenttypes
Class Organization

java.lang.Object
  extended bycom.arsdigita.domain.DomainObject
      extended bycom.arsdigita.domain.ObservableDomainObject
          extended bycom.arsdigita.kernel.ACSObject
              extended bycom.arsdigita.versioning.VersionedACSObject
                  extended bycom.arsdigita.cms.ContentItem
                      extended bycom.arsdigita.cms.ContentPage
                          extended bycom.arsdigita.cms.contenttypes.Organization
All Implemented Interfaces:
com.arsdigita.auditing.Audited, com.arsdigita.cms.CustomCopy

public class Organization
extends com.arsdigita.cms.ContentPage

This content type represents an Organization.

Version:
$Id: //cms/content-types/organization/dev/src/com/arsdigita/cms/contenttypes/Organization.java#6 $
Author:
David Turner

Field Summary
static String BASE_DATA_OBJECT_TYPE
          Data object type for tihs domain object
static String CONTACT
           
static String IMAGE
           
static String IMAGE_ID
           
static String LINK
          PDL property 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
Organization()
           
Organization(BigDecimal id)
           
Organization(com.arsdigita.persistence.DataObject obj)
           
Organization(com.arsdigita.persistence.OID id)
           
Organization(String type)
           
 
Method Summary
 void beforeSave()
           
 void delete()
           
 String getContact()
           
 com.arsdigita.cms.ImageAsset getImage()
           
 BigDecimal getImageID()
           
 String getLink()
           
 void setContact(String contact)
           
 void setImage(com.arsdigita.cms.ImageAsset image)
           
 void setLink(String link)
           
 
Methods inherited from class com.arsdigita.cms.ContentPage
getBaseDataObjectType, 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, 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, initialize, 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, 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

LINK

public static final String LINK
PDL property names

See Also:
Constant Field Values

CONTACT

public static final String CONTACT
See Also:
Constant Field Values

IMAGE

public static final String IMAGE
See Also:
Constant Field Values

IMAGE_ID

public static final String IMAGE_ID
See Also:
Constant Field Values

BASE_DATA_OBJECT_TYPE

public static final String BASE_DATA_OBJECT_TYPE
Data object type for tihs domain object

See Also:
Constant Field Values
Constructor Detail

Organization

public Organization()

Organization

public Organization(BigDecimal id)
             throws com.arsdigita.domain.DataObjectNotFoundException

Organization

public Organization(com.arsdigita.persistence.OID id)
             throws com.arsdigita.domain.DataObjectNotFoundException

Organization

public Organization(com.arsdigita.persistence.DataObject obj)

Organization

public Organization(String type)
Method Detail

beforeSave

public void beforeSave()

getLink

public String getLink()

setLink

public void setLink(String link)

getContact

public String getContact()

setContact

public void setContact(String contact)

getImageID

public BigDecimal getImageID()

getImage

public com.arsdigita.cms.ImageAsset getImage()

setImage

public void setImage(com.arsdigita.cms.ImageAsset image)

delete

public void delete()


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