Uses of Class
org.liquidsite.core.data.DataObjectException

Packages that use DataObjectException
org.liquidsite.core.data   
 

Uses of DataObjectException in org.liquidsite.core.data
 

Methods in org.liquidsite.core.data that throw DataObjectException
static int UserPeer.doCountByDomain(DataSource src, java.lang.String domain, java.lang.String filter)
          Returns the number of users in a specified domain.
static java.util.ArrayList UserPeer.doSelectByDomain(DataSource src, java.lang.String domain, java.lang.String filter, int startPos, int maxLength)
          Returns a list of matching users in a specified domain.
static UserData UserPeer.doSelectByName(DataSource src, java.lang.String domain, java.lang.String name)
          Returns a user with a specified name.
static void UserPeer.doInsert(DataSource src, UserData data)
          Inserts a new user into the data source.
static void UserPeer.doUpdate(DataSource src, UserData data)
          Updates a user in the data source.
static void UserPeer.doDelete(DataSource src, UserData data)
          Deletes a user from the data source.
static void UserPeer.doDeleteDomain(DataSource src, java.lang.String domain)
          Deletes all users in a domain from the data source.
static int UserGroupPeer.doCountByGroup(DataSource src, java.lang.String domain, java.lang.String group)
          Returns a list of all user groups for a certain group.
static java.util.ArrayList UserGroupPeer.doSelectByUser(DataSource src, java.lang.String domain, java.lang.String user)
          Returns a list of all user groups for a certain user.
static java.util.ArrayList UserGroupPeer.doSelectByGroup(DataSource src, java.lang.String domain, java.lang.String group, int startPos, int maxLength)
          Returns a list of all user groups for a certain group.
static void UserGroupPeer.doInsert(DataSource src, UserGroupData data)
          Inserts a new user group into the data source.
static void UserGroupPeer.doDelete(DataSource src, UserGroupData data)
          Deletes a user group from the data source.
static void UserGroupPeer.doDeleteDomain(DataSource src, java.lang.String domain)
          Deletes all user groups in a domain from the data source.
static void UserGroupPeer.doDeleteUser(DataSource src, java.lang.String domain, java.lang.String user)
          Deletes all user groups connected to a specified user from the data source.
static void UserGroupPeer.doDeleteGroup(DataSource src, java.lang.String domain, java.lang.String group)
          Deletes all user groups connected to a specified group from the data source.
static java.util.ArrayList PreferencePeer.doSelectByUser(DataSource src, java.lang.String domain, java.lang.String user)
          Returns a list of preferences for a specified user.
static void PreferencePeer.doInsert(DataSource src, PreferenceData data)
          Inserts a new preference into the data source.
static void PreferencePeer.doDeleteDomain(DataSource src, java.lang.String domain)
          Deletes all preferences in a domain from the data source.
static void PreferencePeer.doDeleteUser(DataSource src, java.lang.String domain, java.lang.String user)
          Deletes all preferences for a user from the data source.
static java.util.ArrayList PermissionPeer.doSelectByContent(DataSource src, java.lang.String domain, int content)
          Returns a list of all permission objects with the specified domain and content id.
static void PermissionPeer.doInsert(DataSource src, PermissionData data)
          Inserts a new permission object into the data source.
static void PermissionPeer.doDelete(DataSource src, java.lang.String domain, int id)
          Deletes all permissions for a content object from the data source.
static void PermissionPeer.doDeleteDomain(DataSource src, java.lang.String domain)
          Deletes all permissions for a domain from the data source.
static void PermissionPeer.doDeleteUser(DataSource src, java.lang.String domain, java.lang.String user)
          Deletes all permissions for a user from the data source.
static void PermissionPeer.doDeleteGroup(DataSource src, java.lang.String domain, java.lang.String group)
          Deletes all permissions for a group from the data source.
static LockData LockPeer.doSelectByContent(DataSource src, int content)
          Returns the lock object with the specified content id.
static void LockPeer.doInsert(DataSource src, LockData data)
          Inserts a new lock object into the data source.
static void LockPeer.doDelete(DataSource src, LockData data)
          Deletes a lock object from the data source.
static void LockPeer.doDeleteContent(DataSource src, int content)
          Deletes a lock object from the data source.
static void LockPeer.doDeleteDomain(DataSource src, java.lang.String domain)
          Deletes all lock objects in a specified domain from the data source.
static void LockPeer.doDeleteOutdated(DataSource src)
          Deletes all lock objects that are outdated.
static java.util.ArrayList HostPeer.doSelectAll(DataSource src)
          Returns a list of all hosts in the data source.
static java.util.ArrayList HostPeer.doSelectByDomain(DataSource src, java.lang.String domain)
          Returns a list of all hosts in a certain domain.
static HostData HostPeer.doSelectByName(DataSource src, java.lang.String name)
          Returns a host with a specified name.
static void HostPeer.doInsert(DataSource src, HostData data)
          Inserts a new host into the data source.
static void HostPeer.doUpdate(DataSource src, HostData data)
          Updates a host in the data source.
static void HostPeer.doDelete(DataSource src, HostData data)
          Deletes a host from the data source.
static void HostPeer.doDeleteDomain(DataSource src, java.lang.String domain)
          Deletes all hosts in a domain from the data source.
static java.util.ArrayList GroupPeer.doSelectByDomain(DataSource src, java.lang.String domain, java.lang.String filter)
          Returns a list of matching groups in a specified domain.
static GroupData GroupPeer.doSelectByName(DataSource src, java.lang.String domain, java.lang.String name)
          Returns a group with a specified name.
static void GroupPeer.doInsert(DataSource src, GroupData data)
          Inserts a new group into the data source.
static void GroupPeer.doUpdate(DataSource src, GroupData data)
          Updates a group in the data source.
static void GroupPeer.doDelete(DataSource src, GroupData data)
          Deletes a group from the data source.
static void GroupPeer.doDeleteDomain(DataSource src, java.lang.String domain)
          Deletes all groups in a domain from the data source.
static java.util.ArrayList DomainPeer.doSelectAll(DataSource src)
          Returns a list of all domains in the data source.
static DomainData DomainPeer.doSelectByName(DataSource src, java.lang.String name)
          Returns a domain with a specified name.
static void DomainPeer.doInsert(DataSource src, DomainData data)
          Inserts a new domain into the data source.
static void DomainPeer.doUpdate(DataSource src, DomainData data)
          Updates a domain in the data source.
static void DomainPeer.doDelete(DataSource src, DomainData data)
          Deletes a domain from the data source.
static int ContentPeer.doCountByQuery(DataSource src, ContentQuery query)
          Returns the number of content objects matching the specified query.
static java.util.ArrayList ContentPeer.doSelectById(DataSource src, int id)
          Returns a list of all content object revisions with the specified id.
static ContentData ContentPeer.doSelectByRevision(DataSource src, int id, int revision)
          Returns the content object with the specified id and revision.
static ContentData ContentPeer.doSelectByMaxRevision(DataSource src, int id, boolean maxIsZero)
          Returns the content object with the specified id and highest revision.
static ContentData ContentPeer.doSelectByName(DataSource src, java.lang.String domain, int parent, java.lang.String name, boolean maxIsZero)
          Returns the content object with the specified parent and name.
static java.util.ArrayList ContentPeer.doSelectByQuery(DataSource src, ContentQuery query)
          Returns a list of content objects matching the specified query.
static void ContentPeer.doInsert(DataSource src, ContentData data)
          Inserts a new content object into the data source.
static void ContentPeer.doUpdate(DataSource src, ContentData data)
          Updates a content object in the data source.
static void ContentPeer.doDelete(DataSource src, ContentData data)
          Deletes a content object from the data source.
static void ContentPeer.doDeleteDomain(DataSource src, java.lang.String domain)
          Deletes all content objects in a domain from the data source.
static void ContentPeer.doDeleteRevision(DataSource src, int id, int revision)
          Deletes a content object revision from the data source.
static void ContentPeer.doStatusUpdate(DataSource src, int id)
          Updates the status flags for all content object revisions.
static java.util.ArrayList ConfigurationPeer.doSelectAll(DataSource src)
          Returns a list of all configuration data object in the data source.
static void ConfigurationPeer.doInsert(DataSource src, ConfigurationData data)
          Inserts a new configuration data object into the data source.
static void ConfigurationPeer.doDeleteAll(DataSource src)
          Deletes all configuration data objects from the data source.
static long AttributePeer.doCalculateDomainSize(DataSource src, java.lang.String domain)
          Calculates the aggregate size in the database of all attributes in a domain.
static java.util.ArrayList AttributePeer.doSelectByRevision(DataSource src, int id, int revision)
          Returns a list of all attribute objects with the specified content id and revision.
static AttributeData AttributePeer.doSelectByName(DataSource src, int id, int revision, java.lang.String name)
          Returns the attribute object with the specified content id, content revision, and attribute name.
static void AttributePeer.doInsert(DataSource src, AttributeData data)
          Inserts a new attribute object into the data source.
static void AttributePeer.doUpdate(DataSource src, AttributeData data)
          Updates an attribute in the data source.
static void AttributePeer.doDelete(DataSource src, AttributeData data)
          Deletes an attribute object from the data source.
static void AttributePeer.doDeleteDomain(DataSource src, java.lang.String domain)
          Deletes all attributes for a domain from the data source.
static void AttributePeer.doDeleteContent(DataSource src, int id)
          Deletes all attributes for a content object from the data source.
static void AttributePeer.doDeleteRevision(DataSource src, int id, int revision)
          Deletes all attributes for a content revision from the data source.
protected  long AbstractPeer.count(DataSource src, DatabaseQuery query)
          Performs a database query that returns a single number as the result.
protected  AbstractData AbstractPeer.select(DataSource src, DatabaseQuery query)
          Performs a database select query.
protected  java.util.ArrayList AbstractPeer.selectList(DataSource src, DatabaseQuery query)
          Performs a database list select query.
protected  void AbstractPeer.insert(DataSource src, DatabaseQuery query)
          Performs a database insert statement.
protected  void AbstractPeer.update(DataSource src, DatabaseQuery query)
          Performs a database update statement.
protected  void AbstractPeer.delete(DataSource src, DatabaseQuery query)
          Performs a database delete statement.
 void DataSource.open()
          Opens a connection to the data source.
protected  DatabaseConnection DataSource.getConnection()
          Returns the database connection.