Interface SubscriptionStatusAuditService<P extends SubscriptionStatusAudit>
- All Superinterfaces:
com.broadleafcommerce.data.tracking.core.service.CrudEntityService<P>
- All Known Implementing Classes:
DefaultSubscriptionStatusAuditService
public interface SubscriptionStatusAuditService<P extends SubscriptionStatusAudit>
extends com.broadleafcommerce.data.tracking.core.service.CrudEntityService<P>
-
Method Summary
Modifier and TypeMethodDescriptiondefault PcreateSubscriptionStatusAudit(P request) Deprecated.findAllBySubscriptionId(String subscriptionId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) findAllStatusAuditsBySubscriptionId(String subscriptionId) Deprecated.UsefindAllBySubscriptionId(String, 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
-
findAllStatusAuditsBySubscriptionId
@Deprecated(since="1.0.0") default List<P> findAllStatusAuditsBySubscriptionId(String subscriptionId) Deprecated.UsefindAllBySubscriptionId(String, ContextInfo)instead -
findAllBySubscriptionId
-
createSubscriptionStatusAudit
Deprecated.UseCrudEntityService.create(Object, ContextInfo)instead
-
CrudEntityService.create(Object, ContextInfo)instead