|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mdm.index.edm.services.configuration.ValidationService
Perform validations
Field Summary | |
static java.lang.String |
CONFIG_MODULE_AUDIT_FUNCTION
constant |
static java.lang.String |
CONFIG_MODULE_FUNCTION
constant |
static java.lang.String |
CONFIG_MODULE_RESOLVETYPE
constant |
static java.lang.String |
CONFIG_MODULE_SYSTEM
constant |
(package private) static java.lang.String |
currentModule
|
(package private) static ValidationService |
instance
|
(package private) static java.util.HashMap |
sysmap
|
(package private) static java.util.Map |
usercodemap
|
(package private) static java.util.HashMap |
vmmap
|
Constructor Summary | |
(package private) |
ValidationService()
|
Method Summary | |
java.lang.String |
getDescription(java.lang.String valueListName,
java.lang.String code)
|
java.lang.String |
getInputMask(java.lang.String systemCode)
|
static ValidationService |
getInstance()
|
java.lang.String |
getSystemDescription(java.lang.String systemCode)
Retrieves the system definition given the system code |
java.lang.String[][] |
getSystemInputMasks()
|
java.lang.String |
getUserCodeDescription(java.lang.String module,
java.lang.String code)
|
java.lang.String |
getUserCodeInputMask(java.lang.String module,
java.lang.String code)
|
java.lang.String[][] |
getUserCodeInputMasks(java.lang.String module)
|
int |
getUserCodeValueCount(java.lang.String module)
|
PullDownListItem[] |
getUserCodeValueItems(java.lang.String module)
|
java.lang.String |
getUserCodeValueMask(java.lang.String module,
java.lang.String code)
|
int |
getValueCount(java.lang.String valueListName)
|
PullDownListItem[] |
getValueItems(java.lang.String valueListName)
|
java.lang.String |
getValueMask(java.lang.String systemCode)
|
static void |
init()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String CONFIG_MODULE_AUDIT_FUNCTION
public static final java.lang.String CONFIG_MODULE_FUNCTION
public static final java.lang.String CONFIG_MODULE_RESOLVETYPE
public static final java.lang.String CONFIG_MODULE_SYSTEM
static java.lang.String currentModule
static ValidationService instance
static java.util.HashMap sysmap
static java.util.Map usercodemap
static java.util.HashMap vmmap
Constructor Detail |
ValidationService()
Method Detail |
public java.lang.String getDescription(java.lang.String valueListName, java.lang.String code)
valueListName
- the name of the listcode
- the code among the list
public java.lang.String getInputMask(java.lang.String systemCode)
systemCode
- the code of the system
public static ValidationService getInstance()
public java.lang.String getSystemDescription(java.lang.String systemCode)
systemCode
- system code
public java.lang.String[][] getSystemInputMasks()
public java.lang.String getUserCodeDescription(java.lang.String module, java.lang.String code)
code
- the code among the list
public java.lang.String getUserCodeInputMask(java.lang.String module, java.lang.String code)
code
- type of user code
public java.lang.String[][] getUserCodeInputMasks(java.lang.String module)
public int getUserCodeValueCount(java.lang.String module)
module
- name of the list
public PullDownListItem[] getUserCodeValueItems(java.lang.String module)
module
- name of the list
public java.lang.String getUserCodeValueMask(java.lang.String module, java.lang.String code)
code
- the code value
public int getValueCount(java.lang.String valueListName)
valueListName
- the name of the list
public PullDownListItem[] getValueItems(java.lang.String valueListName)
valueListName
- the name of the list
public java.lang.String getValueMask(java.lang.String systemCode)
systemCode
- the code of the system
public static void init() throws java.lang.Exception
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Sun Microsystems, Inc.