Package | Description |
---|---|
fr.paris.lutece.plugins.phraseanet.business.account | |
fr.paris.lutece.plugins.phraseanet.service | |
fr.paris.lutece.plugins.phraseanet.service.api |
Modifier and Type | Method and Description |
---|---|
static Account |
AccountHome.create(Account account)
Create an instance of the Account class
|
static Account |
AccountHome.findByPrimaryKey(int nKey)
Returns an instance of a Account whose identifier is specified in parameter
|
Account |
IAccountDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
Account |
AccountDAO.load(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the Account from the table
|
static Account |
AccountHome.update(Account account)
Update of the Account data specified in parameter
|
Modifier and Type | Method and Description |
---|---|
static List<Account> |
AccountHome.findAll()
Load the data of all the Account objects and returns them in form of a collection
|
List<Account> |
IAccountDAO.selectAccountsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the Account objects and returns them as a List
|
List<Account> |
AccountDAO.selectAccountsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the Accounts and returns them as a List
|
Modifier and Type | Method and Description |
---|---|
static Account |
AccountHome.create(Account account)
Create an instance of the Account class
|
void |
IAccountDAO.insert(Account account,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
AccountDAO.insert(Account account,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
IAccountDAO.store(Account account,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void |
AccountDAO.store(Account account,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the account record in the table
|
static Account |
AccountHome.update(Account account)
Update of the Account data specified in parameter
|
void |
AccountDAO.updateToken(Account account,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the token record in the table
|
Modifier and Type | Method and Description |
---|---|
static List<Collection> |
PhraseanetService.getColletions(int nDataboxId,
Account account)
Get all collections of databox
|
static List<Metadata> |
PhraseanetService.getDataboxeMetadatas(int nDataboxId,
Account account)
Get metadatas for a given databoxe
|
static List<Databox> |
PhraseanetService.getDataboxes(Account account)
Get databoxes
|
static Embed |
PhraseanetService.getEmbed(int nDataboxId,
int nRecordId,
Account account)
Get embed data of a record
|
static Record |
PhraseanetService.getRecord(int nDataboxId,
int nRecordId,
Account account)
Gets a record
|
static List<Metadata> |
PhraseanetService.getRecordMetadatas(int nDataboxId,
int nRecordId,
Account account)
Get metadatas for a given record
|
static SearchResults |
PhraseanetService.search(String strQuery,
int nPage,
int nPerPage,
SearchCriterias criterias,
Account account)
Searc results
|
Modifier and Type | Method and Description |
---|---|
static String |
PhraseanetApiAuthentication.getAccessToken(Account account)
Get Access Token with an account
|
static net.sf.json.JSONObject |
PhraseanetApiCallService.getPostResponse(String strUrl,
Map<String,List<String>> mapParameters,
Account account)
Get the response of a POST request
|
static net.sf.json.JSONObject |
PhraseanetApiCallService.getResponse(String strRequest,
Account account)
Get a response for a GET request
|
Copyright © 2018 City of Paris. All rights reserved.