Interface BillingEventAddressService<P extends BillingEventAddress>
- All Superinterfaces:
com.broadleafcommerce.data.tracking.core.service.CrudEntityService<P>
- All Known Implementing Classes:
DefaultBillingEventAddressService
public interface BillingEventAddressService<P extends BillingEventAddress>
extends com.broadleafcommerce.data.tracking.core.service.CrudEntityService<P>
- Author:
- venkat
-
Method Summary
Modifier and TypeMethodDescriptiondefault PcreateBillingEventAddress(P billingEventAddress) Deprecated.default PDeprecated.UseCrudEntityService.readByContextId(String, ContextInfo)insteaddefault PupdateBillingEventAddress(P billingEventAddressOriginal, P billingEventAddressPatchRequest) Deprecated.UseCrudEntityService.update(String, Object, ContextInfo)insteadMethods inherited from interface com.broadleafcommerce.data.tracking.core.service.CrudEntityService
create, createAll, createAllAllowingPartialSuccess, delete, readAll, readAll, readAll, readAllByContextId, readByContextId, replace, replaceAll, replaceAllAllowingPartialSuccess, update, updateAll, updateAllAllowingPartialSuccess, updateSort
-
Method Details
-
findById
Deprecated.UseCrudEntityService.readByContextId(String, ContextInfo)insteadFind theBillingEventAddressby providedBillingEventAddress.getAddressId() -
createBillingEventAddress
Deprecated.UseCrudEntityService.create(Object, ContextInfo)insteadCreate newBillingEventAddress -
updateBillingEventAddress
@Deprecated(since="1.0.0") default P updateBillingEventAddress(P billingEventAddressOriginal, P billingEventAddressPatchRequest) Deprecated.UseCrudEntityService.update(String, Object, ContextInfo)insteadUpdate originalBillingEventAddress
-
CrudEntityService.create(Object, ContextInfo)instead