Uses of Class
fr.paris.lutece.plugins.phraseanet.business.account.Account

Packages that use Account
fr.paris.lutece.plugins.phraseanet.business.account   
fr.paris.lutece.plugins.phraseanet.service   
fr.paris.lutece.plugins.phraseanet.service.api   
 

Uses of Account in fr.paris.lutece.plugins.phraseanet.business.account
 

Methods in fr.paris.lutece.plugins.phraseanet.business.account that return Account
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 AccountDAO.load(int nId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of the Account from the table
 Account IAccountDAO.load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data from the table
static Account AccountHome.update(Account account)
          Update of the Account data specified in parameter
 

Methods in fr.paris.lutece.plugins.phraseanet.business.account that return types with arguments of type Account
static List<Account> AccountHome.findAll()
          Load the data of all the Account objects and returns them in form of a collection
 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
 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
 

Methods in fr.paris.lutece.plugins.phraseanet.business.account with parameters of type Account
static Account AccountHome.create(Account account)
          Create an instance of the Account class
 void AccountDAO.insert(Account account, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 void IAccountDAO.insert(Account account, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 void AccountDAO.store(Account account, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the account record in the table
 void IAccountDAO.store(Account account, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the 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
 

Uses of Account in fr.paris.lutece.plugins.phraseanet.service
 

Methods in fr.paris.lutece.plugins.phraseanet.service with parameters of type Account
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
 

Uses of Account in fr.paris.lutece.plugins.phraseanet.service.api
 

Methods in fr.paris.lutece.plugins.phraseanet.service.api with parameters of type Account
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 © 2013 Mairie de Paris. All Rights Reserved.