XPUSP - Home

br.usp.ime.xpusp.om
Class DefaultCapabilityPeer

java.lang.Object
  |
  +--org.apache.turbine.om.peer.BasePeer
        |
        +--br.usp.ime.xpusp.om.BaseDefaultCapabilityPeer
              |
              +--br.usp.ime.xpusp.om.DefaultCapabilityPeer

public class DefaultCapabilityPeer
extends BaseDefaultCapabilityPeer

The skeleton for this class was autogenerated by Torque. 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.


Fields inherited from class br.usp.ime.xpusp.om.BaseDefaultCapabilityPeer
CLASS_DEFAULT, CLASSNAME_DEFAULT, DEPARTMENT_CODE, DISCIPLINE_ID, mapBuilder, numColumns, TABLE_NAME
 
Fields inherited from class org.apache.turbine.om.peer.BasePeer
DEFAULT_MAP_BUILDER, IGNORE_CASE, mapBuilders, ORDER_BY
 
Constructor Summary
DefaultCapabilityPeer()
           
 
Method Summary
static DefaultCapability get(java.lang.String dcode, int disciplineid)
          Fetches a defaultcapability for a department and disciplineId
static java.util.Vector getAll(Department d)
          Fetches all defaultcapabilities for a department
 
Methods inherited from class br.usp.ime.xpusp.om.BaseDefaultCapabilityPeer
addSelectColumns, buildCriteria, doDelete, doDelete, doDelete, doDelete, doInsert, doInsert, doInsert, doInsert, doSelect, doSelect, doSelectJoinDepartment, doSelectJoinDiscipline, doSelectVillageRecords, doSelectVillageRecords, doUpdate, doUpdate, doUpdate, doUpdate, getMapBuilder, getOMClass, getTableMap, initClass, populateObject, populateObjects, resultSet2Objects, retrieveByPK, retrieveByPK, 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, getPrimaryKey, getSelectResults, getSelectResults, getSelectResults, getSelectResults, handleMultiple, handleMultipleRecords, hashtableToByteArray, initColumnNames, initCriteriaKeys, initTableColumns, initTableSchema, initTableSchema, insertOrUpdateRecord, rollBackTransaction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

DefaultCapabilityPeer

public DefaultCapabilityPeer()
Method Detail

getAll

public static java.util.Vector getAll(Department d)
                               throws java.lang.Exception
Fetches all defaultcapabilities for a department

get

public static DefaultCapability get(java.lang.String dcode,
                                    int disciplineid)
                             throws java.lang.Exception
Fetches a defaultcapability for a department and disciplineId

XPUSP - Home