Package | Description |
---|---|
org.stanwood.media.store.db |
Modifier and Type | Method and Description |
---|---|
java.util.List<DBSeason> |
DBShow.getSeasons()
Used to get a list of seasons within the show
|
Modifier and Type | Method and Description |
---|---|
protected void |
DatabaseStore.updateSeason(ISeason season,
DBSeason dbSeason) |
Modifier and Type | Method and Description |
---|---|
void |
DBShow.setSeasons(java.util.List<DBSeason> seasons)
Used to set a list of seasons within the show
|