com.esri.gpt.catalog.harvest.repository
Class HrUpdateLastSyncDate
java.lang.Object
com.esri.gpt.framework.sql.BaseDao
com.esri.gpt.framework.request.DaoRequest<RequestDefinition<HrCriteria,HrResult>>
com.esri.gpt.catalog.harvest.repository.HrRequest
com.esri.gpt.catalog.harvest.repository.HrUpdateLastSyncDate
- All Implemented Interfaces:
- IRequest<RequestDefinition<HrCriteria,HrResult>>
public class HrUpdateLastSyncDate
- extends HrRequest
Updates last successful synchronization date/time.
Method Summary |
void |
execute()
Executes request. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HrUpdateLastSyncDate
public HrUpdateLastSyncDate(RequestContext requestContext,
HrRecord record)
- Create instance of the request.
- Parameters:
requestContext
- request contextrecord
- record to update
execute
public void execute()
throws SQLException
- Executes request.
- Throws:
SQLException
- if accessing database fails
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.