|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IViewpointDAO
Defines the interfaces for all methods needed to insert, modify and deleting a viewpoint.
Method Summary | |
---|---|
void |
eraseViewpoint(java.lang.Integer ID)
Implements the query to erase a viewpoint. |
void |
insertViewpoint(Viewpoint viewpoint)
Implements the query to insert a viewpoint. |
java.util.List |
loadAccessibleViewpointsByObjId(java.lang.Integer objId,
it.eng.spago.security.IEngUserProfile userProfile)
Loads all detail information for all viewpoints of a object specified accessibile to the user profile at input. |
java.util.List |
loadAllViewpoints()
Loads all detail information for all viewpoints. |
java.util.List |
loadAllViewpointsByObjID(java.lang.Integer objId)
Loads all detail information for all viewpoints of a object specified. |
Viewpoint |
loadViewpointByID(java.lang.Integer id)
Loads all detail information for a viewpoint identified by its id . |
Viewpoint |
loadViewpointByName(java.lang.String name)
Loads all detail information for a viewpoint identified by its name . |
Method Detail |
---|
java.util.List loadAllViewpoints() throws it.eng.spago.error.EMFUserError
ViewPoint
object. After that,
all value constraints are stored into a List
, which is returned.
it.eng.spago.error.EMFUserError
- If an Exception occurredjava.util.List loadAllViewpointsByObjID(java.lang.Integer objId) throws it.eng.spago.error.EMFUserError
ViewPoint
object. After that,
all value constraints are stored into a List
, which is returned.
objId
- the obj id
it.eng.spago.error.EMFUserError
- If an Exception occurredViewpoint loadViewpointByID(java.lang.Integer id) throws it.eng.spago.error.EMFUserError
id
. All these information are stored into a
Viewpoint
object, which is
returned.
id
- The id for the viewpoint to load
Viewpoint
object containing all loaded information
it.eng.spago.error.EMFUserError
- If an Exception occurredViewpoint loadViewpointByName(java.lang.String name) throws it.eng.spago.error.EMFUserError
name
. All these information are stored into a
Viewpoint
object, which is
returned.
name
- The name for the viewpoint to load
Viewpoint
object containing all loaded information
it.eng.spago.error.EMFUserError
- If an Exception occurredvoid eraseViewpoint(java.lang.Integer ID) throws it.eng.spago.error.EMFUserError
Viewpoint
object.
ID
- The identifier of viewpoint
it.eng.spago.error.EMFUserError
- If an Exception occurredvoid insertViewpoint(Viewpoint viewpoint) throws it.eng.spago.error.EMFUserError
Viewpoint
object.
viewpoint
- the viewpoint
it.eng.spago.error.EMFUserError
- If an Exception occurredjava.util.List loadAccessibleViewpointsByObjId(java.lang.Integer objId, it.eng.spago.security.IEngUserProfile userProfile) throws it.eng.spago.error.EMFUserError
ViewPoint
object. After that, all value constraints are stored into a List
, which is returned.
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 |