Interface BillingEventItemAdjustmentService<P extends BillingEventItemAdjustment>
- All Superinterfaces:
com.broadleafcommerce.data.tracking.core.service.CrudEntityService<P>
- All Known Implementing Classes:
DefaultBillingEventItemAdjustmentService
public interface BillingEventItemAdjustmentService<P extends BillingEventItemAdjustment>
extends com.broadleafcommerce.data.tracking.core.service.CrudEntityService<P>
-
Method Summary
Modifier and TypeMethodDescriptiondefault PcreateBillingEventItemAdjustment(P billingEventItemAdjustment) Deprecated.default voiddeleteBillingEventItemAdjustmentByEventItemAdjustmentId(String itemAdjustmentId) Deprecated.UseCrudEntityService.delete(String, ContextInfo)insteadfindBillingEventItemAdjustmentsByEventItemId(String billingEventItemId) Deprecated.UsereadByBillingEventItemId(String, ContextInfo)insteadDeprecated.UseCrudEntityService.readByContextId(String, ContextInfo)insteadfindByItemIds(Set<String> itemIds) Deprecated.UsereadByBillingEventItemIds(Set, ContextInfo)insteadreadByBillingEventItemId(String billingEventItemId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) readByBillingEventItemIds(Set<String> itemIds, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) default PupdateBillingEventItemAdjustment(P billingEventItemAdjustmentOriginal, P billingEventItemAdjustmentPatchRequest) 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 item adjustment by with the provided ID. -
findByItemIds
Deprecated.UsereadByBillingEventItemIds(Set, ContextInfo)instead -
readByBillingEventItemIds
-
createBillingEventItemAdjustment
Deprecated.UseCrudEntityService.create(Object, ContextInfo)insteadCreate a newBillingEventItemAdjustment -
updateBillingEventItemAdjustment
@Deprecated(since="1.0.0") default P updateBillingEventItemAdjustment(P billingEventItemAdjustmentOriginal, P billingEventItemAdjustmentPatchRequest) Deprecated.UseCrudEntityService.update(String, Object, ContextInfo)insteadUpdate the existingBillingEventItemAdjustment -
findBillingEventItemAdjustmentsByEventItemId
@Deprecated(since="1.0.0") default List<P> findBillingEventItemAdjustmentsByEventItemId(String billingEventItemId) Deprecated.UsereadByBillingEventItemId(String, ContextInfo)instead -
readByBillingEventItemId
-
deleteBillingEventItemAdjustmentByEventItemAdjustmentId
@Deprecated(since="1.0.0") default void deleteBillingEventItemAdjustmentByEventItemAdjustmentId(String itemAdjustmentId) Deprecated.UseCrudEntityService.delete(String, ContextInfo)instead
-
CrudEntityService.create(Object, ContextInfo)instead