|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ItemSourceIF | |
---|---|
de.nava.informa.core | This package contains interfaces for the news channel objects, it builds the core API for all news channel storage implementation. |
de.nava.informa.impl.basic | Provides an in-memory implementation of the core news channel interfaces. |
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. |
Uses of ItemSourceIF in de.nava.informa.core |
---|
Methods in de.nava.informa.core that return ItemSourceIF | |
---|---|
ItemSourceIF |
ChannelBuilderIF.createItemSource(ItemIF item,
String name,
String location,
Date timestamp)
|
ItemSourceIF |
ItemIF.getSource()
|
Methods in de.nava.informa.core with parameters of type ItemSourceIF | |
---|---|
void |
ItemIF.setSource(ItemSourceIF source)
|
Uses of ItemSourceIF in de.nava.informa.impl.basic |
---|
Classes in de.nava.informa.impl.basic that implement ItemSourceIF | |
---|---|
class |
ItemSource
In-Memory implementation of the ItemSourceIF interface. |
Methods in de.nava.informa.impl.basic that return ItemSourceIF | |
---|---|
ItemSourceIF |
ChannelBuilder.createItemSource(ItemIF item,
String name,
String location,
Date timestamp)
|
ItemSourceIF |
Item.getSource()
|
Methods in de.nava.informa.impl.basic with parameters of type ItemSourceIF | |
---|---|
void |
Item.setSource(ItemSourceIF source)
|
Uses of ItemSourceIF in de.nava.informa.impl.hibernate |
---|
Methods in de.nava.informa.impl.hibernate that return ItemSourceIF | |
---|---|
ItemSourceIF |
ChannelBuilder.createItemSource(ItemIF item,
String name,
String location,
Date timestamp)
|
ItemSourceIF |
ChannelBuilder.createItemSource(String name,
String location,
Date timestamp)
|
ItemSourceIF |
Item.getSource()
|
Methods in de.nava.informa.impl.hibernate with parameters of type ItemSourceIF | |
---|---|
void |
Item.setSource(ItemSourceIF aSource)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |