|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplanetj.database.Row
planetj.dataengine.PropertyRow
planetj.dataengine.operation.Operation
planetj.dataengine.sqloperation.SQLOperation
planetj.dataengine.possiblevalues.PossibleValuesSearchOperation
Creation date: (2/6/2003 4:12:07 PM)
Nested Class Summary |
Nested classes inherited from class planetj.database.Row |
Row.SpacingRow |
Field Summary |
Fields inherited from class planetj.dataengine.sqloperation.SQLOperation |
SQL_OP_APPLICABLE_PROPERTY_GROUPS |
Fields inherited from class planetj.dataengine.operation.Operation |
className |
Fields inherited from class planetj.database.Row |
DISPLAY_ORDER_COMPARATOR, MODE_ALTER, MODE_COPY, MODE_DELETE, MODE_INSERT, MODE_READ, MODE_SEARCH, MODE_UNKNOWN, MODE_UPDATE, mRowEventListeners |
Fields inherited from interface planetj.dataengine.security.IGuarded |
TYPE_ID_UNKNOWN, TYPE_NAME_FIELD, TYPE_NAME_SQLOPERATION, TYPE_SECURED_BY_LEVEL, TYPE_SECURED_BY_OPERATION, TYPE_UNSECURED |
Constructor Summary | |
PossibleValuesSearchOperation()
|
Method Summary | |
IMagicRequest |
createMagicRequest(HttpServletRequest request,
HttpServletResponse response)
Creates a MagicRequest for viewing this operation |
int |
insert(SQLContext context)
Inserts this Row into its table. |
boolean |
isAllowDeletes()
Tests whether or not rows can be deleted from this results of this SQLOperation if this SQLOperation is a query |
boolean |
isAllowDetails()
Tests whether or not the details of a row in this ListView can be viewed |
boolean |
isAllowInserts()
Tests whether or not rows can be inserted into the results of this SQLOperation |
boolean |
isAllowUpdates()
Tests whether or not the results of this SQLOperation can be updated, if this SQLOperation is a query |
int |
update(java.sql.Connection conn,
ExecutingContext ec)
Updates the database with the values in this Row. |
boolean |
validate(ExecutingContext ec)
Validate this Row based on it's configuration and field values. |
Methods inherited from class planetj.dataengine.PropertyRow |
getProperties, getRowPropertyGroup, getRowPropertyGroups, setProperties, setPropertiesInternal, setRowPropertyGroups, transferDataTo, transferPropertiesTo |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface planetj.dataengine.application.IOwner |
getOwnerIdField |
Methods inherited from interface planetj.dataengine.action.IActionObject |
getActionRequest, getActionRequest, handleAction, isActionApplicable |
Constructor Detail |
public PossibleValuesSearchOperation()
Method Detail |
public IMagicRequest createMagicRequest(HttpServletRequest request, HttpServletResponse response) throws CMException
createMagicRequest
in class Operation
CMException
public int insert(SQLContext context) throws CMException
Operation
insert
in class Operation
CMException
public int update(java.sql.Connection conn, ExecutingContext ec) throws CMException
Operation
update
in class SQLOperation
CMException
public boolean validate(ExecutingContext ec) throws CMException
SQLOperation
validate
in class SQLOperation
ec
- current context in which application is executing
CMException
public boolean isAllowDeletes()
Operation
isAllowDeletes
in class Operation
public boolean isAllowDetails()
Operation
isAllowDetails
in class Operation
public boolean isAllowInserts()
Operation
isAllowInserts
in class Operation
public boolean isAllowUpdates()
Operation
isAllowUpdates
in class Operation
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |