| org.tigris.scarab.om.BaseReportPeer org.tigris.scarab.om.ReportPeer
ReportPeer | public class ReportPeer extends BaseReportPeer (Code) | | 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.
|
exists | public static boolean exists(String name) throws TorqueException, ScarabException(Code) | | Does a saved report exist under the given name.
Parameters: name - a String report name true if a report by the given name exists |
retrieveByName | public static Report retrieveByName(String name) throws TorqueException, ScarabException(Code) | | gets the active report saved under the given name
Parameters: name - a String value a Report value exception: Exception - if an error occurs |
retrieveByPK | public static Report retrieveByPK(ObjectKey pk) throws TorqueException(Code) | | Retrieve a single object by pk
Parameters: pk - |
Methods inherited from org.tigris.scarab.om.BaseReportPeer | public static void addSelectColumns(Criteria criteria) throws TorqueException(Code)(Java Doc) public static Criteria buildCriteria(ObjectKey pk)(Code)(Java Doc) public static Criteria buildCriteria(Report obj)(Code)(Java Doc) public static Criteria buildSelectCriteria(Report 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(Report obj) throws TorqueException(Code)(Java Doc) public static void doDelete(Report 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(Report obj) throws TorqueException(Code)(Java Doc) public static void doInsert(Report 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(Report obj) 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 doSelectJoinAllExceptScarabUserImpl(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAllExceptScarabUserImpl(Criteria criteria, Connection conn) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAllExceptScope(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAllExceptScope(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) protected static List doSelectJoinScarabUserImpl(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinScarabUserImpl(Criteria criteria, Connection conn) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinScope(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinScope(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(Report obj) throws TorqueException(Code)(Java Doc) public static void doUpdate(Report 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, Report 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 Report retrieveByPK(Integer pk) throws TorqueException, NoRowsException, TooManyRowsException(Code)(Java Doc) public static Report retrieveByPK(Integer pk, Connection con) throws TorqueException, NoRowsException, TooManyRowsException(Code)(Java Doc) public static Report retrieveByPK(ObjectKey pk) throws TorqueException, NoRowsException, TooManyRowsException(Code)(Java Doc) public static Report 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 Report row2Object(Record row, int offset, Class cls) throws TorqueException(Code)(Java Doc)
|
|
|