Class TranslationsCreateEvent
java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.BusinessEvent<Void>
overit.geocall.basic.bl.dictionary.event.TranslationsCreateEvent
Event that will be called to request the creation of the translations in a dictionary.
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.bl.GenericEvent
GenericEvent.Step<O> -
Field Summary
FieldsFields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionTranslationsCreateEvent(String dictionaryId, String translationsContent) Create a new event that will be called to request the creation of the translations in a dictionary. -
Method Summary
Modifier and TypeMethodDescriptionGets the id of the dictionary where the translation content will be put.Gets the content of the translation that will be put in the dictionary.Methods inherited from class overit.geocall.bl.BusinessEvent
doLaunchMethods inherited from class overit.geocall.bl.GenericEvent
clearEvents, defineInterruptor, defineResult, getJournal, getResult, getSpouts, getStreamJournal, isInternal, launch, launch, launchAsync, launchAsync, register, registerSpouts
-
Field Details
-
dictionaryId
-
translationsContent
-
-
Constructor Details
-
TranslationsCreateEvent
Create a new event that will be called to request the creation of the translations in a dictionary.- Parameters:
dictionaryId- the id of the dictionary where the translation will be put.translationsContent- the content of the translation that will be put in the dictionary.
-
-
Method Details
-
getDictionaryId
Gets the id of the dictionary where the translation content will be put.- Returns:
- the id of the dictionary where the translation content will be put.
-
getTranslationsContent
Gets the content of the translation that will be put in the dictionary.- Returns:
- the content of the translation that will be put in the dictionary.
-