Package org.cyclos.services.marketplace
Interface AdAddressService
-
- All Superinterfaces:
CRUDService<AdAddressDTO,AdAddressData,AdAddressDataParams>,Service
- All Known Subinterfaces:
AdAddressServiceLocal
public interface AdAddressService extends CRUDService<AdAddressDTO,AdAddressData,AdAddressDataParams>
Service interface for advertisment address handling
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddressListDatagetAddressListData(@NotNull BasicAdVO adVO)Returns data and the addresses of the ad with the given id.-
Methods inherited from interface org.cyclos.services.CRUDService
getData, getDataForNew, load, remove, removeAll, save
-
-
-
-
Method Detail
-
getAddressListData
AddressListData getAddressListData(@NotNull @NotNull BasicAdVO adVO) throws FrameworkException
Returns data and the addresses of the ad with the given id.- Throws:
FrameworkException
-
-