|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.turbine.om.peer.BasePeer | +--org.openprivacy.reptile.om.BaseTaskLogPeer | +--org.openprivacy.reptile.om.TaskLogPeer
The skeleton for this class was autogenerated by Torque on: [Sat Mar 23 13:48:31 PST 2002] You should add additional methods to this class to meet the application requirements. This class will only be generated as long as it does not already exist in the output directory.
Field Summary | |
static java.lang.String |
STATUS_FAILED
|
static java.lang.String |
STATUS_SUCCESS
|
Fields inherited from class org.openprivacy.reptile.om.BaseTaskLogPeer |
CLASS_DEFAULT, CLASSNAME_DEFAULT, DATE, EXCEPTION_CLASSNAME, EXCEPTION_STACKTRACE, ID, IDENTIFIER, MESSAGE, numColumns, STATUS, TABLE_NAME, TASK |
Fields inherited from class org.apache.turbine.om.peer.BasePeer |
DEFAULT_MAP_BUILDER, IGNORE_CASE, ORDER_BY |
Constructor Summary | |
TaskLogPeer()
|
Method Summary | |
static void |
failed(Task task,
java.lang.Throwable t)
Add a new log that something failed. |
static void |
success(Task task)
|
static void |
success(Task task,
java.lang.String message)
|
Methods inherited from class org.openprivacy.reptile.om.BaseTaskLogPeer |
addSelectColumns, buildCriteria, doDelete, doDelete, doDelete, doDelete, doInsert, doInsert, doInsert, doInsert, doSelect, doSelect, doSelectVillageRecords, doSelectVillageRecords, doUpdate, doUpdate, doUpdate, doUpdate, getMapBuilder, getOMClass, getTableMap, populateObject, populateObjects, resultSet2Objects, retrieveByPK, retrieveByPK, row2Object |
Methods inherited from class org.apache.turbine.om.peer.BasePeer |
beginTransaction, commitTransaction, createPreparedStatement, createQueryString, deleteAll, deleteAll, doPSSelect, doPSSelect, doUpdate, doUpdate, executeQuery, executeQuery, executeQuery, executeQuery, executeQuery, executeQuery, executeStatement, executeStatement, executeStatement, getMapBuilder, getSelectResults, getSelectResults, getSelectResults, getSelectResults, handleMultiple, handleMultipleRecords, hashtableToByteArray, initColumnNames, initCriteriaKeys, initTableColumns, initTableSchema, initTableSchema, rollBackTransaction |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String STATUS_FAILED
public static final java.lang.String STATUS_SUCCESS
Constructor Detail |
public TaskLogPeer()
Method Detail |
public static final void success(Task task)
public static final void success(Task task, java.lang.String message)
public static final void failed(Task task, java.lang.Throwable t)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |