|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Scope | |
| org.tigris.scarab.om | |
| org.tigris.scarab.reports | |
| Uses of Scope in org.tigris.scarab.om |
| Methods in org.tigris.scarab.om that return Scope | |
Scope |
BaseScope.copy()
Makes a copy of this object. |
protected Scope |
BaseScope.copyInto(Scope copyObj)
|
static Scope |
BaseScopeManager.getInstance()
Static accessor for the @see #getInstanceImpl(). |
static Scope |
BaseScopeManager.getInstance(org.apache.torque.om.ObjectKey id)
Static accessor for the @see #getInstanceImpl(ObjectKey). |
static Scope |
BaseScopeManager.getCachedInstance(org.apache.torque.om.ObjectKey id)
Static accessor for the @see #getCachedInstanceImpl(ObjectKey). |
static Scope |
BaseScopeManager.getInstance(org.apache.torque.om.ObjectKey id,
boolean fromCache)
Static accessor for the @see #getInstanceImpl(ObjectKey, boolean). |
static Scope |
BaseScopeManager.getInstance(java.lang.Integer id)
Static accessor for the @see #getInstanceImpl(ObjectKey). |
static Scope |
BaseScopeManager.getInstance(java.lang.Integer id,
boolean fromCache)
Static accessor for the @see #getInstanceImpl(ObjectKey). |
protected Scope |
BaseScopeManager.getInstanceImpl()
Get a fresh instance of a ScopeManager |
protected Scope |
BaseScopeManager.getInstanceImpl(org.apache.torque.om.ObjectKey id)
Get a Scope with the given id. |
protected Scope |
BaseScopeManager.getCachedInstanceImpl(org.apache.torque.om.ObjectKey id)
Get a Scope with the given id from the cache. |
protected Scope |
BaseScopeManager.getInstanceImpl(org.apache.torque.om.ObjectKey id,
boolean fromCache)
Get a Scope with the given id. |
static Scope |
BaseScopePeer.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 Scope |
BaseScopePeer.retrieveByPK(java.lang.Integer pk)
Retrieve a single object by pk |
static Scope |
BaseScopePeer.retrieveByPK(java.lang.Integer pk,
java.sql.Connection con)
Retrieve a single object by pk |
static Scope |
BaseScopePeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
Retrieve a single object by pk |
static Scope |
BaseScopePeer.retrieveByPK(org.apache.torque.om.ObjectKey pk,
java.sql.Connection con)
Retrieve a single object by pk |
Scope |
BaseReport.getScope()
Returns the associated Scope object. |
Scope |
BaseReport.getScope(java.sql.Connection connection)
Return the associated Scope object If it was not retrieved before, the object is retrieved from the database using the passed connection |
Scope |
BaseQuery.getScope()
Returns the associated Scope object. |
Scope |
BaseQuery.getScope(java.sql.Connection connection)
Return the associated Scope object If it was not retrieved before, the object is retrieved from the database using the passed connection |
Scope |
BaseIssueTemplateInfo.getScope()
Returns the associated Scope object. |
Scope |
BaseIssueTemplateInfo.getScope(java.sql.Connection connection)
Return the associated Scope object If it was not retrieved before, the object is retrieved from the database using the passed connection |
| Methods in org.tigris.scarab.om with parameters of type Scope | |
protected Scope |
BaseScope.copyInto(Scope copyObj)
|
static boolean |
BaseScopeManager.exists(Scope obj)
|
protected boolean |
BaseScopeManager.existsImpl(Scope om)
check for a duplicate project name |
static void |
BaseScopePeer.populateObject(com.workingdogs.village.Record row,
int offset,
Scope obj)
Populates an object from a resultset row starting from a specified offset. |
static java.util.List |
BaseScopePeer.doSelect(Scope obj)
Method to do selects |
static void |
BaseScopePeer.doInsert(Scope obj)
Method to do inserts |
static void |
BaseScopePeer.doUpdate(Scope obj)
|
static void |
BaseScopePeer.doDelete(Scope obj)
|
static void |
BaseScopePeer.doInsert(Scope obj,
java.sql.Connection con)
Method to do inserts. |
static void |
BaseScopePeer.doUpdate(Scope obj,
java.sql.Connection con)
Method to do update. |
static void |
BaseScopePeer.doDelete(Scope obj,
java.sql.Connection con)
Method to delete. |
static org.apache.torque.util.Criteria |
BaseScopePeer.buildCriteria(Scope obj)
Build a Criteria object from the data object for this peer |
static org.apache.torque.util.Criteria |
BaseScopePeer.buildSelectCriteria(Scope obj)
Build a Criteria object from the data object for this peer, skipping all binary columns |
void |
BaseReport.setScope(Scope v)
Declares an association between this object and a Scope object |
void |
BaseQuery.setScope(Scope v)
Declares an association between this object and a Scope object |
void |
BaseIssueTemplateInfo.setScope(Scope v)
Declares an association between this object and a Scope object |
| Uses of Scope in org.tigris.scarab.reports |
| Methods in org.tigris.scarab.reports that return Scope | |
Scope |
ReportBridge.getScope()
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||