| org.tigris.scarab.om.BaseScarabModulePeer org.tigris.scarab.om.ScarabModulePeer
ScarabModulePeer | public class ScarabModulePeer extends BaseScarabModulePeer (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.
|
Method Summary | |
public static boolean | checkExists(Group group) Checks if a Group is defined in the system. | public static List | getAllModules() Gets a List of all of the ScarabModule objects
in the system. |
checkExists | public static boolean checkExists(Group group) throws DataBackendException, Exception(Code) | | Checks if a Group is defined in the system. The name
is used as query criteria.
Parameters: group - The Group to be checked. true if given Group exists in the system. throws: DataBackendException - when more than one Group withthe same name exists. throws: TorqueException - a generic exception. |
getAllModules | public static List getAllModules() throws TorqueException(Code) | | Gets a List of all of the ScarabModule objects
in the system.
|
Methods inherited from org.tigris.scarab.om.BaseScarabModulePeer | public static void addSelectColumns(Criteria criteria) throws TorqueException(Code)(Java Doc) public static Criteria buildCriteria(ObjectKey pk)(Code)(Java Doc) public static Criteria buildCriteria(ScarabModule obj)(Code)(Java Doc) public static Criteria buildSelectCriteria(ScarabModule 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(ScarabModule obj) throws TorqueException(Code)(Java Doc) public static void doDelete(ScarabModule 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(ScarabModule obj) throws TorqueException(Code)(Java Doc) public static void doInsert(ScarabModule 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(ScarabModule obj) 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 doSelectJoinAllExceptScarabUserImplRelatedByOwnerId(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAllExceptScarabUserImplRelatedByOwnerId(Criteria criteria, Connection conn) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAllExceptScarabUserImplRelatedByQaContactId(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAllExceptScarabUserImplRelatedByQaContactId(Criteria criteria, Connection conn) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinScarabUserImplRelatedByOwnerId(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinScarabUserImplRelatedByOwnerId(Criteria criteria, Connection conn) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinScarabUserImplRelatedByQaContactId(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinScarabUserImplRelatedByQaContactId(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(ScarabModule obj) throws TorqueException(Code)(Java Doc) public static void doUpdate(ScarabModule obj, Connection con) throws TorqueException(Code)(Java Doc) public static MapBuilder getMapBuilder() throws TorqueException(Code)(Java Doc) public static Class getOMClass(Record record, int offset) 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, ScarabModule 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 ScarabModule retrieveByPK(Integer pk) throws TorqueException, NoRowsException, TooManyRowsException(Code)(Java Doc) public static ScarabModule retrieveByPK(Integer pk, Connection con) throws TorqueException, NoRowsException, TooManyRowsException(Code)(Java Doc) public static ScarabModule retrieveByPK(ObjectKey pk) throws TorqueException, NoRowsException, TooManyRowsException(Code)(Java Doc) public static ScarabModule retrieveByPK(ObjectKey pk, Connection con) throws TorqueException, NoRowsException, TooManyRowsException(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 ScarabModule row2Object(Record row, int offset, Class cls) throws TorqueException(Code)(Java Doc)
|
|
|