| Package | Description |
|---|---|
| com.foreach.common.spring.localization.text |
| Modifier and Type | Method and Description |
|---|---|
LocalizedText |
LocalizedText.LocalizedTextBuilder.build() |
LocalizedText |
LocalizedTextService.getLocalizedText(String application,
String group,
String label)
Gets a single LocalizedText item from the datastore.
|
LocalizedText |
LocalizedTextDataStore.getLocalizedText(String application,
String group,
String label)
Gets an item with a specified label from a particular group.
|
LocalizedText |
AbstractLocalizedTextService.getLocalizedText(String application,
String group,
String label)
Gets a single LocalizedText item from the datastore.
|
LocalizedText |
LocalizedTextService.saveDefaultText(String application,
String group,
String label,
String defaultValue)
Creates a new text item with default values.
|
LocalizedText |
AbstractLocalizedTextService.saveDefaultText(String application,
String group,
String label,
String defaultValue)
Creates a new text item with default values.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<LocalizedText> |
LocalizedTextSetImpl.getItems() |
Collection<LocalizedText> |
LocalizedTextSet.getItems() |
List<LocalizedText> |
LocalizedTextDataStore.getLocalizedTextForGroup(String application,
String group)
Gets a list of all LocalizedText items for a given group.
|
List<LocalizedText> |
LocalizedTextService.getLocalizedTextItems(String application,
String group)
Gets a list of all LocalizedText items for a given group.
|
List<LocalizedText> |
AbstractLocalizedTextService.getLocalizedTextItems(String application,
String group)
Gets a list of all LocalizedText items for a given group.
|
List<LocalizedText> |
LocalizedTextDataStore.searchLocalizedText(String textToSearch)
This will do a search over all items in the datastore, looking for the text specified.
|
List<LocalizedText> |
LocalizedTextService.searchLocalizedTextItemsForText(String textToSearchFor)
Gets a list of all LocalizedText items containing a string.
|
List<LocalizedText> |
AbstractLocalizedTextService.searchLocalizedTextItemsForText(String textToSearchFor)
Gets a list of all LocalizedText items containing a string.
|
| Modifier and Type | Method and Description |
|---|---|
int |
LocalizedText.compareTo(LocalizedText o) |
void |
LocalizedTextService.deleteLocalizedText(LocalizedText text)
Deletes a LocalizedText item from the backing datastore.
|
void |
LocalizedTextDataStore.deleteLocalizedText(LocalizedText text)
Deletes an item in the datastore.
|
void |
AbstractLocalizedTextService.deleteLocalizedText(LocalizedText text)
Deletes a LocalizedText item from the backing datastore.
|
void |
LocalizedTextService.flagAsUsed(LocalizedText text)
Flags a text item as used, this will also call a method on the DAO to flag the item in the data store.
|
void |
LocalizedTextDataStore.flagAsUsed(LocalizedText text)
Flags an item as used in the datastore.
|
void |
AbstractLocalizedTextService.flagAsUsed(LocalizedText text)
Flags a text item as used, this will also call a method on the DAO to flag the item in the data store.
|
void |
LocalizedTextDataStore.insertLocalizedText(LocalizedText text)
Inserts a new item in the datastore.
|
void |
LocalizedTextService.saveLocalizedText(LocalizedText text)
Saves a LocalizedText item in the backing datastore.
|
void |
AbstractLocalizedTextService.saveLocalizedText(LocalizedText text)
Saves a LocalizedText item in the backing datastore.
|
void |
LocalizedTextDataStore.updateLocalizedText(LocalizedText text)
Updates an existing item in the datastore.
|
Copyright © 2017. All rights reserved.