|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the interfaces for all methods needed to insert, modify and deleting an engine.
Method Summary | |
void |
eraseEngine(Engine aEngine)
Implements the query to erase an engine. |
boolean |
hasBIObjAssociated(java.lang.String engineId)
Tells if an engine is associated to any BI Object. |
void |
insertEngine(Engine aEngine)
Implements the query to insert an engine. |
java.util.List |
loadAllEngines()
Loads all detail information for all engines. |
Engine |
loadEngineByID(java.lang.Integer engineID)
Loads all detail information for an engine identified by its engineID . |
void |
modifyEngine(Engine aEngine)
Implements the query to modify an engine. |
Method Detail |
public Engine loadEngineByID(java.lang.Integer engineID) throws EMFUserError
engineID
. All these information,
achived by a query to the DB, are stored into an engine
object, which is
returned.
engineID
- The id for the engine to load
engine
object containing all loaded information
EMFUserError
- If an Exception occurredpublic java.util.List loadAllEngines() throws EMFUserError
engine
object. After that, all engines
are stored into a List
, which is returned.
EMFUserError
- If an Exception occurredpublic void modifyEngine(Engine aEngine) throws EMFUserError
engine
object.
aEngine
- The object containing all modify information
EMFUserError
- If an Exception occurredpublic void insertEngine(Engine aEngine) throws EMFUserError
engine
object.
aEngine
- The object containing all insert information
EMFUserError
- If an Exception occurredpublic void eraseEngine(Engine aEngine) throws EMFUserError
engine
object.
aEngine
- The object containing all delete information
EMFUserError
- If an Exception occurredpublic boolean hasBIObjAssociated(java.lang.String engineId) throws EMFUserError
engineId
- The engine identifier
EMFUserError
- If any exception occurred
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |