public interface DataTranslationServiceLocal extends DataTranslationService
DataTranslationService| Modifier and Type | Method and Description |
|---|---|
org.cyclos.impl.contentmanagement.DataTranslationEntityMapping |
getEntityMapping(DataTranslationType type)
Returns the mapping for data translation with the given type
|
java.util.Map<java.lang.String,java.lang.String> |
getValues(BuiltinLanguage language,
org.cyclos.entities.BaseEntity entity)
Returns the customized translations for each property of the given given entity, on the given language
|
java.util.Map<java.lang.String,java.lang.String> |
getValues(User user,
org.cyclos.entities.BaseEntity entity)
Returns the customized translations for each property of the given entity, for the language of the given user
|
list, translateorg.cyclos.impl.contentmanagement.DataTranslationEntityMapping getEntityMapping(DataTranslationType type) throws FrameworkException
FrameworkExceptionjava.util.Map<java.lang.String,java.lang.String> getValues(BuiltinLanguage language, org.cyclos.entities.BaseEntity entity) throws FrameworkException
FrameworkExceptionjava.util.Map<java.lang.String,java.lang.String> getValues(User user, org.cyclos.entities.BaseEntity entity) throws FrameworkException
FrameworkException