Class JPAGrids
java.lang.Object
ch.cern.eam.wshub.core.services.grids.impl.JPAGrids
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJPAGrids(ApplicationData applicationData, Tools tools, net.datastream.wsdls.eamws.EAMWebServicesPT eamWebServicesToolkitClient) -
Method Summary
Modifier and TypeMethodDescriptionexecuteQuery(EAMContext context, GridRequest gridRequest) getDDspyFields(EAMContext context, String gridCode, String viewType, String ddSpyId, String language) getDefaultDataspy(EAMContext context, String gridCode, String viewType) getGridMetadata(EAMContext context, String gridCode, String viewType, String language) getGridMetadata(EAMContext context, String gridCode, String viewType, String language, String dataspyId) intRemoves duplicates from the list of sorts.
-
Field Details
-
USE_CUSTOM_FIELDS
-
-
Constructor Details
-
JPAGrids
public JPAGrids(ApplicationData applicationData, Tools tools, net.datastream.wsdls.eamws.EAMWebServicesPT eamWebServicesToolkitClient)
-
-
Method Details
-
executeQuery
public GridRequestResult executeQuery(EAMContext context, GridRequest gridRequest) throws EAMException - Throws:
EAMException
-
removeDuplicates
Removes duplicates from the list of sorts.- Parameters:
list-- Returns:
- Number of removed duplicates.
-
getGridMetadata
public GridMetadataRequestResult getGridMetadata(EAMContext context, String gridCode, String viewType, String language) throws EAMException - Throws:
EAMException
-
getGridMetadata
public GridMetadataRequestResult getGridMetadata(EAMContext context, String gridCode, String viewType, String language, String dataspyId) throws EAMException - Throws:
EAMException
-
getDDspyFields
public GridDDSpyFieldsResult getDDspyFields(EAMContext context, String gridCode, String viewType, String ddSpyId, String language) throws EAMException - Throws:
EAMException
-
getDefaultDataspy
public GridDataspy getDefaultDataspy(EAMContext context, String gridCode, String viewType) throws EAMException - Throws:
EAMException
-