|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.framework.sql.BaseDao
com.esri.gpt.framework.request.DaoRequest<RequestDefinition<HeCriteria,HeResult>>
com.esri.gpt.catalog.harvest.history.HeRequest
com.esri.gpt.catalog.harvest.history.HeUpdateRequest
public class HeUpdateRequest
Updates harvest history event.
| Constructor Summary | |
|---|---|
HeUpdateRequest(RequestContext requestContext,
HeRecord event)
Create instance of the request. |
|
| Method Summary | |
|---|---|
void |
execute()
Executes event. |
HeRecord |
getEvent()
Gets event to update. |
void |
setEvent(HeRecord event)
Sets event to update. |
| Methods inherited from class com.esri.gpt.catalog.harvest.history.HeRequest |
|---|
getActionCriteria, getActionResult, getHarvestingHistoryTableName, getQueryCriteria, getQueryResult |
| Methods inherited from class com.esri.gpt.framework.request.DaoRequest |
|---|
getRequestDefinition, setRequestDefinition |
| Methods inherited from class com.esri.gpt.framework.sql.BaseDao |
|---|
appendExpression, appendValueFilter, closeResultSet, closeStatement, getApplicationConfiguration, getIsDbCaseSensitive, getRequestContext, logExpression, returnConnection, setRequestContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HeUpdateRequest(RequestContext requestContext,
HeRecord event)
requestContext - request contextevent - event to update| Method Detail |
|---|
public HeRecord getEvent()
public void setEvent(HeRecord event)
event - event
public void execute()
throws SQLException
SQLException - if accessing database failed
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||