|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the interfaces for all methods needed to insert, modify and deleting a LOV value.
Method Summary | |
void |
eraseModalitiesValue(ModalitiesValue aModalitiesValue)
Implements the query to erase a value. |
boolean |
hasParameters(java.lang.String idLov)
Controls if a value in the predefined LOV is associated or not with a parameter. |
void |
insertModalitiesValue(ModalitiesValue aModalitiesValue)
Implements the query to insert a value. |
java.util.List |
loadAllModalitiesValue()
Loads all detail information for all values . |
java.util.List |
loadAllModalitiesValueOrderByCode()
Select all ModalitiesValue object ordered by code |
ModalitiesValue |
loadModalitiesValueByID(java.lang.Integer modalitiesValueID)
Loads all detail information for an value identified by its modalitiesValueID .
|
ModalitiesValue |
loadModalitiesValueByLabel(java.lang.String label)
Loads all detail information for a lov by its label .
|
void |
modifyModalitiesValue(ModalitiesValue aModalitiesValue)
Implements the query to modify a value. |
Method Detail |
public ModalitiesValue loadModalitiesValueByID(java.lang.Integer modalitiesValueID) throws EMFUserError
modalitiesValueID
.
All these information, achived by a query to the DB, are stored into a ModalitiesValue
object, which is
returned.
modalitiesValueID
- The id for the value to load
ModalitiesValue
object containing all loaded information
EMFUserError
- If an Exception occurredpublic ModalitiesValue loadModalitiesValueByLabel(java.lang.String label) throws EMFUserError
label
.
All these information, achived by a query to the DB, are stored into a ModalitiesValue
object, which is
returned.
label
- The label for the value to load
ModalitiesValue
object containing all loaded information
EMFUserError
- If an Exception occurredpublic java.util.List loadAllModalitiesValue() throws EMFUserError
ModalitiesValue
objects, which is
returned.
EMFUserError
- If an exception occurspublic void modifyModalitiesValue(ModalitiesValue aModalitiesValue) throws EMFUserError
ModalitiesValue
object.
aModalitiesValue
- The object containing all modify information
EMFUserError
- If an Exception occurredpublic void insertModalitiesValue(ModalitiesValue aModalitiesValue) throws EMFUserError
ModalitiesValue
object.
aModalitiesValue
- The object containing all insert information
EMFUserError
- If an Exception occurredpublic void eraseModalitiesValue(ModalitiesValue aModalitiesValue) throws EMFUserError
ModalitiesValue
object.
aModalitiesValue
- The object containing all delete information
EMFUserError
- If an Exception occurredpublic java.util.List loadAllModalitiesValueOrderByCode() throws EMFUserError
ModalitiesValue
object ordered by code
EMFUserError
- If an Exception occurredpublic boolean hasParameters(java.lang.String idLov) throws EMFUserError
idLov
- The value id
EMFUserError
- If an Exception occurred
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |