public class InvUseService extends AppService implements InvUseServiceRemote
Modifier and Type | Field and Description |
---|---|
java.util.Vector |
errorVector |
APPLOGGER, CRONTASKLOGGER, CRONTASKMGRLOGGER, CRONTASKMGRSQLLOGGER, DBCONNECTIONLOGGER, DDLOGGER, DMLOGGER, EVENTLOGGER, EXCEPTIONLOGGER, MAILLOGGER, MAXIMOLOGGER, MTLOGGER, NULLMBOPOINTER, SECURITY, SENDFAILEDLOGGER, SERVICELOGGER, SQLLOGGER
appenderPrefix, LOGGERNAME_APP, LOGGERNAME_CRONTASK, LOGGERNAME_CRONTASKMGR, LOGGERNAME_DBCONNECTION, LOGGERNAME_DD, LOGGERNAME_DM, LOGGERNAME_DMPREVIEW, LOGGERNAME_EVENT, LOGGERNAME_EXCEPTION, LOGGERNAME_MAIL, LOGGERNAME_MAXIMO, LOGGERNAME_MT, LOGGERNAME_NULLMBOPOINTER, LOGGERNAME_SECURITY, LOGGERNAME_SENDFAILED, LOGGERNAME_SERVICE, LOGGERNAME_SQL, LOGGERNAME_SQL_CRONTASKMGR, LOGGERNAME_TXN, loggerPrefix
Constructor and Description |
---|
InvUseService() |
InvUseService(MXServer mxServer) |
Modifier and Type | Method and Description |
---|---|
void |
changeStatus(InvUseRemote invuse,
java.lang.String status,
java.util.Date date,
java.lang.String memo)
Service Method used to change status.
|
MboRemote |
createShipmentReceipt(UserInfo userInfo,
MboSetRemote receiptSet,
java.lang.String shipmentnum,
long shipmentlinenum,
java.lang.String ownersysid,
java.lang.String siteid) |
MboRemote |
createShipmentReturn(UserInfo userInfo,
MboSetRemote receiptSet,
java.lang.String shipmentnum,
long shipmentlinenum,
java.lang.String ownersysid,
java.lang.String siteid) |
checkSecurity, configure, destroy, freeDBConnection, freeMboSet, getCriteria, getCurrentState, getDBConnection, getLiveObjCount, getLoad, getMaximoDD, getMaxVar, getMboSet, getMXServer, getName, getProfile, getProxy, getSchemaOwner, getServiceInfo, getServiceLogger, getSetForRelationship, getSetFromKeys, getStateCmdList, getStateList, getURL, init, initCriteriaList, isAppService, isRunning, isSingletonService, restart, setProxy, setRunning, setURL, verifyUser, verifyUser
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkSecurity, getCriteria, getCurrentState, getLiveObjCount, getMboSet, getName, getSchemaOwner, getSetForRelationship, getSetFromKeys, getStateCmdList, getStateList, getURL, verifyUser, verifyUser
isAppService, isSingletonService, restart
public InvUseService() throws java.rmi.RemoteException
java.rmi.RemoteException
public InvUseService(MXServer mxServer) throws java.rmi.RemoteException
srvEnv
- --
the "Server Environment" this Service is being created in.java.rmi.RemoteException
public void changeStatus(InvUseRemote invuse, java.lang.String status, java.util.Date date, java.lang.String memo) throws MXException, java.rmi.RemoteException
changeStatus
in interface InvUseServiceRemote
invuse
- INVUSE Mbostatus
- The new statusdate
- The datememo
- The memo.MXApplicationException("inventory",
- "invalidstatuschange");
MXApplicationException("inventory", "invalidstatus")MXException
java.rmi.RemoteException
throws MXException, RemoteException
public MboRemote createShipmentReceipt(UserInfo userInfo, MboSetRemote receiptSet, java.lang.String shipmentnum, long shipmentlinenum, java.lang.String ownersysid, java.lang.String siteid) throws MXException, java.rmi.RemoteException
createShipmentReceipt
in interface InvUseServiceRemote
MXException
java.rmi.RemoteException
throws MXException, RemoteException
public MboRemote createShipmentReturn(UserInfo userInfo, MboSetRemote receiptSet, java.lang.String shipmentnum, long shipmentlinenum, java.lang.String ownersysid, java.lang.String siteid) throws MXException, java.rmi.RemoteException
createShipmentReturn
in interface InvUseServiceRemote
MXException
java.rmi.RemoteException