|
||||||||||
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,
boolean alsoDependencies)
Implements the query to erase a BIObjectParameter. |
void |
eraseBIObjectParameterDependencies(BIObjectParameter aBIObjectParameter,
org.hibernate.Session aSession)
erase alld ependencies of a given object parameterr |
java.util.List |
getDocumentLabelsListUsingParameter(java.lang.Integer parId)
Returns the labels list of document using the parameter identified by the id at input. |
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>. |
SbiObjPar |
loadById(java.lang.Integer id)
Loads all detail information for a BI Object Parameter identified by its objParId . |
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. |
Methods inherited from interface it.eng.spagobi.commons.dao.ISpagoBIDao |
---|
getUserProfile, setUserID, setUserProfile |
Method Detail |
---|
SbiObjPar loadById(java.lang.Integer id) throws it.eng.spago.error.EMFUserError
objParId
.
All these information, achived by a query to the DB, are stored into a
SbiObjPar
object, which is returned.
id
- The id for the BI object parameter to load
SbiObjPar
object containing all loaded information
it.eng.spago.error.EMFUserError
- If an Exception occurredBIObjectParameter loadForDetailByObjParId(java.lang.Integer objParId) throws it.eng.spago.error.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
it.eng.spago.error.EMFUserError
- If an Exception occurredvoid modifyBIObjectParameter(BIObjectParameter aBIObjectParameter) throws it.eng.spago.error.EMFUserError
BIObjectParameter
object.
aBIObjectParameter
- The object containing all modify information
it.eng.spago.error.EMFUserError
- If an Exception occurredvoid insertBIObjectParameter(BIObjectParameter aBIObjectParameter) throws it.eng.spago.error.EMFUserError
BIObjectParameter
object.
aBIObjectParameter
- The object containing all insert information
it.eng.spago.error.EMFUserError
- If an Exception occurredvoid eraseBIObjectParameter(BIObjectParameter aBIObjectParameter, boolean alsoDependencies) throws it.eng.spago.error.EMFUserError
aBIObjectParameter
object.
aBIObjectParameter
- The object containing all delete information
it.eng.spago.error.EMFUserError
- If an Exception occurredjava.util.List getDocumentLabelsListUsingParameter(java.lang.Integer parId) throws it.eng.spago.error.EMFUserError
parId
- The BI object Parameter id
it.eng.spago.error.EMFUserError
- If an Exception occurredjava.util.List loadBIObjectParametersById(java.lang.Integer biObjectID) throws it.eng.spago.error.EMFUserError
BIObject
,
known its biObjectID>/code>.
- Parameters:
biObjectID
- The input BI object id code
- Returns:
- The list of all BI Object Parameters associated
- Throws:
it.eng.spago.error.EMFUserError
- If any exception occurred
void eraseBIObjectParameterDependencies(BIObjectParameter aBIObjectParameter, org.hibernate.Session aSession) throws it.eng.spago.error.EMFUserError
aBIObjectParameter
- aSession
-
it.eng.spago.error.EMFUserError
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |