Uses of Enum Class
org.broadleafcommerce.openadmin.server.service.type.ChangeType
Packages that use ChangeType
Package
Description
-
Uses of ChangeType in org.broadleafcommerce.openadmin.dto
Fields in org.broadleafcommerce.openadmin.dto with type parameters of type ChangeTypeModifier and TypeFieldDescriptionprotected Map<ChangeType,List<PersistencePackage>> PersistencePackage.deferredOperationsMethods in org.broadleafcommerce.openadmin.dto that return types with arguments of type ChangeTypeModifier and TypeMethodDescriptionPersistencePackage.getDeferredOperations()Retrieve any PersistencePackages that should be executed after the current PersistencePackage is fully processed.Methods in org.broadleafcommerce.openadmin.dto with parameters of type ChangeTypeModifier and TypeMethodDescriptionvoidPersistencePackage.addDeferredOperation(ChangeType changeType, PersistencePackage persistencePackage) Method parameters in org.broadleafcommerce.openadmin.dto with type arguments of type ChangeTypeModifier and TypeMethodDescriptionvoidPersistencePackage.setDeferredOperations(Map<ChangeType, List<PersistencePackage>> deferredOperations) -
Uses of ChangeType in org.broadleafcommerce.openadmin.server.service.type
Methods in org.broadleafcommerce.openadmin.server.service.type that return ChangeTypeModifier and TypeMethodDescriptionstatic ChangeTypeReturns the enum constant of this class with the specified name.static ChangeType[]ChangeType.values()Returns an array containing the constants of this enum class, in the order they are declared.