|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISnapshotDAO
Method Summary | |
---|---|
void |
deleteSnapshot(java.lang.Integer idSnap)
Delete a snapshot. |
java.util.List |
getSnapshots(java.lang.Integer idBIObj)
Gets the list of the snapshot details that are children of a biobject. |
Snapshot |
loadSnapshot(java.lang.Integer idSnap)
Load a snapshot. |
void |
saveSnapshot(byte[] content,
java.lang.Integer idBIObj,
java.lang.String name,
java.lang.String description)
Save a snapshot of the object. |
Methods inherited from interface it.eng.spagobi.commons.dao.ISpagoBIDao |
---|
getUserProfile, setTenant, setUserID, setUserProfile |
Method Detail |
---|
void saveSnapshot(byte[] content, java.lang.Integer idBIObj, java.lang.String name, java.lang.String description) throws it.eng.spago.error.EMFUserError
content
- byte array containing the content of the snapshotidBIObj
- the id of the biobject parentname
- the name of the new subobjectdescription
- the description of the new subobject
it.eng.spago.error.EMFUserError
- the EMF user errorjava.util.List getSnapshots(java.lang.Integer idBIObj) throws it.eng.spago.error.EMFUserError
idBIObj
- the id of the biobject parent
it.eng.spago.error.EMFUserError
- the EMF user errorvoid deleteSnapshot(java.lang.Integer idSnap) throws it.eng.spago.error.EMFUserError
idSnap
- the id of the snapshot
it.eng.spago.error.EMFUserError
- the EMF user errorSnapshot loadSnapshot(java.lang.Integer idSnap) throws it.eng.spago.error.EMFUserError
idSnap
- the id of the snapshot
it.eng.spago.error.EMFUserError
- the EMF user error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |