Class DefaultSubscriptionBillingAuditService<P extends SubscriptionBillingAudit>
java.lang.Object
com.broadleafcommerce.data.tracking.core.service.BaseCrudEntityService<P>
com.broadleafcommerce.subscription.service.impl.DefaultSubscriptionBillingAuditService<P>
- All Implemented Interfaces:
com.broadleafcommerce.data.tracking.core.service.CrudEntityService<P>,SubscriptionBillingAuditService<P>
public class DefaultSubscriptionBillingAuditService<P extends SubscriptionBillingAudit>
extends com.broadleafcommerce.data.tracking.core.service.BaseCrudEntityService<P>
implements SubscriptionBillingAuditService<P>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SubscriptionBillingAuditRepository<com.broadleafcommerce.data.tracking.core.Trackable> -
Constructor Summary
ConstructorsConstructorDescriptionDefaultSubscriptionBillingAuditService(SubscriptionBillingAuditRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.data.tracking.core.service.CrudEntityHelper helper) -
Method Summary
Modifier and TypeMethodDescriptionfindAllBillingAuditBySubscriptionId(String subscriptionId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Find allJpaSubscriptionBillingAuditgiven the subscriptionIdMethods inherited from class com.broadleafcommerce.data.tracking.core.service.BaseCrudEntityService
convertFromPersistentDomain, convertToPersistentDomain, create, createAll, createAllAllowingPartialSuccess, delete, getHelper, getRepository, getSortPositionStrategy, readAll, readAll, readAll, readAllByContextId, 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.data.tracking.core.service.CrudEntityService
create, createAll, createAllAllowingPartialSuccess, delete, readAll, readAll, readAll, readAllByContextId, readByContextId, replace, replaceAll, replaceAllAllowingPartialSuccess, update, updateAll, updateAllAllowingPartialSuccess, updateSortMethods inherited from interface com.broadleafcommerce.subscription.service.SubscriptionBillingAuditService
createSubscriptionBillingAudit, findAllBillingAuditBySubscriptionId
-
Field Details
-
repo
protected SubscriptionBillingAuditRepository<com.broadleafcommerce.data.tracking.core.Trackable> repo
-
-
Constructor Details
-
DefaultSubscriptionBillingAuditService
public DefaultSubscriptionBillingAuditService(SubscriptionBillingAuditRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.data.tracking.core.service.CrudEntityHelper helper)
-
-
Method Details
-
findAllBillingAuditBySubscriptionId
public List<P> findAllBillingAuditBySubscriptionId(String subscriptionId, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Description copied from interface:SubscriptionBillingAuditServiceFind allJpaSubscriptionBillingAuditgiven the subscriptionId- Specified by:
findAllBillingAuditBySubscriptionIdin interfaceSubscriptionBillingAuditService<P extends SubscriptionBillingAudit>
-