Interface BillingEventAddressService<P extends BillingEventAddress>

All Superinterfaces:
com.broadleafcommerce.data.tracking.core.service.CrudEntityService<P>
All Known Implementing Classes:
DefaultBillingEventAddressService

public interface BillingEventAddressService<P extends BillingEventAddress> extends com.broadleafcommerce.data.tracking.core.service.CrudEntityService<P>
Author:
venkat
  • Method Summary

    Modifier and Type
    Method
    Description
    default P
    createBillingEventAddress(P billingEventAddress)
    Deprecated.
    Use CrudEntityService.create(Object, ContextInfo) instead
    default P
    Deprecated.
    Use CrudEntityService.readByContextId(String, ContextInfo) instead
    default P
    updateBillingEventAddress(P billingEventAddressOriginal, P billingEventAddressPatchRequest)
    Deprecated.
    Use CrudEntityService.update(String, Object, ContextInfo) instead

    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