|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.torque.util.BasePeer
org.tigris.scarab.om.BaseIssueTypePeer
org.tigris.scarab.om.IssueTypePeer
This is the peer class for an IssueType
| Nested Class Summary |
| Nested classes inherited from class org.apache.torque.util.BasePeer |
org.apache.torque.util.BasePeer.ProcessCallback |
| Field Summary |
| Fields inherited from class org.tigris.scarab.om.BaseIssueTypePeer |
CLASS_DEFAULT, CLASSNAME_DEFAULT, DATABASE_NAME, DEDUPE, DELETED, DESCRIPTION, ISDEFAULT, ISSUE_TYPE_ID, LOCKED, NAME, numColumns, PARENT_ID, TABLE_NAME |
| Fields inherited from class org.apache.torque.util.BasePeer |
IGNORE_CASE, log, ORDER_BY |
| Constructor Summary | |
IssueTypePeer()
|
|
| Method Summary | |
static java.util.List |
getAllIssueTypes(boolean includeDeleted)
|
static java.util.List |
getAllIssueTypes(boolean deleted,
java.lang.String sortColumn,
java.lang.String sortPolarity)
Gets a List of all of the Issue types in the database, That are not template types. |
static java.util.List |
getDefaultIssueTypes()
|
static java.lang.Integer |
getRootKey()
|
static boolean |
isUnique(java.lang.String name,
java.lang.Integer id)
Checks to see if the name already exists an issue type. |
static IssueType |
retrieveByPK(org.apache.torque.om.ObjectKey pk)
Retrieve a single object by pk FIXME: is this method implementation (with the caching) still done this way? |
| Methods inherited from class org.tigris.scarab.om.BaseIssueTypePeer |
addSelectColumns, buildCriteria, buildCriteria, buildSelectCriteria, correctBooleans, doDelete, doDelete, doDelete, doDelete, doDelete, doDelete, doInsert, doInsert, doInsert, doInsert, doSelect, doSelect, doSelect, doSelectVillageRecords, doSelectVillageRecords, doUpdate, doUpdate, doUpdate, doUpdate, getMapBuilder, getOMClass, getTableMap, populateObject, populateObjects, resultSet2Objects, 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 |
| Constructor Detail |
public IssueTypePeer()
| Method Detail |
public static java.lang.Integer getRootKey()
public static IssueType retrieveByPK(org.apache.torque.om.ObjectKey pk)
throws org.apache.torque.TorqueException
pk -
org.apache.torque.TorqueException
public static java.util.List getAllIssueTypes(boolean deleted,
java.lang.String sortColumn,
java.lang.String sortPolarity)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public static java.util.List getAllIssueTypes(boolean includeDeleted)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public static java.util.List getDefaultIssueTypes()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public static boolean isUnique(java.lang.String name,
java.lang.Integer id)
throws org.apache.torque.TorqueException
name - a String valueid - an ObjectKey value
boolean value
java.lang.Exception - if an error occurs
org.apache.torque.TorqueException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||