| org.tigris.scarab.om.BaseQueryPeer org.tigris.scarab.om.QueryPeer
QueryPeer | public class QueryPeer extends BaseQueryPeer (Code) | | This is the QueryPeer class
author: John McNally version: $Id: QueryPeer.java 10074 2006-04-27 22:26:31Z jorgeuriarte $ |
Method Summary | |
public static List | getModuleQueries(Module module) | public static List | getQueries(Module module, IssueType issueType, ScarabUser user, String sortColumn, String sortPolarity, String type) List of queries associated with the module or created by the user. | public static List | getQueries(Module module, IssueType issueType, ScarabUser user) | public static List | getQueries(Module module, IssueType issueType, ScarabUser user, String sortColumn, String sortPolarity) | public static List | getUserQueries(ScarabUser user) |
GET_MODULE_QUERIES | final static String GET_MODULE_QUERIES(Code) | | |
SORT_AVAILABILITY | final public static String SORT_AVAILABILITY(Code) | | |
SORT_DESCRIPTION | final public static String SORT_DESCRIPTION(Code) | | |
getModuleQueries | public static List getModuleQueries(Module module) throws TorqueException(Code) | | |
getQueries | public static List getQueries(Module module, IssueType issueType, ScarabUser user, String sortColumn, String sortPolarity, String type) throws TorqueException(Code) | | List of queries associated with the module or created by the user.
valid type is private, global, or all.
if issueType == null, ignore issue type, otherwise include queries
that only use that issueType or use multiple issue types.
|
Methods inherited from org.tigris.scarab.om.BaseQueryPeer | public static void addSelectColumns(Criteria criteria) throws TorqueException(Code)(Java Doc) public static Criteria buildCriteria(ObjectKey pk)(Code)(Java Doc) public static Criteria buildCriteria(Query obj)(Code)(Java Doc) public static Criteria buildSelectCriteria(Query 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(Query obj) throws TorqueException(Code)(Java Doc) public static void doDelete(Query 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(Query obj) throws TorqueException(Code)(Java Doc) public static void doInsert(Query 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(Query obj) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAllExceptFrequency(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAllExceptFrequency(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 doSelectJoinAllExceptMITList(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinAllExceptMITList(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 doSelectJoinFrequency(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinFrequency(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 doSelectJoinMITList(Criteria criteria) throws TorqueException(Code)(Java Doc) protected static List doSelectJoinMITList(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(Query obj) throws TorqueException(Code)(Java Doc) public static void doUpdate(Query 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, Query 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 Query retrieveByPK(Long pk) throws TorqueException, NoRowsException, TooManyRowsException(Code)(Java Doc) public static Query retrieveByPK(Long pk, Connection con) throws TorqueException, NoRowsException, TooManyRowsException(Code)(Java Doc) public static Query retrieveByPK(ObjectKey pk) throws TorqueException, NoRowsException, TooManyRowsException(Code)(Java Doc) public static Query 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 Query row2Object(Record row, int offset, Class cls) throws TorqueException(Code)(Java Doc)
|
|
|