org.benow.web.subscription
Interface Subscribable

All Superinterfaces:
org.benow.repository.util.PersistentObject
All Known Implementing Classes:
DatedSubscribable

public interface Subscribable
extends org.benow.repository.util.PersistentObject

A thing that may be subscribed to

Author:
andy

Field Summary
 
Fields inherited from interface org.benow.repository.util.PersistentObject
FIELD_NAME_KEY
 
Method Summary
 java.util.List<Subscription> getSubscriptions()
           
 boolean isSubscribed()
          Is the current user subscribed?
 
Methods inherited from interface org.benow.repository.util.PersistentObject
getKey, isTransient, remove, remove, setKey, update, update
 

Method Detail

getSubscriptions

java.util.List<Subscription> getSubscriptions()

isSubscribed

boolean isSubscribed()
Is the current user subscribed?

Returns: