org.broadleafcommerce.cms.admin.server.handler
Class SandBoxItemCustomPersistenceHandler
java.lang.Object
org.broadleafcommerce.openadmin.server.service.handler.CustomPersistenceHandlerAdapter
org.broadleafcommerce.cms.admin.server.handler.SandBoxItemCustomPersistenceHandler
- All Implemented Interfaces:
- CustomPersistenceHandler
- Direct Known Subclasses:
- PendingSandBoxItemCustomPersistenceHandler
public class SandBoxItemCustomPersistenceHandler
- extends CustomPersistenceHandlerAdapter
- Author:
- Jeff Fischer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sandBoxService
protected SandBoxService sandBoxService
adminSecurityService
protected AdminSecurityService adminSecurityService
adminRemoteSecurityService
protected AdminSecurityServiceRemote adminRemoteSecurityService
SandBoxItemCustomPersistenceHandler
public SandBoxItemCustomPersistenceHandler()
willHandleSecurity
public Boolean willHandleSecurity(PersistencePackage persistencePackage)
- Specified by:
willHandleSecurity in interface CustomPersistenceHandler- Overrides:
willHandleSecurity in class CustomPersistenceHandlerAdapter
canHandleFetch
public Boolean canHandleFetch(PersistencePackage persistencePackage)
- Specified by:
canHandleFetch in interface CustomPersistenceHandler- Overrides:
canHandleFetch in class CustomPersistenceHandlerAdapter
canHandleAdd
public Boolean canHandleAdd(PersistencePackage persistencePackage)
- Specified by:
canHandleAdd in interface CustomPersistenceHandler- Overrides:
canHandleAdd in class CustomPersistenceHandlerAdapter
canHandleRemove
public Boolean canHandleRemove(PersistencePackage persistencePackage)
- Specified by:
canHandleRemove in interface CustomPersistenceHandler- Overrides:
canHandleRemove in class CustomPersistenceHandlerAdapter
canHandleUpdate
public Boolean canHandleUpdate(PersistencePackage persistencePackage)
- Specified by:
canHandleUpdate in interface CustomPersistenceHandler- Overrides:
canHandleUpdate in class CustomPersistenceHandlerAdapter
retrieveSandBoxItems
protected List<SandBoxItem> retrieveSandBoxItems(List<Long> ids,
DynamicEntityDao dynamicEntityDao,
SandBox mySandBox)
fetch
public DynamicResultSet fetch(PersistencePackage persistencePackage,
com.anasoft.os.daofusion.cto.client.CriteriaTransferObject cto,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper)
throws ServiceException
- Specified by:
fetch in interface CustomPersistenceHandler- Overrides:
fetch in class CustomPersistenceHandlerAdapter
- Throws:
ServiceException
Copyright © 2013. All Rights Reserved.