@Service(value="RequestStorage") public class RequestStorage extends Object implements IRequestStorage
| Constructor and Description |
|---|
RequestStorage() |
| Modifier and Type | Method and Description |
|---|---|
String |
changePendingRequestID(at.gv.egovernment.moa.id.commons.api.IRequest pendingRequest) |
at.gv.egovernment.moa.id.commons.api.IRequest |
getPendingRequest(String pendingReqID) |
void |
removePendingRequest(String requestID) |
void |
storePendingRequest(at.gv.egovernment.moa.id.commons.api.IRequest pendingRequest) |
public at.gv.egovernment.moa.id.commons.api.IRequest getPendingRequest(String pendingReqID)
getPendingRequest in interface IRequestStoragepublic void storePendingRequest(at.gv.egovernment.moa.id.commons.api.IRequest pendingRequest)
throws at.gv.egovernment.moa.id.commons.api.exceptions.MOAIDException
storePendingRequest in interface IRequestStorageat.gv.egovernment.moa.id.commons.api.exceptions.MOAIDExceptionpublic void removePendingRequest(String requestID)
removePendingRequest in interface IRequestStoragepublic String changePendingRequestID(at.gv.egovernment.moa.id.commons.api.IRequest pendingRequest) throws at.gv.egovernment.moa.id.commons.api.exceptions.MOAIDException, at.gv.egovernment.moa.id.commons.db.ex.MOADatabaseException
changePendingRequestID in interface IRequestStorageat.gv.egovernment.moa.id.commons.api.exceptions.MOAIDExceptionat.gv.egovernment.moa.id.commons.db.ex.MOADatabaseExceptionCopyright © 2017. All rights reserved.