| org.tigris.scarab.om.BaseRModuleAttributePeer org.tigris.scarab.om.RModuleAttributePeer
RModuleAttributePeer | public class RModuleAttributePeer extends BaseRModuleAttributePeer (Code) | | The skeleton for this class was autogenerated by Torque on:
[Wed Feb 28 16:36:26 PST 2001]
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.
|
count | public static int count(Criteria crit) throws TorqueException, DataSetException(Code) | | Adds count(*) to the select clause and returns the
number of rows resulting from the given Criteria. If the criteria will
lead to duplicate rows they will be counted.
Parameters: crit - a Criteria value an int value exception: TorqueException - if an error occurs exception: DataSetException - if an error occurs |
retrieveByPK | public static RModuleAttribute retrieveByPK(ObjectKey pk) throws TorqueException(Code) | | Retrieve a single object by pk
Parameters: pk - |
Methods inherited from org.tigris.scarab.om.BaseRModuleAttributePeer | public static void addSelectColumns(Criteria criteria) throws TorqueException(Code)(Java Doc) public static Criteria buildCriteria(ObjectKey pk)(Code)(Java Doc) public static Criteria buildCriteria(RModuleAttribute obj)(Code)(Java Doc) public static Criteria buildSelectCriteria(RModuleAttribute obj)(Code)(Java Doc) public static void correctBooleans(Criteria criteria)(Code)(Java Doc) public static void doDelete(Criteria criteria) throws TorqueException(Code)(Java Doc) public static void doDelete(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc) public static void doDelete(RModuleAttribute obj) throws TorqueException(Code)(Java Doc) public static void doDelete(RModuleAttribute obj, Connection con) throws TorqueException(Code)(Java Doc) public static void doDelete(ObjectKey pk) throws TorqueException(Code)(Java Doc) public static void doDelete(ObjectKey pk, Connection con) throws TorqueException(Code)(Java Doc) public static ObjectKey doInsert(Criteria criteria) throws TorqueException(Code)(Java Doc) public static ObjectKey doInsert(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc) public static void doInsert(RModuleAttribute obj) throws TorqueException(Code)(Java Doc) public static void doInsert(RModuleAttribute obj, Connection con) throws TorqueException(Code)(Java Doc) public static List doSelect(Criteria criteria) throws TorqueException(Code)(Java Doc) public static List doSelect(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc) public static List doSelect(RModuleAttribute obj) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAllExceptAttribute(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAllExceptAttribute(Criteria criteria, Connection conn) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAllExceptIssueType(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAllExceptIssueType(Criteria criteria, Connection conn) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAllExceptScarabModule(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAllExceptScarabModule(Criteria criteria, Connection conn) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAttribute(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAttribute(Criteria criteria, Connection conn) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinIssueType(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinIssueType(Criteria criteria, Connection conn) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinScarabModule(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinScarabModule(Criteria criteria, Connection conn) throws TorqueException(Code)(Java Doc) public static List doSelectVillageRecords(Criteria criteria) throws TorqueException(Code)(Java Doc) public static List doSelectVillageRecords(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc) public static void doUpdate(Criteria criteria) throws TorqueException(Code)(Java Doc) public static void doUpdate(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc) public static void doUpdate(RModuleAttribute obj) throws TorqueException(Code)(Java Doc) public static void doUpdate(RModuleAttribute obj, Connection con) throws TorqueException(Code)(Java Doc) public static MapBuilder getMapBuilder() throws TorqueException(Code)(Java Doc) public static Class getOMClass() throws TorqueException(Code)(Java Doc) protected static TableMap getTableMap() throws TorqueException(Code)(Java Doc) public static void populateObject(Record row, int offset, RModuleAttribute obj) throws TorqueException(Code)(Java Doc) public static List populateObjects(List records) throws TorqueException(Code)(Java Doc) public static List resultSet2Objects(java.sql.ResultSet results) throws TorqueException(Code)(Java Doc) public static RModuleAttribute retrieveByPK(ObjectKey pk) throws TorqueException, NoRowsException, TooManyRowsException(Code)(Java Doc) public static RModuleAttribute retrieveByPK(ObjectKey pk, Connection con) throws TorqueException, NoRowsException, TooManyRowsException(Code)(Java Doc) public static RModuleAttribute retrieveByPK(Integer module_id, Integer attribute_id, Integer issue_type_id) throws TorqueException(Code)(Java Doc) public static RModuleAttribute retrieveByPK(Integer module_id, Integer attribute_id, Integer issue_type_id, Connection con) throws TorqueException(Code)(Java Doc) public static List retrieveByPKs(List pks) throws TorqueException(Code)(Java Doc) public static List retrieveByPKs(List pks, Connection dbcon) throws TorqueException(Code)(Java Doc) public static RModuleAttribute row2Object(Record row, int offset, Class cls) throws TorqueException(Code)(Java Doc)
|
|
|