public interface ContractServiceRemote extends AppServiceRemote
| Modifier and Type | Method and Description |
|---|---|
MboSetRemote |
findContracts(MboRemote inputMbo,
MboRemote owningPO) |
java.util.Vector |
findValidContracts(MboRemote inputMbo,
java.lang.String vendor,
java.lang.String catalogCode,
boolean createRel) |
MboSetRemote |
getContractLine(MboRemote mboRemote) |
checkSecurity, getCriteria, getCurrentState, getLiveObjCount, getMboSet, getName, getSchemaOwner, getSetForRelationship, getSetFromKeys, getStateCmdList, getStateList, getURL, verifyUser, verifyUserisAppService, isSingletonService, restartMboSetRemote findContracts(MboRemote inputMbo, MboRemote owningPO) throws MXException, java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionContractService.findContracts(MboRemote, MboRemote)java.util.Vector findValidContracts(MboRemote inputMbo, java.lang.String vendor, java.lang.String catalogCode, boolean createRel) throws MXException, java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionContractService.findValidContracts(MboRemote, String, String, boolean)MboSetRemote getContractLine(MboRemote mboRemote) throws MXException, java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionContractService.getContractLine(MboRemote)