Interface ForpostDirectoryService
public interface ForpostDirectoryService
- 
Method Summary
Modifier and TypeMethodDescriptionsearchCameraBrandList(String[] sort, Page page) searchCameraModelList(String[] sort, Page page) voidvoidvoid 
- 
Method Details
- 
searchCameraBrandList
SearchResult<ForpostCameraBrand> searchCameraBrandList(String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException - Throws:
 ru.bitel.bgbilling.common.BGException
 - 
syncCameraBrands
void syncCameraBrands() throws ru.bitel.bgbilling.common.BGException- Throws:
 ru.bitel.bgbilling.common.BGException
 - 
searchCameraModelList
SearchResult<ForpostCameraModel> searchCameraModelList(String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException - Throws:
 ru.bitel.bgbilling.common.BGException
 - 
syncCameraModels
void syncCameraModels() throws ru.bitel.bgbilling.common.BGException- Throws:
 ru.bitel.bgbilling.common.BGException
 - 
syncCameraModelsAndBrands
void syncCameraModelsAndBrands() throws ru.bitel.bgbilling.common.BGException- Throws:
 ru.bitel.bgbilling.common.BGException
 
 -