| org.tigris.scarab.om.BaseRModuleOptionPeer org.tigris.scarab.om.RModuleOptionPeer
RModuleOptionPeer | public class RModuleOptionPeer extends BaseRModuleOptionPeer (Code) | | The skeleton for this class was autogenerated by Torque on:
[Fri Apr 13 13:24:10 PDT 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.
|
Method Summary | |
public static int | count(Criteria crit) Adds count(*) to the select clause and returns the
number of rows resulting from the given Criteria. |
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 |
Methods inherited from org.tigris.scarab.om.BaseRModuleOptionPeer | public static void addSelectColumns(Criteria criteria) throws TorqueException(Code)(Java Doc) public static Criteria buildCriteria(ObjectKey pk)(Code)(Java Doc) public static Criteria buildCriteria(RModuleOption obj)(Code)(Java Doc) public static Criteria buildSelectCriteria(RModuleOption 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(RModuleOption obj) throws TorqueException(Code)(Java Doc) public static void doDelete(RModuleOption 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(RModuleOption obj) throws TorqueException(Code)(Java Doc) public static void doInsert(RModuleOption 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(RModuleOption obj) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAllExceptAttributeOption(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAllExceptAttributeOption(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 doSelectJoinAttributeOption(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAttributeOption(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(RModuleOption obj) throws TorqueException(Code)(Java Doc) public static void doUpdate(RModuleOption 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, RModuleOption 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 RModuleOption retrieveByPK(ObjectKey pk) throws TorqueException, NoRowsException, TooManyRowsException(Code)(Java Doc) public static RModuleOption retrieveByPK(ObjectKey pk, Connection con) throws TorqueException, NoRowsException, TooManyRowsException(Code)(Java Doc) public static RModuleOption retrieveByPK(Integer module_id, Integer issue_type_id, Integer option_id) throws TorqueException(Code)(Java Doc) public static RModuleOption retrieveByPK(Integer module_id, Integer issue_type_id, Integer option_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 RModuleOption row2Object(Record row, int offset, Class cls) throws TorqueException(Code)(Java Doc)
|
|
|