de.nava.informa.core
Interface UserIF
- All Superinterfaces:
- Serializable, WithIdMIF, WithNameMIF
public interface UserIF
- extends WithIdMIF, WithNameMIF
This interface is implemented by objects storing user specific information.
- Author:
- Niko Schmuck (niko@nava.de)
getChannelSubscriptions
Collection getChannelSubscriptions()
- Returns:
- A collection of ChannelSubscriptionIF objects.
addChannelSubscription
void addChannelSubscription(ChannelSubscriptionIF subscription)
removeChannelSubscription
void removeChannelSubscription(ChannelSubscriptionIF subscription)
getItemMetadata
Collection getItemMetadata()
- Returns:
- A collection of ItemMetadataIF objects.
addItemMetadata
void addItemMetadata(ItemMetadataIF metadata)
removeItemMetadata
void removeItemMetadata(ItemMetadataIF metadata)
Copyright © 2002-2007 Niko Schmuck.
All Rights Reserved.