| Package | Description |
|---|---|
| org.smarti18n.api | |
| org.smarti18n.models |
| Modifier and Type | Method and Description |
|---|---|
Message |
MessagesApiImpl.copy(String projectId,
String sourceKey,
String targetKey) |
Message |
MessagesApi.copy(String projectId,
String sourceKey,
String targetKey) |
Message |
MessagesApiImpl.findOne(String projectId,
String key) |
Message |
MessagesApi.findOne(String projectId,
String key) |
Message |
MessagesApiImpl.insert(String projectId,
String key) |
Message |
MessagesApi.insert(String projectId,
String key) |
Message |
MessagesApiImpl.update(String projectId,
Message message) |
Message |
MessagesApi.update(String projectId,
Message message) |
Message |
MessagesApiImpl.update(String projectId,
String key,
Locale locale,
String translation) |
Message |
MessagesApi.update(String projectId,
String key,
Locale locale,
String translation) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Message> |
MessagesApiImpl.findAll(String projectId) |
Collection<Message> |
MessagesApi.findAll(String projectId) |
| Modifier and Type | Method and Description |
|---|---|
Message |
MessagesApiImpl.update(String projectId,
Message message) |
Message |
MessagesApi.update(String projectId,
Message message) |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageImpl |
| Constructor and Description |
|---|
MessageImpl(Message message) |
Copyright © 2019. All rights reserved.