|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataSetDAO
Defines the interfaces for all methods needed to insert, modify and deleting an engine.
Method Summary | |
---|---|
void |
eraseDataSet(it.eng.spagobi.tools.dataset.bo.IDataSet aDataSet)
Implements the query to erase a data Set. |
boolean |
hasBIObjAssociated(java.lang.String dsId)
Tells if a data Set is associated to any BI Object. |
void |
insertDataSet(it.eng.spagobi.tools.dataset.bo.IDataSet aDataSet)
Implements the query to insert a data Set. |
java.util.List |
loadAllDataSets()
Loads all detail information for all data Sets. |
it.eng.spagobi.tools.dataset.bo.IDataSet |
loadDataSetByID(java.lang.Integer dsID)
Loads all detail information for a data set identified by its dsID . |
it.eng.spagobi.tools.dataset.bo.IDataSet |
loadDataSetByLabel(java.lang.String label)
Loads all detail information for data Set whose label is equal to label . |
void |
modifyDataSet(it.eng.spagobi.tools.dataset.bo.IDataSet aDataSet)
Implements the query to modify a data Set. |
Method Detail |
---|
it.eng.spagobi.tools.dataset.bo.IDataSet loadDataSetByID(java.lang.Integer dsID) throws it.eng.spago.error.EMFUserError
dsID
.
All these information, achived by a query to the DB, are stored
into a dataset
object, which is returned.
dsID
- The id for the dataset to load
dataset
object containing all loaded information
it.eng.spago.error.EMFUserError
- If an Exception occurredit.eng.spagobi.tools.dataset.bo.IDataSet loadDataSetByLabel(java.lang.String label) throws it.eng.spago.error.EMFUserError
label
.
label
- The label for the data Set to load
dataset
object containing all loaded information
it.eng.spago.error.EMFUserError
- If an Exception occurredjava.util.List loadAllDataSets() throws it.eng.spago.error.EMFUserError
dataset
object. After that, all data Sets
are stored into a List
, which is returned.
it.eng.spago.error.EMFUserError
- If an Exception occurredvoid modifyDataSet(it.eng.spagobi.tools.dataset.bo.IDataSet aDataSet) throws it.eng.spago.error.EMFUserError
dataset
object.
aDataSet
- The object containing all modify information
it.eng.spago.error.EMFUserError
- If an Exception occurredvoid insertDataSet(it.eng.spagobi.tools.dataset.bo.IDataSet aDataSet) throws it.eng.spago.error.EMFUserError
dataset
object.
aDataSet
- The object containing all insert information
it.eng.spago.error.EMFUserError
- If an Exception occurredvoid eraseDataSet(it.eng.spagobi.tools.dataset.bo.IDataSet aDataSet) throws it.eng.spago.error.EMFUserError
dataset
object.
aDataSet
- The object containing all delete information
it.eng.spago.error.EMFUserError
- If an Exception occurredboolean hasBIObjAssociated(java.lang.String dsId) throws it.eng.spago.error.EMFUserError
dsId
- The dataset identifier
it.eng.spago.error.EMFUserError
- If any exception occurred
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |