org.broadleafcommerce.admin.server.service.handler
Class CustomerPasswordCustomPersistenceHandler

java.lang.Object
  extended by org.broadleafcommerce.openadmin.server.service.handler.CustomPersistenceHandlerAdapter
      extended by org.broadleafcommerce.admin.server.service.handler.CustomerPasswordCustomPersistenceHandler
All Implemented Interfaces:
CustomPersistenceHandler

public class CustomerPasswordCustomPersistenceHandler
extends CustomPersistenceHandlerAdapter

Author:
jfischer

Field Summary
protected  CustomerService customerService
           
 
Constructor Summary
CustomerPasswordCustomPersistenceHandler()
           
 
Method Summary
 Boolean canHandleUpdate(PersistencePackage persistencePackage)
           
 Entity update(PersistencePackage persistencePackage, DynamicEntityDao dynamicEntityDao, RecordHelper helper)
           
 
Methods inherited from class org.broadleafcommerce.openadmin.server.service.handler.CustomPersistenceHandlerAdapter
add, canHandleAdd, canHandleFetch, canHandleInspect, canHandleRemove, fetch, inspect, remove, willHandleSecurity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

customerService

protected CustomerService customerService
Constructor Detail

CustomerPasswordCustomPersistenceHandler

public CustomerPasswordCustomPersistenceHandler()
Method Detail

canHandleUpdate

public Boolean canHandleUpdate(PersistencePackage persistencePackage)
Specified by:
canHandleUpdate in interface CustomPersistenceHandler
Overrides:
canHandleUpdate in class CustomPersistenceHandlerAdapter

update

public Entity update(PersistencePackage persistencePackage,
                     DynamicEntityDao dynamicEntityDao,
                     RecordHelper helper)
              throws ServiceException
Specified by:
update in interface CustomPersistenceHandler
Overrides:
update in class CustomPersistenceHandlerAdapter
Throws:
ServiceException


Copyright © 2012. All Rights Reserved.