public interface AdAddressService extends CRUDService<AdAddressDTO,AdAddressData,AdAddressDataParams>
| Modifier and Type | Method and Description |
|---|---|
AddressListData |
getAddressListData(java.lang.Long adId)
Returns data and the addresses of the ad with the given id.
|
getData, getDataForNew, load, remove, removeAll, saveAddressListData getAddressListData(java.lang.Long adId) throws FrameworkException
FrameworkException