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

java.lang.Object
  extended by org.broadleafcommerce.openadmin.server.service.handler.CustomPersistenceHandlerAdapter
      extended by org.broadleafcommerce.cms.admin.server.handler.TimeDTOCustomPersistenceHandler
          extended by org.broadleafcommerce.cms.admin.server.handler.RequestDTOCustomPersistenceHandler
All Implemented Interfaces:
CustomPersistenceHandler, org.springframework.core.Ordered

public class RequestDTOCustomPersistenceHandler
extends TimeDTOCustomPersistenceHandler

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 interface org.broadleafcommerce.openadmin.server.service.handler.CustomPersistenceHandler
DEFAULT_ORDER
 
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
 
Constructor Summary
RequestDTOCustomPersistenceHandler()
           
 
Method Summary
 Boolean canHandleInspect(PersistencePackage persistencePackage)
           
 
Methods inherited from class org.broadleafcommerce.cms.admin.server.handler.TimeDTOCustomPersistenceHandler
canHandleAdd, canHandleFetch, canHandleRemove, canHandleUpdate, inspect
 
Methods inherited from class org.broadleafcommerce.openadmin.server.service.handler.CustomPersistenceHandlerAdapter
add, fetch, getMetadata, getOrder, getResultSet, remove, update, willHandleSecurity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestDTOCustomPersistenceHandler

public RequestDTOCustomPersistenceHandler()
Method Detail

canHandleInspect

public Boolean canHandleInspect(PersistencePackage persistencePackage)
Specified by:
canHandleInspect in interface CustomPersistenceHandler
Overrides:
canHandleInspect in class TimeDTOCustomPersistenceHandler


Copyright © 2013. All Rights Reserved.