|
|||||||||||
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 a low functionality.
Method Summary | |
void |
eraseLowFunctionality(LowFunctionality aLowFunctionality,
it.eng.spago.security.IEngUserProfile profile)
Implements the query to erase a low functionality. |
java.lang.Integer |
existByCode(java.lang.String code)
Control if exist a functionality with the given code |
boolean |
hasChild(java.lang.String path)
Control if the functionality with the given path has childs |
void |
insertLowFunctionality(LowFunctionality aLowFunctionality,
it.eng.spago.security.IEngUserProfile profile)
Implements the query to insert a low functionality. |
LowFunctionality |
loadLowFunctionalityByID(java.lang.Integer functionalityID)
Loads all information for a low functionality identified by its functionalityID . |
LowFunctionality |
loadLowFunctionalityByPath(java.lang.String functionalityPath)
Loads all information for a low functionality identified by its functionalityPath . |
void |
modifyLowFunctionality(LowFunctionality aLowFunctionality)
Implements the query to modify a low functionality. |
Method Detail |
public LowFunctionality loadLowFunctionalityByID(java.lang.Integer functionalityID) throws EMFUserError
functionalityID
. All these information, are stored into a
LowFunctionality
object, which is
returned.
functionalityID
- The id for the low functionality to load
LowFunctionality
object containing all loaded information
EMFUserError
- If an Exception occurredpublic LowFunctionality loadLowFunctionalityByPath(java.lang.String functionalityPath) throws EMFUserError
functionalityPath
. All these information, are stored into a
LowFunctionality
object, which is
returned.
functionalityPath
- The path for the low functionality to load
LowFunctionality
object containing all loaded information
EMFUserError
- If an Exception occurredpublic void modifyLowFunctionality(LowFunctionality aLowFunctionality) throws EMFUserError
LowFunctionality
object.
aLowFunctionality
- The object containing all modify information
EMFUserError
- If an Exception occurredpublic void insertLowFunctionality(LowFunctionality aLowFunctionality, it.eng.spago.security.IEngUserProfile profile) throws EMFUserError
LowFunctionality
object.
aLowFunctionality
- The object containing all insert information
EMFUserError
- If an Exception occurredpublic void eraseLowFunctionality(LowFunctionality aLowFunctionality, it.eng.spago.security.IEngUserProfile profile) throws EMFUserError
LowFunctionality
object.
aLowFunctionality
- The object containing all erase information
EMFUserError
- If an Exception occurredpublic java.lang.Integer existByCode(java.lang.String code) throws EMFUserError
code
- The code of the functionality
EMFUserError
public boolean hasChild(java.lang.String path) throws EMFUserError
path
- String path of the functionality
EMFUserError
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |