Class DefaultSubscriptionStatusAuditService<P extends SubscriptionStatusAudit>

java.lang.Object
com.broadleafcommerce.data.tracking.core.service.BaseCrudEntityService<P>
com.broadleafcommerce.subscription.service.impl.DefaultSubscriptionStatusAuditService<P>
All Implemented Interfaces:
com.broadleafcommerce.data.tracking.core.service.CrudEntityService<P>, SubscriptionStatusAuditService<P>

public class DefaultSubscriptionStatusAuditService<P extends SubscriptionStatusAudit> extends com.broadleafcommerce.data.tracking.core.service.BaseCrudEntityService<P> implements SubscriptionStatusAuditService<P>
Author:
venkat
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected SubscriptionStatusAuditRepository<com.broadleafcommerce.data.tracking.core.Trackable>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    DefaultSubscriptionStatusAuditService(SubscriptionStatusAuditRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.data.tracking.core.service.CrudEntityHelper helper)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    findAllBySubscriptionId(String subscriptionId, 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, readAllByContextId, readByContextId, replace, replaceAll, replaceAllAllowingPartialSuccess, setSortPositionStrategy, update, updateAll, updateAllAllowingPartialSuccess, updateSort

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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

    Methods inherited from interface com.broadleafcommerce.subscription.service.SubscriptionStatusAuditService

    createSubscriptionStatusAudit, findAllStatusAuditsBySubscriptionId