de.espirit.firstspirit.access.packagepool
Interface PublishGroup


public interface PublishGroup

Since:
3.1.158

Method Summary
 void delete()
          Deletes this publish group
 String getDescription()
          Returns the description of this publish group.
 long getId()
          Gets the unique ID of this PublishGroup.
 String getName()
          Returns the name of this PublishGroup.
 Collection<Subscription> getSubscriptions()
          Returns a list of Subscription's which which are defined with this publish group.
 void save()
          Makes the changes persisten on the server.
 void setDescription(String description)
          Sets the description of this publish group
 void setName(String name)
          Sets the name of this PublishGroup.
 

Method Detail

getId

long getId()
Gets the unique ID of this PublishGroup.

Returns:
the unique ID
Since:
3.1.158

getName

String getName()
Returns the name of this PublishGroup.

Returns:
the name of this PublishGroup
Since:
3.1.158

setName

void setName(String name)
Sets the name of this PublishGroup.

Parameters:
name - of the publish group
Since:
3.1.158

getDescription

String getDescription()
Returns the description of this publish group.

Returns:
description
Since:
3.1.158

setDescription

void setDescription(String description)
Sets the description of this publish group

Parameters:
description - the new description
Since:
3.1.158

getSubscriptions

Collection<Subscription> getSubscriptions()
Returns a list of Subscription's which which are defined with this publish group.

Returns:
a list of publish groups
Since:
3.1.158

save

void save()
Makes the changes persisten on the server.

Since:
3.1.158

delete

void delete()
Deletes this publish group

Since:
3.1.158


Copyright © 2012 e-Spirit AG. All Rights Reserved. Build 4.2.480