| Modifier and Type | Method and Description |
|---|---|
static DateRange |
DateRange.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DateRange[] |
DateRange.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Long |
StoryService.countExploreStories(es.uvigo.esei.dgss.teamc.microstories.entities.Genre genre,
es.uvigo.esei.dgss.teamc.microstories.entities.Theme theme,
Date today,
DateRange dateRange)
Returns the number of stories matching given values for not
null
arguments. |
Long |
StoryService.countExploreStories(es.uvigo.esei.dgss.teamc.microstories.entities.Genre genre,
es.uvigo.esei.dgss.teamc.microstories.entities.Theme theme,
DateRange dateRange)
Returns the number of stories matching given values for not
null
arguments. |
List<es.uvigo.esei.dgss.teamc.microstories.entities.Story> |
StoryService.exploreStories(es.uvigo.esei.dgss.teamc.microstories.entities.Genre genre,
es.uvigo.esei.dgss.teamc.microstories.entities.Theme theme,
Date today,
DateRange dateRange,
int pageSize,
int pageIndex)
Returns a list of stories matching given values for not
null
arguments. |
List<es.uvigo.esei.dgss.teamc.microstories.entities.Story> |
StoryService.exploreStories(es.uvigo.esei.dgss.teamc.microstories.entities.Genre genre,
es.uvigo.esei.dgss.teamc.microstories.entities.Theme theme,
DateRange dateRange,
int pageSize,
int pageIndex)
Returns the number of stories matching given values for not
null
arguments. |
Copyright © 2021. All rights reserved.