Uses of Class
com.arsdigita.domain.DataObjectNotFoundException

Packages that use DataObjectNotFoundException
com.arsdigita.auditing The Auditing Service provides a standard API and common mechanism for providing a Domain Object with auditing information. 
com.arsdigita.categorization The Categorization service provides an infrastructure for developers to categorize arbitrary content within the system. 
com.arsdigita.domain Domain Objects provide an application logic tier between the persistent storage and presentation tiers. 
com.arsdigita.formbuilder The Form Builder service provides the ability to build simple forms with a web user interface. 
com.arsdigita.formbuilder.actions Specific form actions that can be used by the form designer. 
com.arsdigita.formbuilder.parameters Validation listeners for formbuilder. 
com.arsdigita.formbuilder.ui.editors Embeddable formbuilder editor widgets. 
com.arsdigita.globalization Provides a set of classes to support globalization of web applications. 
com.arsdigita.kernel Provides the classes that are essential for building a CCM web application, including ACSObject, packages, parties, and permissions. 
com.arsdigita.messaging Messaging provides a standard set of abstractions for creating and storing messages. 
com.arsdigita.mimetypes Tools for managing and representing mimetypes. 
com.arsdigita.mimetypes.converters Classes for converting between specific mimetypes. 
com.arsdigita.notification Notification provides the application-level capabilities needed for outbound email. 
com.arsdigita.portal Basic portal infrastructure. 
com.arsdigita.search Provides a set of APIs for interacting with search engines. 
com.arsdigita.search.intermedia Provides APIs to be used by query engine implementors to interact with the Oracle Intermedia search engine. 
com.arsdigita.ui.admin Basic user interface components for the administrative UI. 
com.arsdigita.ui.login Internationalized UI classes for user login and registration. 
com.arsdigita.ui.sitemap User interface for dynamically updating URL to application mappings. 
com.arsdigita.web Tools supporting web-application authoring; services include dispatching requests, generating URLs, and setting up a request's context of execution. 
com.arsdigita.workflow.simple A tool framework for establishing collaboration among all the specialized members of a production staff. 
 

Uses of DataObjectNotFoundException in com.arsdigita.auditing
 

Constructors in com.arsdigita.auditing that throw DataObjectNotFoundException
AuditedACSObject(OID oid)
          Equaivalent to the corresponding ACSObject constructor.
 

Uses of DataObjectNotFoundException in com.arsdigita.categorization
 

Constructors in com.arsdigita.categorization that throw DataObjectNotFoundException
CategoryPurpose(OID oid)
          Deprecated. Retrieves the data object with the specified OID from the persistent storage mechanism.
 

Uses of DataObjectNotFoundException in com.arsdigita.domain
 

Constructors in com.arsdigita.domain that throw DataObjectNotFoundException
DomainObject(OID oid)
          Constructor.
ObservableDomainObject(OID oid)
          Constructor.
 

Uses of DataObjectNotFoundException in com.arsdigita.formbuilder
 

Methods in com.arsdigita.formbuilder that throw DataObjectNotFoundException
static WidgetLabel WidgetLabel.findByWidget(PersistentWidget widget)
          Retrieves the widget label class associated with the specified persistent widget.
 PersistentWidget WidgetLabel.getWidget()
          Retrieves the persistent widget object associated with this label.
static MetaObject MetaObject.findByClass(BebopObjectType type, Class name)
          Returns the meta object associated with a particular class.
static MetaObject MetaObject.findByClassName(BebopObjectType type, String name)
          Returns the meta object associated with a particular class.
static MetaObjectCollection MetaObject.getWidgets(String app, String className)
          Retrieves a collection of all the meta objects related to a particular object type
static MetaObjectCollection MetaObject.getWidgets(String app, Class type)
          Retrieves a collection of all the meta objects related to a particular object type
 BebopObjectType MetaObject.getType()
          Retrieves teh object type for the meta object
static PersistentDataQuery PersistentDataQuery.findByName(BebopObjectType type, String name)
          Retrieves the persistent data query with the specified fully qualified pdl query name
 BebopObjectType PersistentDataQuery.getType()
          Retrieves the package to which this meta object is scoped.
 PersistentDataQuery DataDrivenSelect.getQuery()
           
static BebopObjectType BebopObjectType.findByClass(String name, Class type)
          Retrieves object type matching the specified class.
static BebopObjectType BebopObjectType.findByClassName(String app, String name)
          Retrieves object type matching the specified class name.
 

Constructors in com.arsdigita.formbuilder that throw DataObjectNotFoundException
WidgetLabel(BigDecimal id)
          Constructor.
WidgetLabel(OID oid)
          Constructor.
SimpleQuestionnaire(BigDecimal formID)
           
PersistentTextField(BigDecimal id)
          Constructor that retrieves an existing TextField domain object from the database.
PersistentTextField(OID oID)
          Extending classes can use this constructor to set the sub class id and object type.
PersistentTextArea(BigDecimal id)
          Constructor that retrieves an existing TextArea domain object from the database.
PersistentTextArea(OID oID)
          Extending classes can use this constructor to set the sub class id and object type.
PersistentSubmit(BigDecimal id)
          Constructor that retrieves an existing Submit domain object from the database.
PersistentSubmit(OID oID)
          Extending classes can use this constructor to set the sub class id and object type.
PersistentSingleSelect(BigDecimal id)
          Constructor that retrieves an existing SingleSelect domain object from the database.
PersistentSingleSelect(OID oID)
          Extending classes can use this constructor to set the sub class id and object type.
PersistentRadioGroup(BigDecimal id)
          Constructor that retrieves an existing RadioGroup domain object from the database.
PersistentRadioGroup(OID oID)
          Extending classes can use this constructor to set the sub class id and object type.
PersistentPassword(BigDecimal id)
          Constructor that retrieves an existing Password domain object from the database.
PersistentPassword(OID oID)
          Extending classes can use this constructor to set the sub class id and object type.
PersistentSelect(OID oID)
          Extending classes can use this constructor to set the sub class id and object type.
PersistentMultipleSelect(BigDecimal id)
          Constructor that retrieves an existing MultipleSelect domain object from the database.
PersistentMultipleSelect(OID oID)
          Extending classes can use this constructor to set the sub class id and object type.
PersistentLabel(BigDecimal id)
          Constructor that retrieves an existing Label domain object from the database.
PersistentLabel(OID oID)
          To be used by extending classes when retrieving instance from the database.
PersistentText(BigDecimal id)
          Constructor that retrieves an existing Text domain object from the database.
PersistentText(OID oID)
          To be used by extending classes when retrieving instance from the database.
PersistentHeading(BigDecimal id)
          Constructor that retrieves an existing Heading domain object from the database.
PersistentHeading(OID oID)
          To be used by extending classes when retrieving instance from the database.
PersistentProcessListener(BigDecimal id)
           
PersistentProcessListener(OID oid)
           
PersistentFormSection(BigDecimal id)
          Constructor that retrieves an existing form domain object from the database.
PersistentFormSection(OID oid)
          For sub classes to use.
PersistentForm(BigDecimal id)
          Constructor that retrieves an existing form domain object from the database.
PersistentForm(OID oid)
           
PersistentDeditor(BigDecimal id)
          Constructor that retrieves an existing Deditor domain object from the database.
PersistentDeditor(OID oID)
          Extending classes can use this constructor to set the sub class id and object type.
PersistentDate(BigDecimal id)
          Constructor that retrieves an existing Date domain object from the database.
PersistentDate(OID oID)
          Extending classes can use this constructor to set the sub class id and object type.
PersistentOption(BigDecimal id)
          Constructor that retrieves an existing Option domain object from the database.
PersistentOption(OID oID)
          Extending classes can use this constructor to set the sub class id and object type.
PersistentOptionGroup(OID oID)
          Extending classes can use this constructor to set the sub class id and object type.
PersistentCheckboxGroup(BigDecimal id)
          Constructor that retrieves an existing CheckboxGroup domain object from the database.
PersistentCheckboxGroup(OID oID)
          Extending classes can use this constructor to set the sub class id and object type.
MetaObject(BigDecimal id)
          Constructor.
MetaObject(OID oid)
          Constructor.
PersistentHidden(BigDecimal id)
          Constructor that retrieves an existing Hidden domain object from the database.
PersistentHidden(OID oID)
          Extending classes can use this constructor to set the sub class id and object type.
HiddenIDGenerator(BigDecimal id)
           
HiddenIDGenerator(OID oid)
           
PersistentDataQuery(BigDecimal id)
          Constructor.
PersistentDataQuery(OID oid)
          Constructor.
PersistentComponent(OID oID)
          Sub classes may use this constructor to retrieve an existing Component domain object with an id and object type
PersistentWidget(OID oID)
          Sub classes may use this constructor to retrieve an existing Widget domain object with an id and object type.
DataDrivenSelect(BigDecimal id)
           
DataDrivenSelect(OID oid)
           
BebopObjectType(BigDecimal id)
          Constructor.
BebopObjectType(OID oid)
          Constructor.
 

Uses of DataObjectNotFoundException in com.arsdigita.formbuilder.actions
 

Constructors in com.arsdigita.formbuilder.actions that throw DataObjectNotFoundException
XMLEmailListener(BigDecimal id)
           
XMLEmailListener(OID oid)
           
TemplateEmailListener(BigDecimal id)
           
TemplateEmailListener(OID oid)
           
SimpleEmailListener(BigDecimal id)
           
SimpleEmailListener(OID oid)
           
RemoteServerPostListener(BigDecimal id)
           
RemoteServerPostListener(OID oid)
           
ConfirmRedirectListener(BigDecimal id)
           
ConfirmRedirectListener(OID oid)
           
ConfirmEmailListener(BigDecimal id)
           
ConfirmEmailListener(OID oid)
           
 

Uses of DataObjectNotFoundException in com.arsdigita.formbuilder.parameters
 

Constructors in com.arsdigita.formbuilder.parameters that throw DataObjectNotFoundException
TextValidationListener(BigDecimal id)
           
TextValidationListener(OID oid)
           
PersistentStringInRangeValidationListener(BigDecimal id)
          Constructor for retrieving a persistent parameter listener from the database
PersistentParameterListener(BigDecimal id)
          Constructor for retrieving a persistent parameter listener from the database
PersistentParameterListener(OID oID)
          Internal constructor to be used by subclasses
 

Uses of DataObjectNotFoundException in com.arsdigita.formbuilder.ui.editors
 

Methods in com.arsdigita.formbuilder.ui.editors that throw DataObjectNotFoundException
protected  PersistentProcessListener XMLEmailForm.getProcessListener(BigDecimal id)
           
protected  PersistentWidget TextFieldForm.getWidget(BigDecimal id)
           
protected  PersistentWidget TextAreaForm.getWidget(BigDecimal id)
           
protected  PersistentProcessListener TemplateEmailForm.getProcessListener(BigDecimal id)
           
protected  PersistentWidget SubmitForm.getWidget(BigDecimal id)
           
protected  PersistentWidget SingleSelectForm.getWidget(BigDecimal id)
           
protected  PersistentProcessListener SimpleEmailForm.getProcessListener(BigDecimal id)
           
protected  PersistentProcessListener RemoteServerPostForm.getProcessListener(BigDecimal id)
           
protected  PersistentWidget RadioGroupForm.getWidget(BigDecimal id)
           
protected  PersistentWidget PasswordForm.getWidget(BigDecimal id)
           
protected  PersistentWidget MultipleSelectForm.getWidget(BigDecimal id)
           
protected  PersistentWidget HiddenIDGeneratorForm.getWidget(BigDecimal id)
           
protected  PersistentWidget HiddenForm.getWidget(BigDecimal id)
           
protected  PersistentText TextForm.getPersistentText(BigDecimal id)
           
protected  PersistentText HeadingForm.getPersistentText(BigDecimal id)
           
protected  PersistentWidget DateForm.getWidget(BigDecimal id)
           
protected  PersistentWidget DataDrivenSelectForm.getWidget(BigDecimal id)
           
protected  PersistentProcessListener ConfirmRedirectForm.getProcessListener(BigDecimal id)
           
protected abstract  PersistentProcessListener ProcessListenerForm.getProcessListener(BigDecimal id)
           
protected  PersistentProcessListener ConfirmEmailForm.getProcessListener(BigDecimal id)
           
protected  PersistentWidget CheckboxGroupForm.getWidget(BigDecimal id)
           
protected abstract  PersistentOptionGroup OptionEditor.getOptionGroup(BigDecimal id)
           
protected abstract  PersistentWidget WidgetForm.getWidget(BigDecimal id)
           
 

Uses of DataObjectNotFoundException in com.arsdigita.globalization
 

Methods in com.arsdigita.globalization that throw DataObjectNotFoundException
static Locale Locale.retrieve(String language)
           Retrieve a Locale DomainObject.
static Locale Locale.retrieve(String language, String country)
           Retrieve a Locale DomainObject.
static Locale Locale.retrieve(String language, String country, String variant)
           Retrieve a Locale DomainObject.
 

Constructors in com.arsdigita.globalization that throw DataObjectNotFoundException
Charset(OID oid)
           Constructor.
Locale(OID oid)
           Constructor.
 

Uses of DataObjectNotFoundException in com.arsdigita.kernel
 

Methods in com.arsdigita.kernel that throw DataObjectNotFoundException
static UserAuthentication UserAuthentication.retrieveForUser(User user)
          Retrieves a UserAuthentication object for a user.
static UserAuthentication UserAuthentication.retrieveForUser(OID userOID)
          Retrieves a UserAuthentication object for the user with the specified OID.
static UserAuthentication UserAuthentication.retrieveForUser(BigDecimal userID)
          Retrieves a UserAuthentication object for a user with the specified ID.
static UserAuthentication UserAuthentication.retrieveForLoginName(String loginName)
          Retrieves a UserAuthentication object given a login name (currently, this is the primary email address of the user).
static UserAuthentication UserAuthentication.createForUser(OID userOID)
          Creates a UserAuthentication object for the user with the specified OID.
static UserAuthentication UserAuthentication.createForUser(BigDecimal userID)
          Creates a UserAuthentication object for the user with the specified ID.
static PackageType PackageType.findByKey(String key)
          Deprecated. Finds the package type of the specified key.
static PackageType PackageType.findPackageTypeByKey(String key)
          Deprecated.  
static SiteNode SiteNode.getSiteNode(String path, boolean readOnly)
          Deprecated. Finds the site node corresponding to the largest portion of the specified path.
static SiteNode SiteNode.getSiteNode(String path)
          Deprecated. Finds the site node corresponding to the largest portion of the specified path.
static User User.retrieve(BigDecimal id)
          Retrieves a user with the given ID.
static User User.retrieve(OID oid)
          Retrieves a user with the given OID.
 

Constructors in com.arsdigita.kernel that throw DataObjectNotFoundException
Stylesheet(OID oid)
           
Stylesheet(BigDecimal id)
           
PackageInstance(BigDecimal id)
          Retrieves the PackageInstance domain object with the specified ID.
PackageInstance(OID oid)
          Retrieves the PackageInstance domain object with the specified OID.
PackageType(OID oid)
          Deprecated. Constructor in which th contained DataObject is retrieved from the persistent storage mechanism with an OID specified by oid.
SiteNode(BigDecimal id)
          Deprecated. Retrieves the SiteNode with the specified ID.
SiteNode(OID oid)
          Deprecated. Retrieves a SiteNode that corresponds to the specified OID.
Resource(OID oid)
           
Role(OID oid)
          Constructor.
Role(BigDecimal id)
          Wrapper for Role.Role(OID).
Group(OID oid)
          Constructor in which the contained DataObject is retrieved from the persistent storage mechanism with an OID specified by oid.
Group(BigDecimal id)
          Constructor in which the contained DataObject is retrieved from the persistent storage mechanism with an OID specified by id and Group.BASE_DATA_OBJECT_TYPE.
ACSObject(OID oid)
          Constructor in which the contained DataObject is retrieved from the persistent storage mechanism using the specified OID.
Party(OID oid)
          Constructor in which the contained DataObject is retrieved from the persistent storage mechanism with an OID specified by oid.
User(ObjectType type)
          Constructor in which the contained DataObject is initialized with a new DataObject with an ObjectType specified by type.
User(OID oid)
          Deprecated. Use User.retrieve(OID) instead. This constructor will eventually be made protected.
User(BigDecimal id)
          Deprecated. Use User.retrieve(BigDecimal) instead. This constructor will eventually be made protected.
 

Uses of DataObjectNotFoundException in com.arsdigita.messaging
 

Constructors in com.arsdigita.messaging that throw DataObjectNotFoundException
MessageThread(BigDecimal id)
           
MessageThread(OID id)
           
ThreadedMessage(BigDecimal id)
          Creates a threaded message by retrieving it from the database using its id;
ThreadedMessage(OID oid)
          Creates a threaded message by retrieving it from the database using its OID.
MessagePart(OID oid)
          Retrieves an existing part from the database using its OID.
MessagePart(DataObject dataObject)
          Creates a part from its underlying DataObject.
Message(BigDecimal id)
          Creates a message by retrieving it from the database using its id.
Message(OID oid)
          Creates a message by retrieving it from the database using its OID.
 

Uses of DataObjectNotFoundException in com.arsdigita.mimetypes
 

Constructors in com.arsdigita.mimetypes that throw DataObjectNotFoundException
TextMimeType(OID oid)
          Load an existing TextMimeType.
MimeTypeStatus(OID oid)
           
ImageMimeType(OID oid)
          Load an existing ImageMimeType.
MimeTypeExtension(OID oid)
           
MimeType(OID oid)
          Load an existing MimeType.
 

Uses of DataObjectNotFoundException in com.arsdigita.mimetypes.converters
 

Constructors in com.arsdigita.mimetypes.converters that throw DataObjectNotFoundException
PreConvertHTML(OID oid)
          Constructor.
PostConvertHTML()
          Default constructor.
PostConvertHTML(OID oid)
          Constructor.
 

Uses of DataObjectNotFoundException in com.arsdigita.notification
 

Methods in com.arsdigita.notification that throw DataObjectNotFoundException
 Digest Notification.getDigest()
          Gets the digest associated with this notification.
 Party Digest.getFrom()
          Gets the sender of the digest.
 

Constructors in com.arsdigita.notification that throw DataObjectNotFoundException
Notification(OID oid)
          Retrieves an existing notification from the database using its OID.
Notification(BigDecimal id)
          Retrieves an existing notification from the database using its BigDecimal id.
Digest(OID oid)
          Retrieves an existing digest from the database.
Digest(BigDecimal id)
          Retrieve a digest with the given id;
BaseSubscription(OID oid)
           
 

Uses of DataObjectNotFoundException in com.arsdigita.portal
 

Constructors in com.arsdigita.portal that throw DataObjectNotFoundException
Portal(OID oid)
           
Portlet(OID oid)
           
AgentPortlet(OID oid)
           
 

Uses of DataObjectNotFoundException in com.arsdigita.search
 

Constructors in com.arsdigita.search that throw DataObjectNotFoundException
SearchableACSObject(OID oid)
          Deprecated.  
 

Uses of DataObjectNotFoundException in com.arsdigita.search.intermedia
 

Constructors in com.arsdigita.search.intermedia that throw DataObjectNotFoundException
SearchableACSObject(OID oid)
          Deprecated.  
 

Uses of DataObjectNotFoundException in com.arsdigita.ui.admin
 

Constructors in com.arsdigita.ui.admin that throw DataObjectNotFoundException
Admin(OID oid)
           
 

Uses of DataObjectNotFoundException in com.arsdigita.ui.login
 

Methods in com.arsdigita.ui.login that throw DataObjectNotFoundException
protected  User UserNewForm.getUser(PageState state)
           
protected abstract  User UserForm.getUser(PageState state)
          Gets the current user for initializing the form.
protected  User UserEditForm.getUser(PageState state)
           
 

Uses of DataObjectNotFoundException in com.arsdigita.ui.sitemap
 

Constructors in com.arsdigita.ui.sitemap that throw DataObjectNotFoundException
SiteMap(OID oid)
           
 

Uses of DataObjectNotFoundException in com.arsdigita.web
 

Constructors in com.arsdigita.web that throw DataObjectNotFoundException
Application(OID oid)
           
 

Uses of DataObjectNotFoundException in com.arsdigita.workflow.simple
 

Constructors in com.arsdigita.workflow.simple that throw DataObjectNotFoundException
UserTask(OID oid)
          Restores a user task definition from an OID.
UserTask(BigDecimal id)
          Restores a task definition from an OID as BigDecimal.
WorkflowTemplate(OID oid)
          Restores a workflow process definition with an OID.
WorkflowTemplate(BigDecimal id)
          Restores a workflow process definition with a BigDecimal.
TaskComment(OID oid)
          Restores the task ID with the OID.
Workflow(OID oid)
          Restores a workflow process using an OID.
Workflow(BigDecimal id)
          Restores a workflow process using a BigDecimal ID.
Task(OID oid)
          Creates a new task for a given OID.
Task(BigDecimal id)
          Creates a new task for a given ID.
 



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