|
|||||||||||
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 role
Method Summary | |
void |
eraseRole(Role aRole)
Implements the query to erase a role. |
void |
insertRole(Role aRole)
Implements the query to insert a role. |
java.util.List |
loadAllFreeRolesForDetail(java.lang.Integer parUseID)
Gets all free roles for detail. |
java.util.List |
loadAllFreeRolesForInsert(java.lang.Integer parameterID)
Gets all free roles for Insert. |
java.util.List |
loadAllRoles()
Loads all detail information for all roles. |
Role |
loadByID(java.lang.Integer roleID)
Loads a role identified by its roleID . |
Role |
loadByName(java.lang.String roleName)
Loads a role identified by its roleName . |
void |
modifyRole(Role aRole)
Implements the query to modify a role. |
Method Detail |
public Role loadByID(java.lang.Integer roleID) throws EMFUserError
roleID
. All these information, are stored into a
Role
object, which is
returned.
roleID
- The id for the role to load
Role
object containing all loaded information
EMFUserError
- If an Exception occurredpublic Role loadByName(java.lang.String roleName) throws EMFUserError
roleName
. All these information, are stored into a
Role
object, which is
returned.
roleName
- The name for the role to load
Role
object containing all loaded information
EMFUserError
- If an Exception occurredpublic java.util.List loadAllRoles() throws EMFUserError
Role
object. After that,
all roles are stored into a List
, which is returned.
EMFUserError
- If an Exception occurredpublic void insertRole(Role aRole) throws EMFUserError
Role
object.
aRole
- The object containing all insert information
EMFUserError
- If an Exception occurredpublic void eraseRole(Role aRole) throws EMFUserError
Role
object.
aRole
- The object containing all delete information
EMFUserError
- If an Exception occurredpublic void modifyRole(Role aRole) throws EMFUserError
Role
object.
aRole
- The object containing all modify information
EMFUserError
- If an Exception occurredpublic java.util.List loadAllFreeRolesForInsert(java.lang.Integer parameterID) throws EMFUserError
parameterID
- The parameter id
EMFUserError
public java.util.List loadAllFreeRolesForDetail(java.lang.Integer parUseID) throws EMFUserError
parUseID
- The parameter use mode id
EMFUserError
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |