org.broadleafcommerce.admin.server.service.handler
Class AdminUserCustomPersistenceHandler
java.lang.Object
org.broadleafcommerce.openadmin.server.service.handler.CustomPersistenceHandlerAdapter
org.broadleafcommerce.admin.server.service.handler.AdminUserCustomPersistenceHandler
- All Implemented Interfaces:
- CustomPersistenceHandler
public class AdminUserCustomPersistenceHandler
- extends CustomPersistenceHandlerAdapter
- Author:
- jfischer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
adminSecurityService
protected AdminSecurityService adminSecurityService
adminRemoteSecurityService
protected AdminSecurityServiceRemote adminRemoteSecurityService
AdminUserCustomPersistenceHandler
public AdminUserCustomPersistenceHandler()
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.