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