Uses of Enum
org.opencms.ade.publish.A_CmsPublishGroupHelper.GroupAge
Package
Description
This package contains the server-side classes for the publish module.
-
Uses of A_CmsPublishGroupHelper.GroupAge in org.opencms.ade.publish
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static A_CmsPublishGroupHelper.GroupAge[]
A_CmsPublishGroupHelper.GroupAge.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionA_CmsPublishGroupHelper.partitionPublishResourcesByAge
(List<RESOURCE> resources, Map<Long, Integer> days) Partitions a list of resources by their age in (local) days since the last modification.Modifier and TypeMethodDescriptionA_CmsPublishGroupHelper.getPublishGroupName
(List<RESOURCE> resources, A_CmsPublishGroupHelper.GroupAge age) Returns the localized name for a given publish group based on its age.