| Package | Description |
|---|---|
| org.spincast.website.models | |
| org.spincast.website.repositories | |
| org.spincast.website.services |
| Modifier and Type | Class and Description |
|---|---|
class |
NewsEntry
Spincast news entry implementation.
|
| Modifier and Type | Method and Description |
|---|---|
List<INewsEntry> |
INewsEntriesAndTotalNbr.getNewsEntries() |
| Modifier and Type | Method and Description |
|---|---|
INewsEntry |
INewsRepository.getNewsEntry(long newsId)
Gets a specific news entry.
|
INewsEntry |
HardcodedNewsRepository.getNewsEntry(long newsId) |
| Modifier and Type | Method and Description |
|---|---|
List<INewsEntry> |
INewsRepository.getNewsEntries(boolean ascOrder)
Gets all the news entries.
|
List<INewsEntry> |
HardcodedNewsRepository.getNewsEntries(boolean ascOrder) |
protected Map<Long,INewsEntry> |
HardcodedNewsRepository.getNewsEntriesById() |
protected List<INewsEntry> |
HardcodedNewsRepository.getNewsEntriesLocal() |
| Modifier and Type | Method and Description |
|---|---|
INewsEntry |
NewsService.getNewsEntry(long newsId) |
INewsEntry |
INewsService.getNewsEntry(long newsId)
Gets a specific news entry.
|
| Modifier and Type | Method and Description |
|---|---|
List<INewsEntry> |
NewsService.getNewsEntries(boolean ascOrder) |
List<INewsEntry> |
INewsService.getNewsEntries(boolean ascOrder)
Gets all the news entries.
|
Copyright © 2016. All rights reserved.