org.tigris.scarab.om
Class AttributePeer
java.lang.Object
org.apache.torque.util.BasePeer
org.tigris.scarab.om.BaseAttributePeer
org.tigris.scarab.om.AttributePeer
- All Implemented Interfaces:
- java.io.Serializable
- public class AttributePeer
- extends BaseAttributePeer
This class represents an AttributePeer.
- Version:
- $Id: AttributePeer.java 9977 2005-12-09 00:40:59Z hair $
- Author:
- Jon S. Stevens
- See Also:
- Serialized Form
| Nested classes inherited from class org.apache.torque.util.BasePeer |
org.apache.torque.util.BasePeer.ProcessCallback |
| Fields inherited from class org.tigris.scarab.om.BaseAttributePeer |
ACTION, ATTRIBUTE_ID, ATTRIBUTE_NAME, ATTRIBUTE_TYPE_ID, CLASS_DEFAULT, CLASSNAME_DEFAULT, CREATED_BY, CREATED_DATE, DATABASE_NAME, DELETED, DESCRIPTION, numColumns, PERMISSION, REQUIRED_OPTION_ID, TABLE_NAME |
| Fields inherited from class org.apache.torque.util.BasePeer |
IGNORE_CASE, log, ORDER_BY |
|
Method Summary |
static java.util.List |
getAttributes()
Gets a List of all of the Attribute objects in the database.
|
static java.util.List |
getAttributes(java.lang.String attributeType)
Gets a List of Attribute objects in the database. |
static java.util.List |
getAttributes(java.lang.String attributeType,
boolean includeDeleted)
Gets a List of Attribute objects in the database. |
static java.util.List |
getAttributes(java.lang.String attributeType,
boolean includeDeleted,
java.lang.String sortColumn,
java.lang.String sortPolarity)
Gets a List of all of the Attribute objects in the database. |
static java.util.List |
getAttributes(java.lang.String sortColumn,
java.lang.String sortPolarity)
Gets a List of data Attribute objects in the database.
|
static java.util.List |
getFilteredAttributes(java.lang.String name,
java.lang.String description,
java.lang.String searchField)
Gets a List of all of the Attribute objects filtered
on name or description |
| Methods inherited from class org.tigris.scarab.om.BaseAttributePeer |
addSelectColumns, buildCriteria, buildCriteria, buildSelectCriteria, correctBooleans, doDelete, doDelete, doDelete, doDelete, doDelete, doDelete, doInsert, doInsert, doInsert, doInsert, doSelect, doSelect, doSelect, doSelectJoinAllExceptAttributeOption, doSelectJoinAllExceptAttributeOption, doSelectJoinAllExceptAttributeType, doSelectJoinAllExceptAttributeType, doSelectJoinAllExceptScarabUserImpl, doSelectJoinAllExceptScarabUserImpl, doSelectJoinAttributeOption, doSelectJoinAttributeOption, doSelectJoinAttributeType, doSelectJoinAttributeType, doSelectJoinScarabUserImpl, doSelectJoinScarabUserImpl, doSelectVillageRecords, doSelectVillageRecords, doUpdate, doUpdate, doUpdate, doUpdate, getMapBuilder, getOMClass, getTableMap, populateObject, populateObjects, resultSet2Objects, retrieveByPK, retrieveByPK, retrieveByPK, retrieveByPK, retrieveByPKs, retrieveByPKs, row2Object |
| Methods inherited from class org.apache.torque.util.BasePeer |
createPreparedStatement, createQueryString, deleteAll, deleteAll, doPSSelect, doPSSelect, doUpdate, doUpdate, executeQuery, executeQuery, executeQuery, executeQuery, executeQuery, executeQuery, executeStatement, executeStatement, executeStatement, getMapBuilder, getSelectResults, getSelectResults, getSelectResults, getSelectResults, handleMultipleRecords, initColumnNames, initCriteriaKeys, initTableColumns, initTableSchema, initTableSchema |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ASSIGNED_TO__PK
public static final java.lang.Integer ASSIGNED_TO__PK
STATUS__PK
public static final java.lang.Integer STATUS__PK
RESOLUTION__PK
public static final java.lang.Integer RESOLUTION__PK
TOTAL_VOTES__PK
public static final java.lang.Integer TOTAL_VOTES__PK
EMAIL_TO
public static final java.lang.String EMAIL_TO
- See Also:
- Constant Field Values
CC_TO
public static final java.lang.String CC_TO
- See Also:
- Constant Field Values
USER
public static final java.lang.String USER
- See Also:
- Constant Field Values
NON_USER
public static final java.lang.String NON_USER
- See Also:
- Constant Field Values
AttributePeer
public AttributePeer()
getAttributes
public static java.util.List getAttributes(java.lang.String attributeType,
boolean includeDeleted,
java.lang.String sortColumn,
java.lang.String sortPolarity)
throws org.apache.torque.TorqueException
- Gets a List of all of the Attribute objects in the database.
- Throws:
org.apache.torque.TorqueException
getFilteredAttributes
public static java.util.List getFilteredAttributes(java.lang.String name,
java.lang.String description,
java.lang.String searchField)
throws org.apache.torque.TorqueException
- Gets a List of all of the Attribute objects filtered
on name or description
- Throws:
org.apache.torque.TorqueException
getAttributes
public static java.util.List getAttributes()
throws org.apache.torque.TorqueException
- Gets a List of all of the Attribute objects in the database.
Sorts on selected column.
- Throws:
org.apache.torque.TorqueException
getAttributes
public static java.util.List getAttributes(java.lang.String attributeType)
throws org.apache.torque.TorqueException
- Gets a List of Attribute objects in the database.
- Throws:
org.apache.torque.TorqueException
getAttributes
public static java.util.List getAttributes(java.lang.String attributeType,
boolean includeDeleted)
throws org.apache.torque.TorqueException
- Gets a List of Attribute objects in the database.
- Throws:
org.apache.torque.TorqueException
getAttributes
public static java.util.List getAttributes(java.lang.String sortColumn,
java.lang.String sortPolarity)
throws org.apache.torque.TorqueException
- Gets a List of data Attribute objects in the database.
Sorts on selected column.
- Throws:
org.apache.torque.TorqueException
Copyright © 2000-2004 Tigris.org. All Rights Reserved.