com.arsdigita.cms.contenttypes
Class Agenda

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.TextPage
                              extended bycom.arsdigita.cms.contenttypes.Agenda
All Implemented Interfaces:
com.arsdigita.auditing.Audited, com.arsdigita.cms.CustomCopy

public class Agenda
extends com.arsdigita.cms.TextPage

This content type represents an agenda.

Version:
$Revision: #5 $ $Date: 2004/04/07 $

Field Summary
static String AGENDA_DATE
          PDL property name for agenda date
static String ATTENDEES
          PDL property name for attendees
static String BASE_DATA_OBJECT_TYPE
          Data object type for this domain object
static String CONTACT_INFO
          PDL property name for contact info
static String CREATION_DATE
          PDL property name for creation date
static String LOCATION
          PDL property name for location
static String SUBJECT_ITEMS
          PDL property name for subject items
static String SUMMARY
          PDL property name for summary
static int SUMMARY_LENGTH
           
 
Fields inherited from class com.arsdigita.cms.TextPage
SUMMARY_SIZE, TEXT_ASSET, versionId
 
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, TITLE
 
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
Agenda()
           
Agenda(BigDecimal id)
           
Agenda(com.arsdigita.persistence.DataObject obj)
           
Agenda(com.arsdigita.persistence.OID id)
           
Agenda(String type)
           
 
Method Summary
 void beforeSave()
           
 Date getAgendaDate()
           
 String getAttendees()
           
 String getContactInfo()
           
 Date getCreationDate()
           
 String getDisplayAgendaDate()
           
 String getLocation()
           
 String getSearchSummary()
           
 String getSubjectItems()
           
 String getSummary()
           
 void setAgendaDate(Date agendaDate)
           
 void setAttendees(String attendees)
           
 void setContactInfo(String contactInfo)
           
 void setCreationDate(Date creationDate)
           
 void setLocation(String location)
           
 void setSubjectItems(String subjectItems)
           
 void setSummary(String summary)
           
 
Methods inherited from class com.arsdigita.cms.TextPage
getBaseDataObjectType, getTextAsset, propagateMaster, setTextAsset
 
Methods inherited from class com.arsdigita.cms.ContentPage
getContentBundle, getDisplayName, getLaunchDate, getPagesInSectionQuery, getPagesInSectionQuery, getPagesInSectionQuery, getPagesInSectionQuery, 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, 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, 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

AGENDA_DATE

public static final String AGENDA_DATE
PDL property name for agenda date

See Also:
Constant Field Values

LOCATION

public static final String LOCATION
PDL property name for location

See Also:
Constant Field Values

ATTENDEES

public static final String ATTENDEES
PDL property name for attendees

See Also:
Constant Field Values

SUBJECT_ITEMS

public static final String SUBJECT_ITEMS
PDL property name for subject items

See Also:
Constant Field Values

CONTACT_INFO

public static final String CONTACT_INFO
PDL property name for contact info

See Also:
Constant Field Values

SUMMARY

public static final String SUMMARY
PDL property name for summary

See Also:
Constant Field Values

CREATION_DATE

public static final String CREATION_DATE
PDL property name for creation date

See Also:
Constant Field Values

BASE_DATA_OBJECT_TYPE

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

See Also:
Constant Field Values

SUMMARY_LENGTH

public static final int SUMMARY_LENGTH
See Also:
Constant Field Values
Constructor Detail

Agenda

public Agenda()

Agenda

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

Agenda

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

Agenda

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

Agenda

public Agenda(String type)
Method Detail

beforeSave

public void beforeSave()

getAgendaDate

public Date getAgendaDate()

getDisplayAgendaDate

public String getDisplayAgendaDate()

setAgendaDate

public void setAgendaDate(Date agendaDate)

getLocation

public String getLocation()

setLocation

public void setLocation(String location)

getAttendees

public String getAttendees()

setAttendees

public void setAttendees(String attendees)

getSubjectItems

public String getSubjectItems()

setSubjectItems

public void setSubjectItems(String subjectItems)

getContactInfo

public String getContactInfo()

setContactInfo

public void setContactInfo(String contactInfo)

getSummary

public String getSummary()

setSummary

public void setSummary(String summary)

getCreationDate

public Date getCreationDate()

setCreationDate

public void setCreationDate(Date creationDate)

getSearchSummary

public String getSearchSummary()


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