public class PlusCFldSpecNumValue extends MAXTableDomain
ISNOTNULL, ISNULL
lastSignature
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 |
---|
PlusCFldSpecNumValue(MboValue mbv) |
Modifier and Type | Method and Description |
---|---|
MboSetRemote |
getList()
12-14130/IV26078: porting FldSpecificationALNValue code - to display only numdomain with the domainid
Return the value list from NUMDOMAINVALUE for the domainid if it exists else return an empty set.
|
void |
initValue()
IJ28853: override the scale of the numvalue which is scale 10, length 30.
|
int |
numberOfDecialPlaces()
IJ28853:return the number of decimal places based on the double value entered.
|
void |
overrideScale()
IJ28853:The scale for numvalue is 10 out of box.
|
java.lang.Number |
parseStringAsNumber(java.lang.String val)
IJ28853: Takesa String and parse it into a Number
|
void |
validate()
Validate that the MboSet returned used using either the relationship, or the where clause is
not empty.
|
action, addConditionalListWhere, addToLookupMapCache, chooseActualDomainValues, clearConditionalListWhere, evalConditionalWhere, getListCriteria, getMatchingAttr, getMatchingAttr, getMatchingAttrs, getMboSet, getMboSet, getMboSet, hasList, setAllAttrsNullable, setErrorMessage, setKeyMap, setListCriteria, setListOrderBy, setLookupKeyMapInOrder, setLookupKeyMapInOrder, setMultiKeyWhereForLookup, setNotAllowNullAttrs, setRelationship, setValueFromLookup, setValueFromLookup, smartFill, smartFillWithoutReset, smartFind, smartFind, smartFindWithoutReset
getConditionalValWhere, getConditionResult, getDomainId, getDomainInfo, resetConditionValueFilter, resetDomainValues, setConditionalValWhere, setDomainId
getAppLink, getIntegrationService, getLookupName, getMboValue, getMboValue, getTranslator, getType, init, setType
public PlusCFldSpecNumValue(MboValue mbv)
public void validate() throws MXException, java.rmi.RemoteException
MAXTableDomain
validate
in interface MboValueListener
validate
in class MAXTableDomain
MXException
java.rmi.RemoteException
public MboSetRemote getList() throws MXException, java.rmi.RemoteException
getList
in interface MboValueListener
getList
in class MAXTableDomain
MXException
java.rmi.RemoteException
public void initValue() throws MXException, java.rmi.RemoteException
initValue
in interface MboValueListener
initValue
in class MboValueAdapter
MXException
java.rmi.RemoteException
public void overrideScale() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
public int numberOfDecialPlaces() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
public java.lang.Number parseStringAsNumber(java.lang.String val) throws MXException
val
- MXException