| Package | Description |
|---|---|
| org.opencms.ade.publish |
This package contains the server-side classes for the publish module
|
| Modifier and Type | Method and Description |
|---|---|
static A_CmsPublishGroupHelper.GroupAge |
A_CmsPublishGroupHelper.GroupAge.valueOf(java.lang.String name)
Returns 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 Type | Method and Description |
|---|---|
java.util.Map<A_CmsPublishGroupHelper.GroupAge,java.util.List<RESOURCE>> |
A_CmsPublishGroupHelper.partitionPublishResourcesByAge(java.util.List<RESOURCE> resources,
java.util.Map<java.lang.Long,java.lang.Integer> days)
Partitions a list of resources by their age in (local) days since the last modification.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
A_CmsPublishGroupHelper.getPublishGroupName(java.util.List<RESOURCE> resources,
A_CmsPublishGroupHelper.GroupAge age)
Returns the localized name for a given publish group based on its age.
|