|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Channel | |
|---|---|
| de.nava.informa.impl.hibernate | Provides an implementation of the core news channel interfaces using persistence mechanism provided by Hibernate (for more see http://www.hibernate.org. |
| de.nava.informa.utils | Provides utility classes that are convenient when handling the news channel object model. |
| Uses of Channel in de.nava.informa.impl.hibernate |
|---|
| Methods in de.nava.informa.impl.hibernate that return Channel | |
|---|---|
Channel |
ChannelBuilder.reload(Channel channel)
Reloads channel for use in new session. |
| Methods in de.nava.informa.impl.hibernate with parameters of type Channel | |
|---|---|
Channel |
ChannelBuilder.reload(Channel channel)
Reloads channel for use in new session. |
| Uses of Channel in de.nava.informa.utils |
|---|
| Methods in de.nava.informa.utils that return Channel | |
|---|---|
Channel |
PersistChanGrpMgr.addChannel(String url)
Add a channel to this Persisten Channel Group. |
| Methods in de.nava.informa.utils with parameters of type Channel | |
|---|---|
boolean |
PersistChanGrpMgr.deleteChannel(Channel channel)
Delete specified channel from this PersistChanGrpMgr. |
int |
PersistChanGrpMgr.deleteItemFromChannel(Channel channel,
Item item)
Delete specified item from specified Channel |
int |
PersistChanGrpMgr.getItemCount(Channel channel)
Return number of Items currently in specified Channel |
boolean |
PersistChanGrpMgr.hasChannel(Channel achannel)
Check if this PersistChanGrp has specified CHannel as a member already |
void |
PersistChanGrpMgr.moveChannelTo(Channel channel,
PersistChanGrpMgr destGrp)
Move a Channel from this PersistentChannelGroup to a different one |
void |
PersistChanGrpMgr.notifyChannelRetrieved(Channel chan)
Send notification that specified channel was retrieved. |
void |
PersistChanGrpMgr.notifyChannelsAndItems(Channel channel)
notifyChannelsAndItems - Notify both item and channel listeners for a channel and all its items. |
void |
PersistChanGrpMgr.notifyItems(Channel channelHandle)
Send notifications for all the items of this channel that they have been added. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||