Uses of Interface
org.broadleafcommerce.openadmin.server.service.handler.CustomPersistenceHandler
Packages that use CustomPersistenceHandler
Package
Description
-
Uses of CustomPersistenceHandler in org.broadleafcommerce.openadmin.server.security.handler
Classes in org.broadleafcommerce.openadmin.server.security.handler that implement CustomPersistenceHandlerModifier and TypeClassDescriptionclassclass -
Uses of CustomPersistenceHandler in org.broadleafcommerce.openadmin.server.service.handler
Classes in org.broadleafcommerce.openadmin.server.service.handler that implement CustomPersistenceHandlerModifier and TypeClassDescriptionclassConvenience passthrough forCustomPersistenceHandlerAdapterthat provides a method for class detection based on the provided constructor.classConvenience class for thoseCustomPersistenceHandlerimplementations that do not wish to implement all the methods of the interface.classCustom persistence handler for SystemProperty to ensure that the value is validated against the type appropriately.classCustom persistence handler for Translations, it verifies on "add" that the combination of the 4 "key" fields is not repeated (as in a software-enforced unique index, which is not utilized because of sandboxing and multitenancy concerns). -
Uses of CustomPersistenceHandler in org.broadleafcommerce.openadmin.server.service.persistence
Fields in org.broadleafcommerce.openadmin.server.service.persistence with type parameters of type CustomPersistenceHandlerModifier and TypeFieldDescriptionprotected List<CustomPersistenceHandler>PersistenceManagerImpl.customPersistenceHandlersMethods in org.broadleafcommerce.openadmin.server.service.persistence that return types with arguments of type CustomPersistenceHandlerModifier and TypeMethodDescriptionPersistenceManager.getCustomPersistenceHandlers()PersistenceManagerImpl.getCustomPersistenceHandlers()Method parameters in org.broadleafcommerce.openadmin.server.service.persistence with type arguments of type CustomPersistenceHandlerModifier and TypeMethodDescriptionvoidPersistenceManager.setCustomPersistenceHandlers(List<CustomPersistenceHandler> customPersistenceHandlers) voidPersistenceManagerImpl.setCustomPersistenceHandlers(List<CustomPersistenceHandler> customPersistenceHandlers)