public class L10nBundle
extends de.ipcon.db.core.L10nBundleBase
ATT_Locale1, ATT_Locale2, ATT_Locale3, ATT_PathPos, ATT_Preload, ATT_Resources, ENT_L10nBundle
ATT_Beschreibung, ATT_KinderRefs, ATT_L10nBeschreibung, ATT_L10nName, ATT_Name, ENT_Benannt
ATT_AlsAntwortAnBeiAuftraegen, ATT_AlsEmpfaengerBCCBeiAuftraegen, ATT_AlsEmpfaengerBeiAuftraegen, ATT_AlsEmpfaengerCCBeiAuftraegen, ATT_AlsKontextBOBeiAuftraegen, ATT_WirdAlsAntwortAnVerwendetBeiAlarmen, ATT_WirdBenachrichtigtBCCBeiAlarm, ATT_WirdBenachrichtigtBeiAlarm, ATT_WirdBenachrichtigtCCBeiAlarm, ENT_CoreBO
BLOB_KEY, CANCEL_RECALC_CALLED, D_0, D_1, D_10, D_100, D_1000, D_10000, D_5, D_MINUS_1, D_MINUS_ONE, D_ONE, D_ZERO, doExWriteLRMFunction, EMPTY_ARRAY, F_0, F_1, L_0, L10N_KEY_BO_INSTANTIATION, L10N_KEY_BO_WITH_PROTECTED_CONSTRUCTOR, NULL_AGGREGATE, NULL_ITERATOR
ATT_Badge, ATT_Badge2, ATT_Badge3, ATT_Badge4, ATT_BLOBCreatedBy, ATT_BLOBCreatedOn, ATT_BLOBDeletedBy, ATT_BLOBDeletedOn, ATT_BLOBLastModifiedBy, ATT_BLOBLastModifiedOn, ATT_Bot, ATT_Crea, ATT_CreatedBy, ATT_CreatedModifiedText, ATT_Id, ATT_InvolvedInProcs, ATT_LastModifiedBy, ATT_Ldel, ATT_Lmod, ATT_Procs, EMPTY_ARRAY, ENT_BO
Constructor and Description |
---|
L10nBundle() |
Modifier and Type | Method and Description |
---|---|
boolean |
action_exportDialog(BasicClientContextI ctx)
shows the dialog that lets you choose the locales for which the bundle is to be exported afterwards calls
exportAllTranslatorVersions |
boolean |
action_importTranslatorVersions(BasicClientContextI ctx) |
void |
addResource(L10nResource r) |
void |
afterVerifyOnServer(java.lang.Long nodeNumber,
Benutzer user,
Transaction tx) |
static L10nBundle |
assureAndIncludeBundle(Transaction tx,
java.lang.String name)
Returns the L10nBundle with the given Name from tx.
|
static L10nBundle |
assureAndIncludeBundle(Transaction tx,
java.lang.String name,
java.lang.String beschreibung) |
static void |
assurePackageBundles(Transaction tx,
L10nLocale schemaLocale,
java.lang.String pack) |
void |
assureResource(java.lang.String key,
java.lang.String val,
L10nLocale locale)
Checks if an L10nResource for key exists, creating a new one if not.
|
void |
assureResource(java.lang.String key,
java.lang.String val,
L10nLocale locale,
java.util.Set keepTheseSet) |
void |
assureResource(java.lang.String key,
java.lang.String val,
L10nLocale locale,
java.util.Set keepTheseSet,
java.lang.String origin) |
static void |
assureSchemaBundles(Transaction tx,
L10nLocale schemaLocale)
Creates default L10nResources for all Entities, Ordner and Attributes from
the Schema of tx.
|
void |
bumpResourceVersions() |
static L10nBundle |
createOrUpdateFromTranslatorVersion(java.io.InputStream _is,
Transaction _tx)
Reads L10nBundle/L10nResource data from the given InputStream and either
loads and updates the existing L10nBundle or creates it using the data.
|
static L10nBundle |
createOrUpdateFromTranslatorVersion(java.io.InputStream _is,
Transaction _tx,
boolean _allowClearing) |
static L10nBundle |
createOrUpdateFromTranslatorVersion(java.io.InputStream _is,
Transaction _tx,
boolean _allowClearing,
java.lang.String _filename) |
boolean |
exportAllTranslatorVersions(BasicClientContextI ctx,
L10nLocale fromLocale,
java.lang.Object[] toLocales)
wrapper for
exportTranslatorVersion to choose a save location and to handle multiple "export to" locales |
boolean |
exportAllTranslatorVersions(BasicClientContextI ctx,
L10nLocale fromLocale,
java.lang.Object[] toLocales,
java.util.concurrent.CompletableFuture prefetchingFuture) |
void |
exportTranslatorVersion(BasicClientContextI ctx,
java.io.File outfile,
java.lang.String filename,
L10nLocale fromLocale,
L10nLocale toLocale)
exports the bundle in the given locales to the given location with the given filename. not recommended!
|
void |
exportTranslatorVersion(BasicClientContextI ctx,
java.io.File outfile,
java.lang.String filename,
L10nLocale fromLocale,
L10nLocale toLocale,
java.util.Collection prefetchedResources) |
static L10nPackProviderI |
findNextL10nPackProvider(BOLoaderI bol)
Returns the first L10nPackProviderI instance along the loader chain or null if none found
|
L10nLocale |
getLocale1() |
L10nLocale |
getLocale2() |
L10nLocale |
getLocale3() |
static L10nBundle |
getOrCreateByName(BOLoaderI bol,
java.lang.String name)
finds or creates a l10n bundle by name
|
static L10nBundle |
getOrCreateByName(BOLoaderI bol,
java.lang.String name,
boolean preload) |
static L10nBundle |
getOrCreateByName(BOLoaderI bol,
java.lang.String name,
boolean preload,
java.lang.Integer pathpos) |
L10nPack |
getPack(L10nLocale l) |
L10nPack |
getPack(java.util.Locale locale) |
L10nResource |
getResource(java.lang.String s) |
static void |
initEnvironment(Transaction _tx,
UnresolvedReferencesResolver _urr,
boolean _authoritative)
This method is called from the DBMan/BOEnvironmentBuilder and loads the
resources from de/ipcon/resources/l10n and creates L10nBundles for them.
|
java.lang.String |
readCompleteLine(java.io.BufferedReader r)
Read the next "line" from the given Reader, taking continuation lines into
account while ignoring empty lines and comments.
|
void |
removeResource(L10nResource r) |
void |
setLocale1(L10nLocale l) |
void |
setLocale2(L10nLocale l) |
void |
setLocale3(L10nLocale l) |
void |
setName(java.lang.String s) |
L10nBundle |
unlazyForGraphCaching() |
void |
updateResourceCache(L10nResource r,
java.lang.String oldKey,
java.lang.String newKey) |
void |
verifyOnClient(BasicClientContextI ctx) |
copyFrom, copyFrom, equalPayload, getPathPos, getPathPosNN, getPathPosNN, getPreload, getPreloadNN, getPreloadNN, getResources, getResourcesIterator, istPreload, needLocale1, needLocale2, needLocale3, needPathPos, needPopulatedResources, needPreload, pgetResourcesLazy, readExternal, setBOLoader, setPathPos, setPreload, setResources, slim, slim, writeExternal
compareTo, createTID, createTID, getL10nBeschreibung, getL10nName, getPairStorage, inputAsBenanntRelation, inputAsBenanntRelation, inputAsBenanntRelation, inputAsBenanntRelation, inputAsMultiBenanntRelation, inputAsMultiBenanntRelation, inputAsMultiBenanntRelation, inputAsMultiRelation, inputAsMultiRelation, inputAsMultiRelation, inputAsRelation, inputAsRelation, inputAsRelation, inputAsRelation, outputAsBenanntRelation, outputAsBenanntRelation, outputAsMultiBenanntRelation, outputAsMultiBenanntRelation, outputAsMultiRelation, outputAsMultiRelation, outputAsRelation, outputAsRelation, outputAsRelation, outputBOTName, outputIntoElement, outputIntoElement, storePreparedRelationQueryResult
addKinderRef, getBeschreibung, getBeschreibungNE, getBeschreibungNN, getBeschreibungNN, getKinderRefs, getKinderRefsIterator, getL10nBeschreibungNE, getL10nBeschreibungNN, getL10nBeschreibungNN, getL10nNameNE, getL10nNameNN, getL10nNameNN, getName, getNameNE, getNameNN, getNameNN, needBeschreibung, needL10nBeschreibung, needL10nName, needName, needPopulatedKinderRefs, pgetKinderRefsLazy, removeKinderRef, setBeschreibung, setKinderRefs
addAlsAntwortAnBeiAuftrag, addAlsEmpfaengerBCCBeiAuftrag, addAlsEmpfaengerBeiAuftrag, addAlsEmpfaengerCCBeiAuftrag, addAlsKontextBOBeiAuftrag, addWirdAlsAntwortAnVerwendetBeiAlarm, addWirdBenachrichtigtBCCBeiAlarm, addWirdBenachrichtigtBeiAlarm, addWirdBenachrichtigtCCBeiAlarm, getAlsAntwortAnBeiAuftraegen, getAlsAntwortAnBeiAuftraegenIterator, getAlsEmpfaengerBCCBeiAuftraegen, getAlsEmpfaengerBCCBeiAuftraegenIterator, getAlsEmpfaengerBeiAuftraegen, getAlsEmpfaengerBeiAuftraegenIterator, getAlsEmpfaengerCCBeiAuftraegen, getAlsEmpfaengerCCBeiAuftraegenIterator, getAlsKontextBOBeiAuftraegen, getAlsKontextBOBeiAuftraegenIterator, getWirdAlsAntwortAnVerwendetBeiAlarmen, getWirdAlsAntwortAnVerwendetBeiAlarmenIterator, getWirdBenachrichtigtBCCBeiAlarm, getWirdBenachrichtigtBCCBeiAlarmIterator, getWirdBenachrichtigtBeiAlarm, getWirdBenachrichtigtBeiAlarmIterator, getWirdBenachrichtigtCCBeiAlarm, getWirdBenachrichtigtCCBeiAlarmIterator, needPopulatedAlsAntwortAnBeiAuftraegen, needPopulatedAlsEmpfaengerBCCBeiAuftraegen, needPopulatedAlsEmpfaengerBeiAuftraegen, needPopulatedAlsEmpfaengerCCBeiAuftraegen, needPopulatedAlsKontextBOBeiAuftraegen, needPopulatedWirdAlsAntwortAnVerwendetBeiAlarmen, needPopulatedWirdBenachrichtigtBCCBeiAlarm, needPopulatedWirdBenachrichtigtBeiAlarm, needPopulatedWirdBenachrichtigtCCBeiAlarm, pgetAlsAntwortAnBeiAuftraegenLazy, pgetAlsEmpfaengerBCCBeiAuftraegenLazy, pgetAlsEmpfaengerBeiAuftraegenLazy, pgetAlsEmpfaengerCCBeiAuftraegenLazy, pgetAlsKontextBOBeiAuftraegenLazy, pgetWirdAlsAntwortAnVerwendetBeiAlarmenLazy, pgetWirdBenachrichtigtBCCBeiAlarmLazy, pgetWirdBenachrichtigtBeiAlarmLazy, pgetWirdBenachrichtigtCCBeiAlarmLazy, removeAlsAntwortAnBeiAuftrag, removeAlsEmpfaengerBCCBeiAuftrag, removeAlsEmpfaengerBeiAuftrag, removeAlsEmpfaengerCCBeiAuftrag, removeAlsKontextBOBeiAuftrag, removeWirdAlsAntwortAnVerwendetBeiAlarm, removeWirdBenachrichtigtBCCBeiAlarm, removeWirdBenachrichtigtBeiAlarm, removeWirdBenachrichtigtCCBeiAlarm, setAlsAntwortAnBeiAuftraegen, setAlsEmpfaengerBCCBeiAuftraegen, setAlsEmpfaengerBeiAuftraegen, setAlsEmpfaengerCCBeiAuftraegen, setAlsKontextBOBeiAuftraegen, setWirdAlsAntwortAnVerwendetBeiAlarmen, setWirdBenachrichtigtBCCBeiAlarm, setWirdBenachrichtigtBeiAlarm, setWirdBenachrichtigtCCBeiAlarm
_set, $, $, $, $$, $$bo, $$o, $$r, $$ri, $$ri, acquireTxWriteLock, add, afterSaveOnClient, afterSaveOnServer, afterVerifyOnClient, aggregate, aggregate, aggregate, badge, badge, beforeVerifyOnClient, beforeVerifyOnServer, bumpVersion, cacheLocally, cacheLocally, cacheLocallyAndThrowUnwrappedCause, cacheLocallyAndThrowUnwrappedCause, cacheLocallyAndThrowUnwrappedUncheckedCause, cacheLocallyAndThrowUnwrappedUncheckedCause, cancelCheckConstraints, cancelRecalc, cancelRecalcViaLoadingTransaction, clone, commitTransaction, computeTransientPropertyIfAbsent, conciseDesc, conciseDesc, conciseDesc, conciseDesc, conciseDesc, conciseDesc, conciseDesc, conciseDesc, consumeAndAssureTransientPropertyExists, copyBLOBFrom, createCopy, createCopy, deepClone, deepClone, delete, describe, describe, describe, describe, describe, describe, describe, describe, describe, describe, describeId, describeId, describeId, describeId, describeId, describeId, describeId, describeId, describeNE, describeNE, describeNE, describeNE, describeNE, destub, equalPayload, equalPayload, equalPayload, equalPayload, equals, equalsBO, equalsBO, equalsRegardingAttrs, exportBLOB, exReadString, exWriteString, filterDeleted, filterDeleted, filterDeleted, forgetTransientBLOBHandle, frap, getAsBOInIssueReports, getAsBOInIssueReportsIterator, getAsString, getBackendBOLoaderWithPersistenceHandler, getBadge, getBadge, getBadge2, getBadge3, getBadge4, getBLOB, getBLOB, getBLOB, getBLOB, getBLOB, getBLOBAsDataInput, getBLOBAsEncodedString, getBLOBAsEncodedString, getBLOBAsInputStream, getBLOBAsUTF8EncodedString, getBLOBCreatedBy, getBLOBCreatedOn, getBLOBDeletedBy, getBLOBDeletedOn, getBLOBInfo, getBLOBLastModifiedBy, getBLOBLastModifiedOn, getBOLoader, getBot, getBOVersion, getBytes, getCache, getCache, getCache, getCacheNT, getCacheNT, getCacheNT, getCacheProvider, getCacheProvider, getClazz, getCreatedBy, getCreatedModifiedText, getDefaultScriptImportsList, getDefaultScriptImportsList, getDefaultScriptImportsList, getDescribingBOWrapper, getDescribingBOWrapper, getEventProvider, getEventProvider, getId, getInvolvedInProcs, getInvolvedInProcsIterator, getLastModifiedBy, getLazyData, getLoadingTransaction, getNullIterator, getOrCreate, getOrCreate, getOrCreate, getOrCreate, getOrCreate, getOrCreate, getOrCreate, getPermissionHandler, getProcs, getProcsIterator, getRootLoaderSchema, getSchema, getSizeFast, getTransaction, getTransientProperty, getTransientProperty, getWrappedTransientProperty, hasActiveTransaction, hasBLOB, hasBLOBOnServerSide, hasBOAssignedTempId, hashCode, hasRelationObjects, hasRelationObjects, hasSessionAssignedTempId, hasTempId, hasTempIdForNewBOs, hasTransientProperty, hasTransientPropertyUnfiltered, includeAllowed, includeInTransaction, invalidateBLOBCache, isBOAssignedTempId, isCompoundChangeInProgress, isCurrentTransactionUnderAdminControl, isIgnoreModificationConstraints, isMandatory, isNew, isReadOnly, isServerSideAndLoadedReadOnly, isSessionAssignedTempId, isStub, isTempId, isTempIdForNewInstance, isTemporary, isVisible, isWriteable, markCompoundChangeInProgress, markDelete, markUndelete, needLoadingTransaction, needsReload, needTransactionInclusion, newInstance, newInstance, newInstance, newInstance, newInstance, newInstance, nextTempId, notifyMessageBus, notifyMessageBus, notifyMessageBus, notifyMessageBus, notifyMessageBus, notifyMessageBus, notifyMessageBusOfAdd, notifyMessageBusOfRemove, nullSafeCompareTo, nullSafeCompareTo, nullSafeContainsBO, nullSafeContainsBO, nullSafeEquals, nullSafeEqualsBO, nullSafeEqualsBO, ofStub, propertyMissing, propertyMissing, releaseCompoundChangeInProgress, releaseTxWriteLock, remove, removeBLOB, requireNonEmptyRelation, requireNonNullAttribute, requireNonNullAttributes, requireNonNullAttributes, requireNonNullAttributes, requireNonNullAttributes, requireNonNullAttributes, requireNonNullAttributes, requireNonNullAttributes, setAsString, setBadge, setBadge, setBadge2, setBadge3, setBadge4, setBOLoaderNoCascade, setBOLoaderNoCascade, setBot, setId, setId, setIgnoreModificationConstraints, setLazyData, setTempId, setTransientProperty, setTransientProperty, setTransientProperty, setTransientProperty, setTransientProperty, setTransientProperty, slim, slim, storeBLOB, storeBLOB, storeBLOB, storeBLOB, storeBLOB, stub, toMap, toMap, toMap, toMap, toMap, toMap, toMap, toMap, toMap, toMap, toMap, toMap, toRelationMapRO, toRelationMapRO, toRelationMapRO, toRelationMapRO, toRelationMapRO, toRelationMapRO, toRelationMapRO, toRelationMapRO, toString, undelete, verifyOnServer, wrapIfGroovy
getCrea, getLdel, getLmod, isDeleted, isLdel, setCrea, setLdel, setLdel, setLmod
getInstanceSpecificLocale, getInstanceSpecificPaths, l10n, l10n, l10n, l10n, l10n, l10n, l10n
bumpVersion, cancelCheckConstraints, consumeAndAssureTransientPropertyExists, contains, equalsBO, equalsBO, getAttribute, getAttribute, getBLOB, getBLOB, getBOVersion, getClazz, getCrea, getEntity, getEntity, getRootLoaderSchema, getSchema, getTransientProperty, hasBLOB, hasTransientProperty, hasTransientPropertyUnfiltered, isDeleted, isMandatory, isNew, isReadOnly, isSubEntityOf, isSubEntityOf, isTemporary, isVisible, setTransientProperty, toRelationMapRO
collectIds, collectIds, getCommaSeparatedIdList, getId, toMap, toMap
collectDescribe, collectDescribe, conciseDesc, conciseDesc, conciseDesc, conciseDesc, conciseDesc, conciseDesc, conciseDesc, conciseDesc, describe, describe, describe, describe, describeAndConciseDesc, describeAndConciseDesc, describeAndConciseDesc, describeAndConciseDesc, describeAndConciseDesc, describeNE, describeNE, join, join, join, notEmptyDescription
public static L10nBundle getOrCreateByName(BOLoaderI bol, java.lang.String name)
bol
- name
- the name to use for lookup or creationpreload
- if a new bundle needs to be created, this parameter may be used to preset the Preload attributepathpos
- if a new bundle needs to be created, this parameter may be used to preset the PathPos attributepublic static L10nBundle getOrCreateByName(BOLoaderI bol, java.lang.String name, boolean preload)
public static L10nBundle getOrCreateByName(BOLoaderI bol, java.lang.String name, boolean preload, java.lang.Integer pathpos)
public void verifyOnClient(BasicClientContextI ctx)
verifyOnClient
in interface SaveVetoI
verifyOnClient
in class BO
public void afterVerifyOnServer(java.lang.Long nodeNumber, Benutzer user, Transaction tx)
afterVerifyOnServer
in interface SaveAwareI
afterVerifyOnServer
in class BO
public void setName(java.lang.String s)
setName
in class de.ipcon.db.core.BenanntBase
public L10nLocale getLocale1()
getLocale1
in class de.ipcon.db.core.L10nBundleBase
public L10nLocale getLocale2()
getLocale2
in class de.ipcon.db.core.L10nBundleBase
public L10nLocale getLocale3()
getLocale3
in class de.ipcon.db.core.L10nBundleBase
public void setLocale1(L10nLocale l)
setLocale1
in class de.ipcon.db.core.L10nBundleBase
public void setLocale2(L10nLocale l)
setLocale2
in class de.ipcon.db.core.L10nBundleBase
public void setLocale3(L10nLocale l)
setLocale3
in class de.ipcon.db.core.L10nBundleBase
public void addResource(L10nResource r)
addResource
in class de.ipcon.db.core.L10nBundleBase
public void removeResource(L10nResource r)
removeResource
in class de.ipcon.db.core.L10nBundleBase
public void updateResourceCache(L10nResource r, java.lang.String oldKey, java.lang.String newKey)
public void bumpResourceVersions()
public L10nResource getResource(java.lang.String s)
public L10nPack getPack(java.util.Locale locale)
public L10nPack getPack(L10nLocale l)
public L10nBundle unlazyForGraphCaching()
public static void initEnvironment(Transaction _tx, UnresolvedReferencesResolver _urr, boolean _authoritative)
public static void assureSchemaBundles(Transaction tx, L10nLocale schemaLocale)
public static void assurePackageBundles(Transaction tx, L10nLocale schemaLocale, java.lang.String pack)
public static L10nBundle assureAndIncludeBundle(Transaction tx, java.lang.String name)
public static L10nBundle assureAndIncludeBundle(Transaction tx, java.lang.String name, java.lang.String beschreibung)
public void assureResource(java.lang.String key, java.lang.String val, L10nLocale locale)
public void assureResource(java.lang.String key, java.lang.String val, L10nLocale locale, java.util.Set keepTheseSet)
public void assureResource(java.lang.String key, java.lang.String val, L10nLocale locale, java.util.Set keepTheseSet, java.lang.String origin)
public boolean action_exportDialog(BasicClientContextI ctx)
exportAllTranslatorVersions
public boolean exportAllTranslatorVersions(BasicClientContextI ctx, L10nLocale fromLocale, java.lang.Object[] toLocales)
exportTranslatorVersion
to choose a save location and to handle multiple "export to" localespublic boolean exportAllTranslatorVersions(BasicClientContextI ctx, L10nLocale fromLocale, java.lang.Object[] toLocales, java.util.concurrent.CompletableFuture prefetchingFuture)
public void exportTranslatorVersion(BasicClientContextI ctx, java.io.File outfile, java.lang.String filename, L10nLocale fromLocale, L10nLocale toLocale)
exportAllTranslatorVersions
instead!public void exportTranslatorVersion(BasicClientContextI ctx, java.io.File outfile, java.lang.String filename, L10nLocale fromLocale, L10nLocale toLocale, java.util.Collection prefetchedResources)
public boolean action_importTranslatorVersions(BasicClientContextI ctx)
public java.lang.String readCompleteLine(java.io.BufferedReader r) throws java.io.IOException
r
- the BufferedReader to read the "line" from.java.io.IOException
public static L10nBundle createOrUpdateFromTranslatorVersion(java.io.InputStream _is, Transaction _tx)
public static L10nBundle createOrUpdateFromTranslatorVersion(java.io.InputStream _is, Transaction _tx, boolean _allowClearing)
public static L10nBundle createOrUpdateFromTranslatorVersion(java.io.InputStream _is, Transaction _tx, boolean _allowClearing, java.lang.String _filename)
public static L10nPackProviderI findNextL10nPackProvider(BOLoaderI bol)
bol
- a BOLoader to start fromCopyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.