Class RequestDTOCustomPersistenceHandler
java.lang.Object
org.broadleafcommerce.openadmin.server.service.handler.CustomPersistenceHandlerAdapter
org.broadleafcommerce.cms.admin.server.handler.TimeDTOCustomPersistenceHandler
org.broadleafcommerce.cms.admin.server.handler.RequestDTOCustomPersistenceHandler
- All Implemented Interfaces:
CustomPersistenceHandler
,org.springframework.core.Ordered
@Component("blRequestDTOCustomPersistenceHandler")
public class RequestDTOCustomPersistenceHandler
extends TimeDTOCustomPersistenceHandler
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncanHandleInspect
(PersistencePackage persistencePackage) Is this persistence handler capable of dealing with an inspect request from the adminMethods 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, getClassForName, getMetadata, getOrder, getPolymorphicClasses, getResultSet, isAdornedListOperation, isAssignableFrom, isBasicOperation, isMapOperation, meetsCustomCriteria, remove, update, willHandleSecurity
-
Constructor Details
-
RequestDTOCustomPersistenceHandler
public RequestDTOCustomPersistenceHandler()
-
-
Method Details
-
canHandleInspect
Description copied from interface:CustomPersistenceHandler
Is this persistence handler capable of dealing with an inspect request from the admin- Specified by:
canHandleInspect
in interfaceCustomPersistenceHandler
- Overrides:
canHandleInspect
in classTimeDTOCustomPersistenceHandler
- Parameters:
persistencePackage
- details about the inspect operation- Returns:
- whether or not this handler supports inspects
-