|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PublishGroup
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 |
---|
long getId()
String getName()
void setName(String name)
name
- of the publish groupString getDescription()
void setDescription(String description)
description
- the new descriptionCollection<Subscription> getSubscriptions()
Subscription
's which
which are defined with this publish group.
void save()
void delete()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |