Interface BillingRetryScheduleService<P extends BillingRetrySchedule>
- All Superinterfaces:
com.broadleafcommerce.data.tracking.core.service.CrudEntityService<P>
- All Known Implementing Classes:
DefaultBillingRetryScheduleService
public interface BillingRetryScheduleService<P extends BillingRetrySchedule>
extends com.broadleafcommerce.data.tracking.core.service.CrudEntityService<P>
-
Method Summary
Modifier and TypeMethodDescriptionfindByCodeWithCache(String code) Deprecated.Deprecated.UseCrudEntityService.readByContextId(String, ContextInfo)insteadreadByIdWithCache(String id, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Looks up anBillingRetryScheduleby its code with caching.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
-
Method Details
-
findById
Deprecated.UseCrudEntityService.readByContextId(String, ContextInfo)insteadLooks up anBillingRetryScheduleby its ID.- Parameters:
id- TheBillingRetryScheduleID.- Returns:
- An
BillingRetryScheduleoptional.
-
findByCodeWithCache
Deprecated.UsereadByIdWithCache(String, ContextInfo)insteadLooks up anBillingRetryScheduleby its code with caching.- Parameters:
code- TheBillingRetrySchedulecode.- Returns:
- An
BillingRetryScheduleoptional.
-
readByIdWithCache
Optional<P> readByIdWithCache(String id, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Looks up anBillingRetryScheduleby its code with caching.- Parameters:
id- TheBillingRetryScheduleid.- Returns:
- An
BillingRetryScheduleoptional.
-
readByIdWithCache(String, ContextInfo)instead