Package | Description |
---|---|
fr.paris.lutece.portal.business.role |
Modifier and Type | Method and Description |
---|---|
static Role |
RoleHome.create(Role role)
Creation of an instance of a mode
|
static Role |
RoleHome.findByPrimaryKey(String strRole)
Returns an instance of an role whose identifier is specified in parameter
|
Role |
RoleDAO.load(String strRole)
load the data of Role from the table
|
Role |
IRoleDAO.load(String strRole)
load the data of Role from the table
|
static Role |
RoleHome.update(Role role)
Update of the mode which is specified
|
Modifier and Type | Method and Description |
---|---|
static Collection<Role> |
RoleHome.findAll()
Returns the roles list
|
Collection<Role> |
RoleDAO.selectAll()
Load the list of roles
|
Collection<Role> |
IRoleDAO.selectAll()
Load the list of roles
|
Modifier and Type | Method and Description |
---|---|
static Role |
RoleHome.create(Role role)
Creation of an instance of a mode
|
void |
RoleDAO.insert(Role role)
Insert a new record in the table.
|
void |
IRoleDAO.insert(Role role)
Insert a new record in the table.
|
void |
RoleDAO.store(Role role)
Update the record in the table
|
void |
IRoleDAO.store(Role role)
Update the record in the table
|
static Role |
RoleHome.update(Role role)
Update of the mode which is specified
|
Copyright © 2020 City of Paris. All rights reserved.