|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the interfaces for all methods needed to operate with a domain.
Method Summary | |
Domain |
loadDomainByCodeAndValue(java.lang.String codeDomain,
java.lang.String codeValue)
Returns the domain identified by the two input parameters codeDomain
and codeValue , storing it in a Domain object. |
java.util.List |
loadListDomainsByType(java.lang.String domainType)
Loads all possible domain that refer to a given domain type, storing each of them into a Domain and after putting all objects into
a list, which is returned. |
Method Detail |
public java.util.List loadListDomainsByType(java.lang.String domainType) throws EMFUserError
Domain and after putting all objects into
a list, which is returned.
- Parameters:
domainType
- The String identifying the domain type
- Returns:
- The list of all domains
- Throws:
EMFUserError
- If an Exception occurred
public Domain loadDomainByCodeAndValue(java.lang.String codeDomain, java.lang.String codeValue) throws EMFUserError
codeDomain
and codeValue
, storing it in a Domain
object.
codeDomain
- The identifier domain codecodeValue
- The identifier domain value code
Domain
object storing the domain
EMFUserError
- if an Exception occurs
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |