public class FldKitQuantity extends MboValueAdapter
mboValue
TYPE_DOMAIN, TYPE_FIELDCLASS, TYPE_KEY, TYPE_UNKNOWN
ALLROWS, CHANGEDBY_USER, COUNT_ADDITIONS, COUNT_AFTERSAVE, COUNT_DATABASE, COUNT_DELETED, COUNT_EXISTING, DBCONFIG, DELAYVALIDATION, DELAYVALIDATIONONLY, DISCARDABLE, GOTCOMPLETEWHERE, HIDDEN, NO_RELATEDMBOS_OF_OWNERSCHILDREN_FETCH, NOACCESSCHECK, NOACTION, NOADD, NOCOMMIT, NODELETE, NONE, NOOVERWRITE, NOSAVE, NOSETVALUE, NOUPDATE, NOVALIDATION, NOVALIDATION_AND_NOACTION, NOVALIDATION_AND_NOACTION_ALLOWCROSSOVER, READONLY, REBUILD, REQUIRED, SAMEVALUEVALIDATION, SETBYPARENT, USER
Constructor and Description |
---|
FldKitQuantity(MboValue mbv) |
Modifier and Type | Method and Description |
---|---|
void |
action()
update the quantities of each kit component required as the
user changes the quantity of kits to create.
|
void |
validate()
quantity can not be 0, and quantity cannot exceed
the possible quantity.
|
getAppLink, getIntegrationService, getList, getLookupName, getMatchingAttr, getMatchingAttr, getMboValue, getMboValue, getType, hasList, init, initValue, setType, setValueFromLookup, smartFill, smartFind, smartFind
public FldKitQuantity(MboValue mbv) throws MXException
MXException
public void validate() throws MXException, java.rmi.RemoteException
validate
in interface MboValueListener
validate
in class MboValueAdapter
MXApplicationException("inventory","notLessThanOrEqualZero")
- when Kit.Quantity
is not greater than zero.MXApplicationException("inventory","kitMakeQtyNotMoreThanPossibleQty")
- when assembling
one or more kits, and the Kit.Quantity exceeds the PossibleQuantityMXApplicationException("inventory","kitBreakQtyNotMoreThanCurBal")
- when disassembling
one or more kits, and the Kit.Quantity exceeds the Kit.CurBal.MXException
java.rmi.RemoteException
Kit.getKitAction()
public void action() throws MXException, java.rmi.RemoteException
action
in interface MboValueListener
action
in class MboValueAdapter
MXException
java.rmi.RemoteException