| Package | Description |
|---|---|
| org.opencms.ade.publish |
This package contains the server-side classes for the publish module
|
| org.opencms.ade.publish.shared |
Classes for the publish dialog which are used by both the client and the server.
|
| Modifier and Type | Method and Description |
|---|---|
protected CmsPublishGroup |
CmsSinglePublishGroupHelper.createGroup(java.lang.String name,
java.util.List<CmsPublishResource> resources) |
protected CmsPublishGroup |
CmsDefaultPublishGroupHelper.createGroup(java.lang.String name,
java.util.List<CmsPublishResource> resources) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsPublishGroup> |
CmsSinglePublishGroupHelper.getGroups(java.util.List<CmsPublishResource> resources) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsPublishGroup> |
CmsPublishGroupList.getGroups()
Gets the list of publish groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsPublishGroupList.setGroups(java.util.List<CmsPublishGroup> groups)
Sets the publish groups.
|