public interface LocationServiceRemote extends AppServiceRemote
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
critALL
Critera for all active locations.
|
static java.lang.String |
critCOURIER
Criteria for courier locations.
|
static java.lang.String |
critCROSSSITEALL
Criteria for storeroom locations across sites.
|
static java.lang.String |
critCROSSSITEINVENTORY
Criteria for inventory type locations across sites.
|
static java.lang.String |
critCROSSSITENONINVENTORY
Criteria for all locations across sites which aren't of the inventory type.
|
static java.lang.String |
critCROSSSITEOPERATING
Criteria for operating locations across sites only.
|
static java.lang.String |
critCROSSSITEOTHERLOCS
Criteria for other locations across sites only.
|
static java.lang.String |
critCROSSSITEPOLOCS
Criteria for locations across sites used in PO only.
|
static java.lang.String |
critCROSSSITESTOREOTHERLOCS
Criteria for storeroom and other locations across sites only.
|
static java.lang.String |
critCROSSSITESTOREROOM |
static java.lang.String |
critHOLDING
Criteria for holding locations.
|
static java.lang.String |
critINVENTORY
Criteria for inventory type locations.
|
static java.lang.String |
critLABOR
Criteria for labor locations.
|
static java.lang.String |
critNONINVENTORY
Criteria for all locations which aren't of the inventory type.
|
static java.lang.String |
critOPERATING
Criteria for operating locations only.
|
static java.lang.String |
critOTHERLOCS
Criteria for other locations only.
|
static java.lang.String |
critPOLOCS
Criteria for locations used in PO only.
|
static java.lang.String |
critREPAIR
Criteria for repair locations.
|
static java.lang.String |
critSALVAGE
Criteria for salvage locations.
|
static java.lang.String |
critSTOREOTHERLOCS
Criteria for storeroom and other locations only.
|
static java.lang.String |
critSTOREROOM
Criteria for storeroom locations.
|
static java.lang.String |
critVENDOR
Criteria for vendor locations.
|
static java.lang.String |
CROSSSITEINVENTORY_NOHOLDING
Criteria for inventory type locations expect holding locations
|
Modifier and Type | Method and Description |
---|---|
MboSetRemote |
addItemsToStoreroom(UserInfo userInfo,
MboSetRemote itemSet,
MboRemote location,
boolean addKitComponents,
MboRemote matrectrans) |
MboSetRemote |
addItemsToStoreroom(UserInfo userInfo,
MboSetRemote itemSet,
java.lang.String storeroom,
boolean addKitComponents) |
MboSetRemote |
addItemsToStoreroom(UserInfo userInfo,
MboSetRemote itemSet,
java.lang.String storeroom,
boolean addKitComponents,
MboRemote matrectrans) |
MboSetRemote |
addItemsToStoreroom(UserInfo userInfo,
MboSetRemote itemSet,
java.lang.String storeroom,
java.lang.String siteId,
boolean addKitComponents) |
boolean |
allowDeletionOfRedundantLocSystemSitePrimarySystem(UserInfo userInfo,
java.lang.String siteId,
MboSetRemote workingSet,
MboRemote locSystemToBeDeleted) |
void |
canAddItemsToStoreroom(UserInfo userInfo) |
void |
changeStatus(MboRemote mbo,
java.lang.String status,
java.util.Date asOfDate,
java.lang.String memo,
long accessModifier) |
java.lang.String |
getDefaultStoreroom(UserInfo userInfo) |
MboSetRemote |
getKitComponentsNotYetInStore(UserInfo userInfo,
ItemRemote item,
java.lang.String storeroom,
java.util.Hashtable defaultBins) |
MboSetRemote |
getKitComponentsNotYetInStore(UserInfo userInfo,
ItemRemote item,
java.lang.String storeroom,
java.lang.String siteId,
java.util.Hashtable defaultBins) |
MboRemote |
getLocation(UserInfo userInfo,
java.lang.String attribute,
java.lang.String key) |
int |
getNumberOfSystemsForSite(UserInfo userinfo,
java.lang.String siteid) |
int |
getNumberOfSystemsForSite(UserInfo userinfo,
java.lang.String siteid,
MboSetRemote workingSet,
MboRemote locSystemToBeDeleted) |
java.lang.String |
getPrimarySystem(UserInfo userInfo) |
java.lang.String |
getPrimarySystem(UserInfo userInfo,
java.lang.String siteId) |
MboRemote |
getPrimarySystemForSite(UserInfo userInfo,
java.lang.String siteId) |
MboRemote |
getPrimarySystemForSite(UserInfo userInfo,
java.lang.String siteId,
MboSetRemote workingSet) |
MboSetRemote |
getStoreLocations(UserInfo userInfo) |
MboSetRemote |
getSystemsForSite(UserInfo userInfo,
java.lang.String siteId) |
MboRemote |
getTopLevelinPrimarySystem(UserInfo userInfo,
java.lang.String siteid) |
MboRemote |
getTopLevelInSystem(UserInfo userInfo,
java.lang.String systemId,
java.lang.String siteId) |
void |
setIsTool(boolean tool) |
boolean |
verifyAllLocSystemSitesHaveOnePrimarySystem(UserInfo userInfo,
MboSetRemote workingSet) |
boolean |
verifyAllLocSystemSitesHaveOnePrimarySystem(UserInfo userInfo,
MboSetRemote workingSet,
java.util.Vector<java.lang.String> allowSetToPrimary,
boolean skipOtherSitesPrimarySysVerification) |
boolean |
verifyLocSystemSiteHasOnePrimarySystem(UserInfo userInfo,
java.lang.String siteId,
MboSetRemote workingSet) |
void |
warningsFromAddItemsToStore() |
void |
warningsFromNonStockedOrgs()
*@see psdi.app.location.LocationService#warningsFromNonStockedOrgs()
|
checkSecurity, getCriteria, getCurrentState, getLiveObjCount, getMboSet, getName, getSchemaOwner, getSetForRelationship, getSetFromKeys, getStateCmdList, getStateList, getURL, verifyUser, verifyUser
isAppService, isSingletonService, restart
static final java.lang.String critALL
static final java.lang.String critSTOREROOM
static final java.lang.String critCOURIER
static final java.lang.String critHOLDING
static final java.lang.String critLABOR
static final java.lang.String critINVENTORY
static final java.lang.String critNONINVENTORY
static final java.lang.String critOPERATING
static final java.lang.String critOTHERLOCS
static final java.lang.String critSTOREOTHERLOCS
static final java.lang.String critVENDOR
static final java.lang.String critREPAIR
static final java.lang.String critSALVAGE
static final java.lang.String critPOLOCS
static final java.lang.String critCROSSSITEALL
static final java.lang.String critCROSSSITESTOREROOM
static final java.lang.String critCROSSSITEINVENTORY
static final java.lang.String critCROSSSITENONINVENTORY
static final java.lang.String critCROSSSITEOPERATING
static final java.lang.String critCROSSSITEOTHERLOCS
static final java.lang.String critCROSSSITESTOREOTHERLOCS
static final java.lang.String critCROSSSITEPOLOCS
static final java.lang.String CROSSSITEINVENTORY_NOHOLDING
MboSetRemote getStoreLocations(UserInfo userInfo) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
java.lang.String getDefaultStoreroom(UserInfo userInfo) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
psdi.app.location.LocationService#getDefaultStoreroom()
MboSetRemote addItemsToStoreroom(UserInfo userInfo, MboSetRemote itemSet, java.lang.String storeroom, boolean addKitComponents) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
LocationService.addItemsToStoreroom(psdi.security.UserInfo,psdi.mbo.MboSetRemote,java.lang.String,boolean addKitComponents)
MboSetRemote addItemsToStoreroom(UserInfo userInfo, MboSetRemote itemSet, java.lang.String storeroom, java.lang.String siteId, boolean addKitComponents) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
LocationService.addItemsToStoreroom(psdi.security.UserInfo,psdi.mbo.MboSetRemote,java.lang.String,java.lang.String,boolean addKitComponents)
MboSetRemote addItemsToStoreroom(UserInfo userInfo, MboSetRemote itemSet, java.lang.String storeroom, boolean addKitComponents, MboRemote matrectrans) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
LocationService.addItemsToStoreroom(psdi.security.UserInfo,psdi.mbo.MboSetRemote,java.lang.String,boolean addKitComponents,psdi.mbo.MboRemote matrectrans)
MboSetRemote addItemsToStoreroom(UserInfo userInfo, MboSetRemote itemSet, MboRemote location, boolean addKitComponents, MboRemote matrectrans) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
LocationService.addItemsToStoreroom(psdi.security.UserInfo,psdi.mbo.MboSetRemote,java.lang.String,boolean addKitComponents,psdi.mbo.MboRemote matrectrans)
java.lang.String getPrimarySystem(UserInfo userInfo) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
LocationService.getPrimarySystem(psdi.security.UserInfo)
java.lang.String getPrimarySystem(UserInfo userInfo, java.lang.String siteId) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
LocationService.getPrimarySystem(psdi.security.UserInfo,java.lang.String)
void warningsFromAddItemsToStore() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
LocationService.warningsFromAddItemsToStore()
void warningsFromNonStockedOrgs() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void canAddItemsToStoreroom(UserInfo userInfo) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
psdi.app.location.LocationService#canAddItemsToStoreroom()
MboRemote getTopLevelinPrimarySystem(UserInfo userInfo, java.lang.String siteid) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
LocationService.getTopLevelinPrimarySystem(UserInfo userInfo,String siteId)
MboRemote getTopLevelInSystem(UserInfo userInfo, java.lang.String systemId, java.lang.String siteId) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
psdi.app.location.LocationService#getTopLevelInSystem()
MboRemote getLocation(UserInfo userInfo, java.lang.String attribute, java.lang.String key) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
LocationService.getLocation(UserInfo userInfo,String attribute,String key)
MboSetRemote getKitComponentsNotYetInStore(UserInfo userInfo, ItemRemote item, java.lang.String storeroom, java.util.Hashtable defaultBins) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
psdi.app.location.LocationService#getLocation(UserInfo userInfo,String key)
MboSetRemote getKitComponentsNotYetInStore(UserInfo userInfo, ItemRemote item, java.lang.String storeroom, java.lang.String siteId, java.util.Hashtable defaultBins) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
psdi.app.location.LocationService#getLocation(UserInfo userInfo,ItemRemote item,String storeroom,String siteid, Hastable defaultBins)
void setIsTool(boolean tool) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
LocationService.setIsTool(boolean tool)
MboSetRemote getSystemsForSite(UserInfo userInfo, java.lang.String siteId) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
LocationService.getSystemsForSite(UserInfo, String)
MboRemote getPrimarySystemForSite(UserInfo userInfo, java.lang.String siteId) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
LocationService.getPrimarySystemForSite(UserInfo, String)
int getNumberOfSystemsForSite(UserInfo userinfo, java.lang.String siteid, MboSetRemote workingSet, MboRemote locSystemToBeDeleted) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
LocationService.getNumberOfSystemsForSite(UserInfo, String, MboSetRemote, MboRemote)
int getNumberOfSystemsForSite(UserInfo userinfo, java.lang.String siteid) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
LocationService.getNumberOfSystemsForSite(UserInfo, String)
MboRemote getPrimarySystemForSite(UserInfo userInfo, java.lang.String siteId, MboSetRemote workingSet) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
LocationService.getPrimarySystemForSite(UserInfo, String, MboSetRemote)
boolean verifyLocSystemSiteHasOnePrimarySystem(UserInfo userInfo, java.lang.String siteId, MboSetRemote workingSet) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
LocationService.verifyLocSystemSiteHasOnePrimarySystem(UserInfo, String, MboSetRemote)
boolean verifyAllLocSystemSitesHaveOnePrimarySystem(UserInfo userInfo, MboSetRemote workingSet) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
LocationService.verifyAllLocSystemSitesHaveOnePrimarySystem(UserInfo, MboSetRemote)
boolean verifyAllLocSystemSitesHaveOnePrimarySystem(UserInfo userInfo, MboSetRemote workingSet, java.util.Vector<java.lang.String> allowSetToPrimary, boolean skipOtherSitesPrimarySysVerification) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
psdi.app.location.LocationService#verifyAllLocSystemSitesHaveOnePrimarySystem(UserInfo, MboSetRemote, Vector, boolean)
boolean allowDeletionOfRedundantLocSystemSitePrimarySystem(UserInfo userInfo, java.lang.String siteId, MboSetRemote workingSet, MboRemote locSystemToBeDeleted) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
LocationService.allowDeletionOfRedundantLocSystemSitePrimarySystem(UserInfo, String, MboSetRemote, MboRemote)
void changeStatus(MboRemote mbo, java.lang.String status, java.util.Date asOfDate, java.lang.String memo, long accessModifier) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
LocationService.changeStatus(MboRemote, String, java.util.Date, String, long)