Package com.skava.location.process
Class CityProcess
java.lang.Object
com.skava.location.process.CityProcess
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
IDENTIFIER
- See Also:
-
-
Constructor Details
-
CityProcess
-
-
Method Details
-
findAll
findAll
This method is used to find all the city based on the pagination.
- Parameters:
stateDO
- It contains the domain object attributes required for finding the cities.- Returns:
- It returns the
CityDO
.
-
search
public org.springframework.data.domain.Page<City> search(String filters, org.springframework.data.domain.Sort sort, int page, int size) This method will search in the entity and provide the results based on the filters- Parameters:
filters
- this will contains qdsl filtersort
- this param contains the params for sortingpage
- this param contains the page count for paginationsize
- this param contains the size count for paginationcompositePredicate
- this param contains the predicate for pagination- Returns:
- It will contain the list of City
-