|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Role | |
---|---|
fr.paris.lutece.portal.business.role |
Uses of Role in fr.paris.lutece.portal.business.role |
---|
Methods in fr.paris.lutece.portal.business.role that return Role | |
---|---|
static Role |
RoleHome.create(Role role)
Creation of an instance of a mode |
static Role |
RoleHome.findByPrimaryKey(java.lang.String strRole)
Returns an instance of an role whose identifier is specified in parameter |
Role |
RoleDAO.load(java.lang.String strRole)
load the data of Role from the table |
Role |
IRoleDAO.load(java.lang.String strRole)
load the data of Role from the table |
static Role |
RoleHome.update(Role role)
Update of the mode which is specified |
Methods in fr.paris.lutece.portal.business.role that return types with arguments of type Role | |
---|---|
static java.util.Collection<Role> |
RoleHome.findAll()
Returns the roles list |
java.util.Collection<Role> |
RoleDAO.selectAll()
Load the list of roles |
java.util.Collection<Role> |
IRoleDAO.selectAll()
Load the list of roles |
Methods in fr.paris.lutece.portal.business.role with parameters of type Role | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |