Project

General

Profile

« Previous | Next » 

Revision 092744e1

Added by Andreas Kohlbecker about 10 years ago

dataportal now uses the DescriptionInfoDTO service - a lot refactoring, old stuff left for now as reference

View differences:

7.x/modules/cdm_dataportal/cdm_api/webservice_uris.php
61 61

  
62 62
define('CDM_WS_PORTAL_DESCRIPTION', 'portal/description/$0');
63 63
define('CDM_WS_PORTAL_DESCRIPTION_AREAS_TREE', 'portal/description/$0/namedAreaTree');
64
/**
65
 * @deprecated use CDM_WS_PORTAL_DESCRIPTION_DISTRIBUTION_INFO_FOR instead
66
 */
64 67
define('CDM_WS_PORTAL_DESCRIPTION_DISTRIBUTION_TREE', 'portal/description/$0/DistributionTree');
68
define('CDM_WS_PORTAL_DESCRIPTION_DISTRIBUTION_INFO_FOR', 'portal/description/distributionInfoFor/$0');
65 69

  
66 70
define('CDM_WS_DESCRIPTIONELEMENT', 'descriptionElement/$0');
67 71
define('CDM_WS_DESCRIPTIONELEMENT_BY_TAXON', 'portal/descriptionElement/byTaxon');

Also available in: Unified diff