Package org.cyclos.impl.marketplace
Interface AdAddressServiceLocal
-
- All Superinterfaces:
AdAddressService,CRUDService<AdAddressDTO,AdAddressData,AdAddressDataParams>,CRUDServiceLocal<AdAddress,AdAddressDTO,AdAddressData,AdAddressDataParams>,Service
public interface AdAddressServiceLocal extends AdAddressService, CRUDServiceLocal<AdAddress,AdAddressDTO,AdAddressData,AdAddressDataParams>
Local interface forAdAddressService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcleanDisabledAddressFields(IAddress address, ConfigurationAccessor configuration)Sets null to the disabled address fields according to the given configurationAddressListDatagetAddressListData(BasicAd ad)Returns the addresses for an advertisement-
Methods inherited from interface org.cyclos.services.marketplace.AdAddressService
getAddressListData
-
Methods inherited from interface org.cyclos.services.CRUDService
getData, getDataForNew, load, remove, removeAll, save
-
Methods inherited from interface org.cyclos.impl.CRUDServiceLocal
find, findAll, getEntityClass, newEntity, remove, removeAll, saveEntity, saveSkippingEntityLog, toDTO, toEntity, validate
-
-
-
-
Method Detail
-
cleanDisabledAddressFields
void cleanDisabledAddressFields(IAddress address, ConfigurationAccessor configuration)
Sets null to the disabled address fields according to the given configuration
-
getAddressListData
AddressListData getAddressListData(BasicAd ad)
Returns the addresses for an advertisement
-
-