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

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

public class PendingSandBoxItemCustomPersistenceHandler
extends SandBoxItemCustomPersistenceHandler

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
 
Fields inherited from class org.broadleafcommerce.cms.admin.server.handler.SandBoxItemCustomPersistenceHandler
adminRemoteSecurityService, adminSecurityService, sandBoxService
 
Constructor Summary
PendingSandBoxItemCustomPersistenceHandler()
           
 
Method Summary
 Boolean canHandleFetch(PersistencePackage persistencePackage)
           
 DynamicResultSet fetch(PersistencePackage persistencePackage, com.anasoft.os.daofusion.cto.client.CriteriaTransferObject cto, DynamicEntityDao dynamicEntityDao, RecordHelper helper)
           
 
Methods inherited from class org.broadleafcommerce.cms.admin.server.handler.SandBoxItemCustomPersistenceHandler
canHandleAdd, canHandleRemove, canHandleUpdate, retrieveSandBoxItems, willHandleSecurity
 
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
 

Constructor Detail

PendingSandBoxItemCustomPersistenceHandler

public PendingSandBoxItemCustomPersistenceHandler()
Method Detail

canHandleFetch

public Boolean canHandleFetch(PersistencePackage persistencePackage)
Specified by:
canHandleFetch in interface CustomPersistenceHandler
Overrides:
canHandleFetch in class SandBoxItemCustomPersistenceHandler

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 SandBoxItemCustomPersistenceHandler
Throws:
ServiceException


Copyright © 2013. All Rights Reserved.