|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IModalitiesValueDAO
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 |
---|
ModalitiesValue loadModalitiesValueByID(java.lang.Integer modalitiesValueID) throws it.eng.spago.error.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
it.eng.spago.error.EMFUserError
- If an Exception occurredModalitiesValue loadModalitiesValueByLabel(java.lang.String label) throws it.eng.spago.error.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
it.eng.spago.error.EMFUserError
- If an Exception occurredjava.util.List loadAllModalitiesValue() throws it.eng.spago.error.EMFUserError
ModalitiesValue
objects, which is
returned.
it.eng.spago.error.EMFUserError
- If an exception occursvoid modifyModalitiesValue(ModalitiesValue aModalitiesValue) throws it.eng.spago.error.EMFUserError
ModalitiesValue
object.
aModalitiesValue
- the a modalities value
it.eng.spago.error.EMFUserError
- If an Exception occurredvoid insertModalitiesValue(ModalitiesValue aModalitiesValue) throws it.eng.spago.error.EMFUserError
ModalitiesValue
object.
aModalitiesValue
- The object containing all insert information
it.eng.spago.error.EMFUserError
- If an Exception occurredvoid eraseModalitiesValue(ModalitiesValue aModalitiesValue) throws it.eng.spago.error.EMFUserError
ModalitiesValue
object.
aModalitiesValue
- The object containing all delete information
it.eng.spago.error.EMFUserError
- If an Exception occurredjava.util.List loadAllModalitiesValueOrderByCode() throws it.eng.spago.error.EMFUserError
ModalitiesValue
object ordered by code.
it.eng.spago.error.EMFUserError
- If an Exception occurredboolean hasParameters(java.lang.String idLov) throws it.eng.spago.error.EMFUserError
idLov
- The value id
it.eng.spago.error.EMFUserError
- If an Exception occurred
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |