Uses of Class
fr.paris.lutece.plugins.phraseanet.service.api.PhraseanetApiCallException

Packages that use PhraseanetApiCallException
fr.paris.lutece.plugins.phraseanet.service   
fr.paris.lutece.plugins.phraseanet.service.api   
fr.paris.lutece.plugins.phraseanet.service.parsers   
 

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

Methods in fr.paris.lutece.plugins.phraseanet.service that throw PhraseanetApiCallException
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 PhraseanetApiCallException in fr.paris.lutece.plugins.phraseanet.service.api
 

Methods in fr.paris.lutece.plugins.phraseanet.service.api that throw PhraseanetApiCallException
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
 

Uses of PhraseanetApiCallException in fr.paris.lutece.plugins.phraseanet.service.parsers
 

Methods in fr.paris.lutece.plugins.phraseanet.service.parsers that throw PhraseanetApiCallException
static List<Databox> DataboxesJsonParser.parse(net.sf.json.JSONObject jsonResponse)
          Parse a list of databoxes
static SearchResults SearchResultsJsonParser.parse(net.sf.json.JSONObject jsonResponse)
          Parse for search results
static Record RecordJsonParser.parse(net.sf.json.JSONObject jsonRecord)
          Parse a record
static Embed EmbedJsonParser.parse(net.sf.json.JSONObject jsonEmbed)
          Parse an Embed object
static List<Collection> CollectionsJsonParser.parse(net.sf.json.JSONObject jsonResponse)
          Parse a list of collection
static Meta MetaJsonParser.parse(net.sf.json.JSONObject jsonMeta)
          Parse meta
static List<Metadata> MetadatasJsonParser.parse(net.sf.json.JSONObject jsonResponse)
          Parse a list of metadatas
static List<Metadata> MetadatasJsonParser.parseByDataboxe(net.sf.json.JSONObject jsonResponse)
          Parse a list of metadatas
 



Copyright © 2013 Mairie de Paris. All Rights Reserved.