Class DefaultBillingEventItemAdjustmentService<P extends BillingEventItemAdjustment>
java.lang.Object
com.broadleafcommerce.data.tracking.core.service.BaseCrudEntityService<P>
com.broadleafcommerce.billing.service.impl.DefaultBillingEventItemAdjustmentService<P>
- All Implemented Interfaces:
BillingEventItemAdjustmentService<P>,com.broadleafcommerce.data.tracking.core.service.CrudEntityService<P>
public class DefaultBillingEventItemAdjustmentService<P extends BillingEventItemAdjustment>
extends com.broadleafcommerce.data.tracking.core.service.BaseCrudEntityService<P>
implements BillingEventItemAdjustmentService<P>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefaultBillingEventItemAdjustmentService(BillingEventItemAdjustmentRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.data.tracking.core.service.CrudEntityHelper helper) -
Method Summary
Modifier and TypeMethodDescriptionreadAllByContextId(Iterable<String> ids, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) readByBillingEventItemId(String billingEventItemId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) readByBillingEventItemIds(Set<String> itemIds, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Methods inherited from class com.broadleafcommerce.data.tracking.core.service.BaseCrudEntityService
convertFromPersistentDomain, convertToPersistentDomain, create, createAll, createAllAllowingPartialSuccess, delete, getHelper, getRepository, getSortPositionStrategy, readAll, readAll, readAll, readByContextId, replace, replaceAll, replaceAllAllowingPartialSuccess, setSortPositionStrategy, update, updateAll, updateAllAllowingPartialSuccess, updateSortMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.broadleafcommerce.billing.service.BillingEventItemAdjustmentService
createBillingEventItemAdjustment, deleteBillingEventItemAdjustmentByEventItemAdjustmentId, findBillingEventItemAdjustmentsByEventItemId, findById, findByItemIds, updateBillingEventItemAdjustmentMethods inherited from interface com.broadleafcommerce.data.tracking.core.service.CrudEntityService
create, createAll, createAllAllowingPartialSuccess, delete, readAll, readAll, readAll, readByContextId, replace, replaceAll, replaceAllAllowingPartialSuccess, update, updateAll, updateAllAllowingPartialSuccess, updateSort
-
Field Details
-
properties
-
-
Constructor Details
-
DefaultBillingEventItemAdjustmentService
public DefaultBillingEventItemAdjustmentService(BillingEventItemAdjustmentRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.data.tracking.core.service.CrudEntityHelper helper)
-
-
Method Details
-
readByBillingEventItemId
public List<P> readByBillingEventItemId(String billingEventItemId, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) - Specified by:
readByBillingEventItemIdin interfaceBillingEventItemAdjustmentService<P extends BillingEventItemAdjustment>
-
readByBillingEventItemIds
public Set<P> readByBillingEventItemIds(Set<String> itemIds, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) - Specified by:
readByBillingEventItemIdsin interfaceBillingEventItemAdjustmentService<P extends BillingEventItemAdjustment>
-
readAllByContextId
public Iterable<P> readAllByContextId(Iterable<String> ids, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) - Specified by:
readAllByContextIdin interfacecom.broadleafcommerce.data.tracking.core.service.CrudEntityService<P extends BillingEventItemAdjustment>- Overrides:
readAllByContextIdin classcom.broadleafcommerce.data.tracking.core.service.BaseCrudEntityService<P extends BillingEventItemAdjustment>
-