@Path(value="/rest/directory-gismap/") public class RecordsResource extends Object
Modifier and Type | Field and Description |
---|---|
static String |
GISMAP_VIEW |
static String |
PARAMETER |
static String |
POPUP1 |
static String |
POPUPSHOWLINK |
static String |
RMMSHOWCENTROID |
Constructor and Description |
---|
RecordsResource() |
Modifier and Type | Method and Description |
---|---|
String |
getBestProperties(String strProperties) |
String |
getCoordinatesXY(fr.paris.lutece.plugins.directory.business.RecordField recordFieldParam,
String strListId) |
String |
getLink(fr.paris.lutece.plugins.directory.business.Record record) |
String |
getListRecordFieldGetMehod(String strListId) |
String |
getListRecordFieldPostMethod(String strListId) |
net.sf.json.JSONObject |
getProperties(fr.paris.lutece.plugins.directory.business.RecordField recordFieldParam,
String strListId,
int nKey) |
int |
getViewNumber(String strListId) |
boolean |
inProperties(String[] properties,
String strProperty) |
public static final String GISMAP_VIEW
public static final String PARAMETER
public static final String POPUPSHOWLINK
public static final String POPUP1
public static final String RMMSHOWCENTROID
@GET @Path(value="listRecordField/{listId}") @Produces(value="application/json") public String getListRecordFieldGetMehod(@PathParam(value="listId") String strListId)
@POST @Path(value="listRecordField/post") @Produces(value="application/json") public String getListRecordFieldPostMethod(String strListId)
public net.sf.json.JSONObject getProperties(fr.paris.lutece.plugins.directory.business.RecordField recordFieldParam, String strListId, int nKey)
public int getViewNumber(String strListId)
public String getLink(fr.paris.lutece.plugins.directory.business.Record record)
public String getCoordinatesXY(fr.paris.lutece.plugins.directory.business.RecordField recordFieldParam, String strListId)
Copyright © 2017 City of Paris. All rights reserved.