Package | Description |
---|---|
fr.paris.lutece.plugins.identitystore.business |
Modifier and Type | Method and Description |
---|---|
static ClientApplication |
ClientApplicationHome.create(ClientApplication clientApplication)
Create an instance of the identityAttribute class
|
static ClientApplication |
ClientApplicationHome.findByCode(String strApplicationCode)
Returns an instance of a clientApplication whose code is specified in parameter
|
static ClientApplication |
ClientApplicationHome.findByPrimaryKey(int nIdclientApplication)
Returns an instance of a clientApplication whose identifier is specified in parameter
|
ClientApplication |
AttributeRight.getClientApplication() |
ClientApplication |
IClientApplicationDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
ClientApplication |
ClientApplicationDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
ClientApplication |
IClientApplicationDAO.selectByCode(String strCode,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Select a ClientApplication by its code
|
ClientApplication |
ClientApplicationDAO.selectByCode(String strCode,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Select a ClientApplication by its code
|
static ClientApplication |
ClientApplicationHome.update(ClientApplication clientApplication)
Update of the clientApplication which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
static List<ClientApplication> |
ClientApplicationHome.getClientApplications(AbstractCertifier certifier)
Retrieve ClientApplications allowed for a given certifier
|
List<ClientApplication> |
IClientApplicationDAO.getClientApplications(String strCertifier,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Retrieve ClientApplication allowed for a given certifier
|
List<ClientApplication> |
ClientApplicationDAO.getClientApplications(String strCertifier,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Retrieve ClientApplication allowed for a given certifier
|
static List<ClientApplication> |
ClientApplicationHome.selectApplicationList()
Returns list of clientApplication
|
List<ClientApplication> |
IClientApplicationDAO.selectClientApplicationList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the ClientApplication objects and returns them as a list
|
List<ClientApplication> |
ClientApplicationDAO.selectClientApplicationList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the ClientApplication objects and returns them as a list
|
Modifier and Type | Method and Description |
---|---|
static void |
ClientApplicationHome.addCertifier(ClientApplication clientApp,
AbstractCertifier certifier)
Add a certifier to a ClientApplication
|
static void |
ClientApplicationHome.cleanCertifiers(ClientApplication clientApp)
Delete all certifier to a ClientApplication
|
static ClientApplication |
ClientApplicationHome.create(ClientApplication clientApplication)
Create an instance of the identityAttribute class
|
static void |
ClientApplicationHome.deleteCertifier(ClientApplication clientApp,
AbstractCertifier certifier)
Delete a certifier to a ClientApplication
|
static List<AbstractCertifier> |
ClientApplicationHome.getCertifiers(ClientApplication clientApp)
Retrieve certifiers allowed for a given ClientApplication
|
void |
IClientApplicationDAO.insert(ClientApplication clientApp,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
ClientApplicationDAO.insert(ClientApplication clientApplication,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
static void |
ClientApplicationHome.remove(ClientApplication clientApplication)
Remove the clientApplication whose identifier is specified in parameter
|
static void |
ClientApplicationHome.removeApplicationRights(ClientApplication clientApp)
remove all rights of application
|
void |
IAttributeRightDAO.removeApplicationRights(ClientApplication clientApp,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
remove all rights for provided application
|
void |
AttributeRightDAO.removeApplicationRights(ClientApplication clientApp,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
remove all rights for provided application
|
static List<AttributeRight> |
ClientApplicationHome.selectApplicationRights(ClientApplication clientApp)
returns rights of provided application
|
List<AttributeRight> |
IAttributeRightDAO.selectAttributeRights(ClientApplication clientApp,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
retrieve all attributes and its rights for provided application
|
List<AttributeRight> |
AttributeRightDAO.selectAttributeRights(ClientApplication clientApp,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
retrieve all attributes and its rights for provided application
|
void |
AttributeRight.setClientApplication(ClientApplication clientApplication) |
void |
IClientApplicationDAO.store(ClientApplication clientApp,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void |
ClientApplicationDAO.store(ClientApplication clientApplication,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
static ClientApplication |
ClientApplicationHome.update(ClientApplication clientApplication)
Update of the clientApplication which is specified in parameter
|
Copyright © 2017 City of Paris. All rights reserved.