|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ShowItem | |
---|---|
uk.org.ury.common.show |
Uses of ShowItem in uk.org.ury.common.show |
---|
Methods in uk.org.ury.common.show that return ShowItem | |
---|---|
ShowItem |
ShowChannel.get(int index)
Retrieves an item from the channel. |
Methods in uk.org.ury.common.show that return types with arguments of type ShowItem | |
---|---|
static java.util.List<ShowItem> |
ShowUtils.getChannelList(DatabaseDriver db,
int showID,
int channel)
Given a show and a channel, retrieve a list of all show items bound to that channel for the show. |
Methods in uk.org.ury.common.show with parameters of type ShowItem | |
---|---|
void |
ShowChannel.add(int index,
ShowItem item)
Adds a new item to the channel. |
void |
ShowChannel.add(ShowItem item)
Adds a new item to the end of the channel. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |