Class DefaultBillingRetryScheduleService<P extends BillingRetrySchedule>

java.lang.Object
com.broadleafcommerce.data.tracking.core.service.BaseCrudEntityService<P>
com.broadleafcommerce.billing.service.impl.DefaultBillingRetryScheduleService<P>
All Implemented Interfaces:
BillingRetryScheduleService<P>, com.broadleafcommerce.data.tracking.core.service.CrudEntityService<P>

public class DefaultBillingRetryScheduleService<P extends BillingRetrySchedule> extends com.broadleafcommerce.data.tracking.core.service.BaseCrudEntityService<P> implements BillingRetryScheduleService<P>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    DefaultBillingRetryScheduleService(BillingRetryScheduleRepository<com.broadleafcommerce.data.tracking.core.Trackable> repo, com.broadleafcommerce.data.tracking.core.service.CrudEntityHelper helper)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    readAllByContextId(Iterable<String> ids, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
     
    readByIdWithCache(String id, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
    Looks up an BillingRetrySchedule by its code with caching.

    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, 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.billing.service.BillingRetryScheduleService

    findByCodeWithCache, findById

    Methods 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

  • Constructor Details

    • DefaultBillingRetryScheduleService

      public DefaultBillingRetryScheduleService(BillingRetryScheduleRepository<com.broadleafcommerce.data.tracking.core.Trackable> repo, com.broadleafcommerce.data.tracking.core.service.CrudEntityHelper helper)
  • Method Details