|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBIObjectParameterDAO
Defines the interfaces for all methods needed to insert, modify and deleting a BI Object Parameter.
Method Summary | |
---|---|
void |
eraseBIObjectParameter(BIObjectParameter aBIObjectParameter)
Implements the query to erase a BIObjectParameter. |
boolean |
hasObjParameters(java.lang.String parId)
Controls if a BI object parameter has one or more parameters associated. |
void |
insertBIObjectParameter(BIObjectParameter aBIObjectParameter)
Implements the query to insert a BI Object Parameter. |
java.util.List |
loadBIObjectParametersById(java.lang.Integer biObjectID)
Returns the list of all BIObject parameters associated to a BIObject ,
known its biObjectID>/code> |
BIObjectParameter |
loadForDetailByObjParId(java.lang.Integer objParId)
Loads all detail information for a BI Object Parameter identified by its objParId . |
void |
modifyBIObjectParameter(BIObjectParameter aBIObjectParameter)
Implements the query to modify a BI Object parameter. |
Method Detail |
---|
BIObjectParameter loadForDetailByObjParId(java.lang.Integer objParId) throws EMFUserError
objParId
.
All these information, achived by a query to the DB, are stored into a
BIObjectParameter
object, which is returned.
objParId
- The id for the BI object parameter to load
BIObjectParameter
object containing all loaded information
EMFUserError
- If an Exception occurredvoid modifyBIObjectParameter(BIObjectParameter aBIObjectParameter) throws EMFUserError
BIObjectParameter
object.
aBIObjectParameter
- The object containing all modify information
EMFUserError
- If an Exception occurredvoid insertBIObjectParameter(BIObjectParameter aBIObjectParameter) throws EMFUserError
BIObjectParameter
object.
aBIObjectParameter
- The object containing all insert information
EMFUserError
- If an Exception occurredvoid eraseBIObjectParameter(BIObjectParameter aBIObjectParameter) throws EMFUserError
aBIObjectParameter
object.
aBIObjectParameter
- The object containing all delete information
EMFUserError
- If an Exception occurredboolean hasObjParameters(java.lang.String parId) throws EMFUserError
parId
- The BI object Parameter id
EMFUserError
- If an Exception occurredjava.util.List loadBIObjectParametersById(java.lang.Integer biObjectID) throws EMFUserError
BIObject
,
known its biObjectID>/code>
- Parameters:
biObjectID
- The input BI object id code
- Returns:
- The list of all BI Object Parameters associated
- Throws:
EMFUserError
- If any exception occurred
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |