Interface BillingEventAdjustmentService<P extends BillingEventAdjustment>
- All Superinterfaces:
com.broadleafcommerce.data.tracking.core.service.CrudEntityService<P>
- All Known Implementing Classes:
DefaultBillingEventAdjustmentService
public interface BillingEventAdjustmentService<P extends BillingEventAdjustment>
extends com.broadleafcommerce.data.tracking.core.service.CrudEntityService<P>
-
Method Summary
Modifier and TypeMethodDescriptiondefault BillingEventAdjustmentcreateBillingEventAdjustment(P billingEventAdjustment) Deprecated.findAllByBillingEventId(String billingEventId) Deprecated.UsereadByBillingEventId(String, ContextInfo)insteadDeprecated.UseCrudEntityService.readByContextId(String, ContextInfo)insteadreadByBillingEventId(String billingEventId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Finds all billing event adjustment by the associated event iddefault PupdateBillingEventAdjustment(P billingEventAdjustmentOriginal, P billingEventAdjustmentPatch) 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)insteadFinds the billing event adjustment by with the provided ID. -
updateBillingEventAdjustment
@Deprecated(since="1.0.0") default P updateBillingEventAdjustment(P billingEventAdjustmentOriginal, P billingEventAdjustmentPatch) Deprecated.UseCrudEntityService.update(String, Object, ContextInfo)insteadUpdate the existingBillingEventAdjustment -
findAllByBillingEventId
Deprecated.UsereadByBillingEventId(String, ContextInfo)insteadFinds all billing event adjustment by the associated event id -
readByBillingEventId
List<P> readByBillingEventId(String billingEventId, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Finds all billing event adjustment by the associated event id -
createBillingEventAdjustment
@Deprecated(since="1.0.0") default BillingEventAdjustment createBillingEventAdjustment(P billingEventAdjustment) Deprecated.UseCrudEntityService.create(Object, ContextInfo)insteadCreate a newBillingEventAdjustment
-
CrudEntityService.create(Object, ContextInfo)instead