Uses of Enum
org.opencms.ade.publish.A_CmsPublishGroupHelper.GroupAge
Packages that use 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
Methods in org.opencms.ade.publish that return A_CmsPublishGroupHelper.GroupAgeModifier 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.Methods in org.opencms.ade.publish that return types with arguments of type A_CmsPublishGroupHelper.GroupAgeModifier 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.Methods in org.opencms.ade.publish with parameters of type A_CmsPublishGroupHelper.GroupAgeModifier and TypeMethodDescriptionA_CmsPublishGroupHelper.getPublishGroupName
(List<RESOURCE> resources, A_CmsPublishGroupHelper.GroupAge age) Returns the localized name for a given publish group based on its age.