Class DefaultBillingEventAddressService<P extends BillingEventAddress>

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

public class DefaultBillingEventAddressService<P extends BillingEventAddress> extends com.broadleafcommerce.data.tracking.core.service.BaseCrudEntityService<P> implements BillingEventAddressService<P>
Author:
venkat
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    DefaultBillingEventAddressService(BillingEventAddressRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, 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)
     

    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.BillingEventAddressService

    createBillingEventAddress, findById, updateBillingEventAddress

    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

    • DefaultBillingEventAddressService

      public DefaultBillingEventAddressService(BillingEventAddressRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.data.tracking.core.service.CrudEntityHelper helper)
  • Method Details

    • readAllByContextId

      public Iterable<P> readAllByContextId(Iterable<String> ids, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
      Specified by:
      readAllByContextId in interface com.broadleafcommerce.data.tracking.core.service.CrudEntityService<P extends BillingEventAddress>
      Overrides:
      readAllByContextId in class com.broadleafcommerce.data.tracking.core.service.BaseCrudEntityService<P extends BillingEventAddress>