public interface ItemRemote extends StatefulMboRemote, MboRemote
Modifier and Type | Method and Description |
---|---|
MboRemote |
addSparePart(java.lang.String assetnum,
java.lang.String siteid) |
InventoryRemote |
addToStore(java.lang.String store) |
InventoryRemote |
addToStore(java.lang.String store,
java.lang.String category) |
InventoryRemote |
addToStore(java.lang.String store,
java.lang.String category,
boolean validateLocationLater) |
void |
applyIAS(MboRemote applyToMbo) |
void |
autoKeyItemnum() |
void |
canAddKitToStore() |
void |
canModifyKitStructure() |
boolean |
canSparePartAutoAdd() |
MboSetRemote |
changeCapitalizedStatus(boolean capitalized) |
void |
changeCapitalizedStatus(boolean capitalized,
java.lang.String capitalacc,
java.lang.String memo) |
void |
changeStatus(java.lang.String status,
boolean rolldown,
java.util.Date date,
java.lang.String memo,
long accessModifier) |
boolean |
checkAssetExists() |
boolean |
checkCIExists() |
boolean |
checkContractExists() |
boolean |
checkInvBalancesExists() |
boolean |
checkJPExists() |
boolean |
checkMRExists() |
boolean |
checkPOExists() |
boolean |
checkPRExists() |
boolean |
checkWOExists() |
void |
clearClassification() |
MboSetRemote |
createItemSpecSet() |
MboRemote |
createNewDepreciation() |
void |
createTopItemStruct() |
MboRemote |
duplicate() |
MboSetRemote |
generateItemSpec() |
java.lang.String |
getDefaultBin() |
java.lang.String |
getInternalItemType() |
MboRemote |
getOneHundredPercent() |
java.lang.String |
getThisComponentsDefaultBin() |
java.lang.String |
getThisComponentsKit() |
boolean |
isCapitalized() |
boolean |
isConditionEnabled() |
boolean |
isKit() |
boolean |
isLotted() |
void |
isNewKitComponentUniqueToSet(Mbo newKitItemStruct) |
boolean |
isObsolete() |
boolean |
isPendobs() |
boolean |
isPlanning() |
boolean |
isRotating() |
void |
processItemSpecSet() |
boolean |
removeSpecialOrderItems(java.util.Vector storeLoc) |
void |
setLotTypeReadOnly(boolean state) |
void |
setThisComponentsKitAndDefaultBin(java.lang.String kitNum,
java.lang.String defaultBin) |
boolean |
sparePartExists(java.lang.String assetnum,
java.lang.String siteid) |
void |
toggleRotating() |
void |
updateDesc() |
void |
updateRelatedObjects(java.lang.String newStatus,
java.util.Date date,
java.lang.String memo) |
void |
validateChangeStatus(java.lang.String status,
boolean rolldown,
java.util.Date date,
java.lang.String memo) |
void |
validateDepreciation() |
canChangeMaxStatus, canChangeStatus, canChangeStatus, canDeleteAttachedDocs, changeMaxStatus, changeMaxStatus, changeStatus, changeStatus, changeStatus, checkForOpenStatus, getInternalStatus, getOnListTab, getOverridePVStatusException, getStatusChangeButtonSigoption, getStatusList, getStatusListName, getTargetStatusOption, getValidStatusList, setOnListTab, setOverridePVStatusException, setStatusChangeButtonSigoption, setTargetStatusOption
add, addMboSetForRequiredCheck, addToDeleteForInsertList, blindCopy, checkMethodAccess, clear, copy, copy, copy, copyFake, copyValue, copyValue, createComm, delete, delete, evaluateCondition, evaluateCtrlConditions, evaluateCtrlConditions, excludeObjectForPropagate, generateAutoKey, getBoolean, getByte, getBytes, getCommLogOwnerNameAndUniqueId, getDatabaseValue, getDate, getDeleteForInsertList, getDocLinksCount, getDomainIDs, getDouble, getExistingMboSet, getFlags, getFloat, getIgnoreLockCheck, getInitialValue, getInsertCompanySetId, getInsertItemSetId, getInsertOrganization, getInsertSite, getInt, getKeyValue, getLinesRelationship, getList, getLockedByDisplayName, getLong, getMatchingAttr, getMatchingAttr, getMatchingAttrs, getMaxMessage, getMboData, getMboDataSet, getMboInitialValue, getMboList, getMboSet, getMboSet, getMboSet, getMboValueData, getMboValueData, getMboValueData, getMboValueDataForDownload, getMboValueInfoStatic, getMboValueInfoStatic, getMessage, getMessage, getMessage, getMessage, getMXTransaction, getName, getOrgForGL, getOrgSiteForMaxvar, getOwner, getPropagateKeyFlag, getRecordIdentifer, getSiteOrg, getString, getString, getStringInBaseLanguage, getStringInSpecificLocale, getStringTransparent, getThisMboSet, getUniqueIDName, getUniqueIDValue, getUserInfo, getUserName, hasHierarchyLink, hasLockSaveRights, isAutoKeyed, isBasedOn, isFlagSet, isForDM, isLocked, isLocked, isMasterTenant, isMboLockedByMe, isModified, isModified, isNew, isNull, isOptionGranted, isSelected, isZombie, lock, propagateKeyValue, rollbackToCheckpoint, select, setApplicationError, setApplicationRequired, setAutokeyFields, setCopyDefaults, setDeleted, setESigFieldModified, setFieldFlag, setFieldFlag, setFieldFlag, setFieldFlag, setFieldFlag, setFieldFlag, setFieldFlags, setFlag, setFlag, setFlags, setForDM, setIgnoreRecordLockCheck, setMLValue, setModified, setNewMbo, setPropagateKeyFlag, setPropagateKeyFlag, setReferencedMbo, setReferencedMbo, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValueNull, setValueNull, sigopGranted, sigopGranted, sigopGranted, sigOptionAccessAuthorized, smartFill, smartFind, smartFind, smartFindByObjectName, smartFindByObjectName, smartFindByObjectNameDirect, startCheckpoint, thisToBeUpdated, toBeAdded, toBeDeleted, toBeSaved, toBeUpdated, toBeValidated, undelete, unlock, unselect, validate, validateAttributes
void toggleRotating() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
Item.toggleRotating()
boolean isLotted() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
Item.isLotted()
boolean isConditionEnabled() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
Item.isConditionEnabled()
boolean isRotating() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
Item.isRotating()
boolean isKit() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
Item.isKit()
boolean isCapitalized() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
Item.isCapitalized()
InventoryRemote addToStore(java.lang.String store, java.lang.String category, boolean validateLocationLater) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
Item.addToStore(String store,String category,boolean validateLocationLater)
InventoryRemote addToStore(java.lang.String store, java.lang.String category) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
Item.addToStore(String store,String category)
InventoryRemote addToStore(java.lang.String store) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
Item.addToStore(String store)
void autoKeyItemnum() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
Item.autoKeyItemnum()
java.lang.String getDefaultBin() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
Item.getDefaultBin()
boolean canSparePartAutoAdd() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
Item.canSparePartAutoAdd()
boolean sparePartExists(java.lang.String assetnum, java.lang.String siteid) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
Item.sparePartExists(String assetnum, String siteid)
MboRemote addSparePart(java.lang.String assetnum, java.lang.String siteid) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
Item.addSparePart(String assetnum, String siteid)
void applyIAS(MboRemote applyToMbo) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
Item.applyIAS(MboRemote applyToMbo)
MboSetRemote createItemSpecSet() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
Item.createItemSpecSet()
MboSetRemote changeCapitalizedStatus(boolean capitalized) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
Item.changeCapitalizedStatus(boolean capitalized)
void changeCapitalizedStatus(boolean capitalized, java.lang.String capitalacc, java.lang.String memo) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
Item.changeCapitalizedStatus(boolean capitalized, String capitalacc, String memo)
void updateDesc() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
Item.updateDesc()
MboSetRemote generateItemSpec() throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
Item.generateItemSpec()
boolean removeSpecialOrderItems(java.util.Vector storeLoc) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
Item.removeSpecialOrderItems(Vector storeLoc)
MboRemote duplicate() throws MXException, java.rmi.RemoteException
duplicate
in interface MboRemote
MXException
java.rmi.RemoteException
Item.duplicate()
void createTopItemStruct() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
MboRemote getOneHundredPercent() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
Item.getOneHundredPercent()
void clearClassification() throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
Item.clearClassification()
void setThisComponentsKitAndDefaultBin(java.lang.String kitNum, java.lang.String defaultBin) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
Item.setThisComponentsKitAndDefaultBin(String kitNum,String defaultBin)
java.lang.String getThisComponentsKit() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
Item.getThisComponentsKit()
java.lang.String getThisComponentsDefaultBin() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
Item.getThisComponentsDefaultBin()
java.lang.String getInternalItemType() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
Item.getInternalItemType()
void canAddKitToStore() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
Item.canAddKitToStore()
void canModifyKitStructure() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
Item.canModifyKitStructure()
void isNewKitComponentUniqueToSet(Mbo newKitItemStruct) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
Item.isNewKitComponentUniqueToSet(Mbo newKitItemStruct)
void setLotTypeReadOnly(boolean state) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
Item.setLotTypeReadOnly(boolean state)
boolean checkWOExists() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
psdi.app.item.Item#checkWorkOrder()
boolean checkJPExists() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
psdi.app.item.Item#checkJobPlan()
boolean checkMRExists() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
psdi.app.item.Item#checkMR()
boolean checkPRExists() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
psdi.app.item.Item#checkPR()
boolean checkPOExists() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
psdi.app.item.Item#checkPO()
boolean checkInvBalancesExists() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
psdi.app.item.Item#checkInvBalances()
boolean checkAssetExists() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
psdi.app.item.Item#checkAsset()
void changeStatus(java.lang.String status, boolean rolldown, java.util.Date date, java.lang.String memo, long accessModifier) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
Item.changeStatus(String status, Date date, String memo, long accessModifier)
boolean isPendobs() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
Item.isPendobs()
boolean isObsolete() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
psdi.app.item.Item#Obsolete()
boolean isPlanning() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
psdi.app.item.Item#Planning()
void updateRelatedObjects(java.lang.String newStatus, java.util.Date date, java.lang.String memo) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
Item.updateRelatedObjects(String newStatus, Date date, String memo)
boolean checkContractExists() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
psdi.app.item.Item#checkContracExists()
boolean checkCIExists() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
Item.checkCIExists()
void validateChangeStatus(java.lang.String status, boolean rolldown, java.util.Date date, java.lang.String memo) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
Item.validateChangeStatus(String status, boolean rolldown, Date date, String memo)
void processItemSpecSet() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
Item.processItemSpecSet()
MboRemote createNewDepreciation() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void validateDepreciation() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException