public interface PRServiceRemote extends AppServiceRemote
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
critAPPR
Criteria for returning approved purchase requisitions
|
static java.lang.String |
critCANCEL
Criteria cancelled purchase requisitions
|
static java.lang.String |
critCLOSE
Criteria for returning closed purchase requisitions
|
static java.lang.String |
critOPENPR
Criteria for returning open purchase requisitions
All purchase requisitions with their status as either WAPPR or APPR or PRINT
|
static java.lang.String |
critWAPPR
Criteria for returning waiting-for-approval purchase requisitions
|
| Modifier and Type | Method and Description |
|---|---|
void |
changeStatus(PRRemote pr,
java.lang.String status,
java.util.Date date,
java.lang.String memo) |
MboSetRemote |
getPRLinesForPO(MboRemote mboRemote) |
MboSetRemote |
getPRLinesForResultPO(MboRemote mboRemote) |
MboSetRemote |
getPRLinesForRFQ(MboRemote mboRemote) |
checkSecurity, getCriteria, getCurrentState, getLiveObjCount, getMboSet, getName, getSchemaOwner, getSetForRelationship, getSetFromKeys, getStateCmdList, getStateList, getURL, verifyUser, verifyUserisAppService, isSingletonService, restartstatic final java.lang.String critAPPR
static final java.lang.String critCLOSE
static final java.lang.String critWAPPR
static final java.lang.String critCANCEL
static final java.lang.String critOPENPR
MboSetRemote getPRLinesForPO(MboRemote mboRemote) throws MXException, java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionPRService.getPRLinesForPO(MboRemote)MboSetRemote getPRLinesForResultPO(MboRemote mboRemote) throws MXException, java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionPRService.getPRLinesForResultPO(MboRemote)MboSetRemote getPRLinesForRFQ(MboRemote mboRemote) throws MXException, java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionPRService.getPRLinesForRFQ(MboRemote)void changeStatus(PRRemote pr, java.lang.String status, java.util.Date date, java.lang.String memo) throws MXException, java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionthrows MXException, RemoteException