Class DataCollectionTemplateConverterSubsetDataRetriever
java.lang.Object
overit.geocallapp.wfm.core.bl.datacollection.converter.template.retriever.subset.DataCollectionTemplateConverterSubsetDataRetriever
- All Implemented Interfaces:
DataCollectionTemplateConverterDataRetriever
public class DataCollectionTemplateConverterSubsetDataRetriever
extends Object
implements DataCollectionTemplateConverterDataRetriever
The class responsible to get the subset of the templates to convert.
- Since:
- 13.0
- GCApi:
- bo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MAX_DATA_SIZE
public static final int MAX_DATA_SIZE- See Also:
-
-
Constructor Details
-
DataCollectionTemplateConverterSubsetDataRetriever
public DataCollectionTemplateConverterSubsetDataRetriever()
-
-
Method Details
-
getData
Get the list of template id to be converted.- Specified by:
getDatain interfaceDataCollectionTemplateConverterDataRetriever- Parameters:
poolKit- thePoolKit- Returns:
- the list of template id to be converted
- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception- See Also:
-
searchTemplateToConvert
protected List<Long> searchTemplateToConvert(PoolKit poolKit, Page page) throws DAException, DAValidateException Search the subset of the templates to convert.- Parameters:
poolKit- thePoolKitpage- thePage- Returns:
- the list of template id to be converted
- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception- See Also:
-