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

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

public class AdminUserCustomPersistenceHandler
extends CustomPersistenceHandlerAdapter

Author:
jfischer

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

Field Detail

adminSecurityService

protected AdminSecurityService adminSecurityService

adminRemoteSecurityService

protected AdminSecurityServiceRemote adminRemoteSecurityService
Constructor Detail

AdminUserCustomPersistenceHandler

public AdminUserCustomPersistenceHandler()
Method Detail

willHandleSecurity

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

canHandleAdd

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

canHandleUpdate

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

add

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

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.