org.broadleafcommerce.cms.admin.server.handler
Class SandBoxItemCustomPersistenceHandler

java.lang.Object
  extended by org.broadleafcommerce.openadmin.server.service.handler.CustomPersistenceHandlerAdapter
      extended by org.broadleafcommerce.cms.admin.server.handler.SandBoxItemCustomPersistenceHandler
All Implemented Interfaces:
CustomPersistenceHandler
Direct Known Subclasses:
PendingSandBoxItemCustomPersistenceHandler

public class SandBoxItemCustomPersistenceHandler
extends CustomPersistenceHandlerAdapter

Created by IntelliJ IDEA. User: jfischer Date: 8/23/11 Time: 1:56 PM To change this template use File | Settings | File Templates.


Field Summary
protected  AdminSecurityServiceRemote adminRemoteSecurityService
           
protected  AdminSecurityService adminSecurityService
           
protected  SandBoxService sandBoxService
           
 
Constructor Summary
SandBoxItemCustomPersistenceHandler()
           
 
Method Summary
 Boolean canHandleAdd(PersistencePackage persistencePackage)
           
 Boolean canHandleFetch(PersistencePackage persistencePackage)
           
 Boolean canHandleRemove(PersistencePackage persistencePackage)
           
 Boolean canHandleUpdate(PersistencePackage persistencePackage)
           
 DynamicResultSet fetch(PersistencePackage persistencePackage, com.anasoft.os.daofusion.cto.client.CriteriaTransferObject cto, DynamicEntityDao dynamicEntityDao, RecordHelper helper)
           
protected  List<SandBoxItem> retrieveSandBoxItems(List<Long> ids, DynamicEntityDao dynamicEntityDao, SandBox mySandBox)
           
 Boolean willHandleSecurity(PersistencePackage persistencePackage)
           
 
Methods inherited from class org.broadleafcommerce.openadmin.server.service.handler.CustomPersistenceHandlerAdapter
add, canHandleInspect, inspect, remove, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sandBoxService

protected SandBoxService sandBoxService

adminSecurityService

protected AdminSecurityService adminSecurityService

adminRemoteSecurityService

protected AdminSecurityServiceRemote adminRemoteSecurityService
Constructor Detail

SandBoxItemCustomPersistenceHandler

public SandBoxItemCustomPersistenceHandler()
Method Detail

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 © 2011. All Rights Reserved.