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)

Method Summary
 void addChannelSubscription(ChannelSubscriptionIF subscription)
           
 void addItemMetadata(ItemMetadataIF metadata)
           
 Collection getChannelSubscriptions()
           
 Collection getItemMetadata()
           
 void removeChannelSubscription(ChannelSubscriptionIF subscription)
           
 void removeItemMetadata(ItemMetadataIF metadata)
           
 
Methods inherited from interface de.nava.informa.core.WithIdMIF
getId, setId
 
Methods inherited from interface de.nava.informa.core.WithNameMIF
getName, setName
 

Method Detail

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.