public class PlusCFldSpecNumValue extends MAXTableDomain
ISNOTNULL, ISNULLlastSignaturemboValueTYPE_DOMAIN, TYPE_FIELDCLASS, TYPE_KEY, TYPE_UNKNOWNALLROWS, 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, smartFindWithoutResetgetConditionalValWhere, getConditionResult, getDomainId, getDomainInfo, resetConditionValueFilter, resetDomainValues, setConditionalValWhere, setDomainIdgetAppLink, getIntegrationService, getLookupName, getMboValue, getMboValue, getTranslator, getType, init, setTypepublic PlusCFldSpecNumValue(MboValue mbv)
public void validate()
throws MXException,
java.rmi.RemoteException
MAXTableDomainvalidate in interface MboValueListenervalidate in class MAXTableDomainMXExceptionjava.rmi.RemoteExceptionpublic MboSetRemote getList() throws MXException, java.rmi.RemoteException
getList in interface MboValueListenergetList in class MAXTableDomainMXExceptionjava.rmi.RemoteExceptionpublic void initValue()
throws MXException,
java.rmi.RemoteException
initValue in interface MboValueListenerinitValue in class MboValueAdapterMXExceptionjava.rmi.RemoteExceptionpublic void overrideScale()
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionpublic int numberOfDecialPlaces()
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionpublic java.lang.Number parseStringAsNumber(java.lang.String val)
throws MXException
val - MXException