public interface IAttributeRightDAO
Modifier and Type | Method and Description |
---|---|
Map<String,AttributeApplicationsRight> |
getAttributeApplicationsRight(fr.paris.lutece.portal.service.plugin.Plugin plugin) |
void |
insert(AttributeRight attributeRight,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
removeApplicationRights(ClientApplication clientApp,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
remove all rights for provided application
|
List<AttributeRight> |
selectAttributeRights(ClientApplication clientApp,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
retrieve all attributes and its rights for provided application
|
void |
store(AttributeRight attributeRight,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
static final String BEAN_NAME
void insert(AttributeRight attributeRight, fr.paris.lutece.portal.service.plugin.Plugin plugin)
attributeRight
- instance of the AttributeRight object to insertplugin
- the Pluginvoid store(AttributeRight attributeRight, fr.paris.lutece.portal.service.plugin.Plugin plugin)
attributeRight
- the reference of the AttributeRightplugin
- the PluginList<AttributeRight> selectAttributeRights(ClientApplication clientApp, fr.paris.lutece.portal.service.plugin.Plugin plugin)
clientApp
- applicationplugin
- the Pluginvoid removeApplicationRights(ClientApplication clientApp, fr.paris.lutece.portal.service.plugin.Plugin plugin)
clientApp
- applicationplugin
- the PluginMap<String,AttributeApplicationsRight> getAttributeApplicationsRight(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the PluginCopyright © 2018 City of Paris. All rights reserved.