public interface AdInterestService extends CRUDService<AdInterestDTO,AdInterestData,java.lang.Void>
| Modifier and Type | Method and Description |
|---|---|
Page<AdInterestVO> |
search(AdInterestQuery params)
Returns a list of categories according to query parameters
|
getData, getDataForNew, load, remove, removeAll, savePage<AdInterestVO> search(AdInterestQuery params) throws FrameworkException
FrameworkException