|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Report | |
| org.tigris.scarab.om | |
| org.tigris.scarab.reports | |
| Uses of Report in org.tigris.scarab.om |
| Methods in org.tigris.scarab.om that return Report | |
static Report |
BaseReportPeer.row2Object(com.workingdogs.village.Record row,
int offset,
java.lang.Class cls)
Create a new object of type cls from a resultset row starting from a specified offset. |
static Report |
BaseReportPeer.retrieveByPK(java.lang.Integer pk)
Retrieve a single object by pk |
static Report |
BaseReportPeer.retrieveByPK(java.lang.Integer pk,
java.sql.Connection con)
Retrieve a single object by pk |
static Report |
BaseReportPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
Retrieve a single object by pk |
static Report |
BaseReportPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk,
java.sql.Connection con)
Retrieve a single object by pk |
static Report |
BaseReportManager.getInstance()
Static accessor for the @see #getInstanceImpl(). |
static Report |
BaseReportManager.getInstance(org.apache.torque.om.ObjectKey id)
Static accessor for the @see #getInstanceImpl(ObjectKey). |
static Report |
BaseReportManager.getCachedInstance(org.apache.torque.om.ObjectKey id)
Static accessor for the @see #getCachedInstanceImpl(ObjectKey). |
static Report |
BaseReportManager.getInstance(org.apache.torque.om.ObjectKey id,
boolean fromCache)
Static accessor for the @see #getInstanceImpl(ObjectKey, boolean). |
static Report |
BaseReportManager.getInstance(java.lang.Integer id)
Static accessor for the @see #getInstanceImpl(ObjectKey). |
static Report |
BaseReportManager.getInstance(java.lang.Integer id,
boolean fromCache)
Static accessor for the @see #getInstanceImpl(ObjectKey). |
protected Report |
BaseReportManager.getInstanceImpl()
Get a fresh instance of a ReportManager |
protected Report |
BaseReportManager.getInstanceImpl(org.apache.torque.om.ObjectKey id)
Get a Report with the given id. |
protected Report |
BaseReportManager.getCachedInstanceImpl(org.apache.torque.om.ObjectKey id)
Get a Report with the given id from the cache. |
protected Report |
BaseReportManager.getInstanceImpl(org.apache.torque.om.ObjectKey id,
boolean fromCache)
Get a Report with the given id. |
Report |
BaseReport.copy()
Makes a copy of this object. |
protected Report |
BaseReport.copyInto(Report copyObj)
|
static Report |
ReportPeer.retrieveByName(java.lang.String name)
gets the active report saved under the given name |
static Report |
ReportPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
Retrieve a single object by pk |
| Methods in org.tigris.scarab.om with parameters of type Report | |
static void |
BaseReportPeer.populateObject(com.workingdogs.village.Record row,
int offset,
Report obj)
Populates an object from a resultset row starting from a specified offset. |
static java.util.List |
BaseReportPeer.doSelect(Report obj)
Method to do selects |
static void |
BaseReportPeer.doInsert(Report obj)
Method to do inserts |
static void |
BaseReportPeer.doUpdate(Report obj)
|
static void |
BaseReportPeer.doDelete(Report obj)
|
static void |
BaseReportPeer.doInsert(Report obj,
java.sql.Connection con)
Method to do inserts. |
static void |
BaseReportPeer.doUpdate(Report obj,
java.sql.Connection con)
Method to do update. |
static void |
BaseReportPeer.doDelete(Report obj,
java.sql.Connection con)
Method to delete. |
static org.apache.torque.util.Criteria |
BaseReportPeer.buildCriteria(Report obj)
Build a Criteria object from the data object for this peer |
static org.apache.torque.util.Criteria |
BaseReportPeer.buildSelectCriteria(Report obj)
Build a Criteria object from the data object for this peer, skipping all binary columns |
void |
BaseScarabUserImpl.addReport(Report l)
Method called to associate a Report object to this object through the Report foreign key attribute |
void |
BaseScope.addReport(Report l)
Method called to associate a Report object to this object through the Report foreign key attribute |
static boolean |
BaseReportManager.exists(Report obj)
|
protected boolean |
BaseReportManager.existsImpl(Report om)
check for a duplicate project name |
void |
BaseIssueType.addReport(Report l)
Method called to associate a Report object to this object through the Report foreign key attribute |
protected Report |
BaseReport.copyInto(Report copyObj)
|
void |
BaseScarabModule.addReport(Report l)
Method called to associate a Report object to this object through the Report foreign key attribute |
| Uses of Report in org.tigris.scarab.reports |
| Constructors in org.tigris.scarab.reports with parameters of type Report | |
ReportBridge(Report report)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||