Skip navigation links
A C D E F G H I L M N O R S T V 

A

addComponents(IdentifiableMap<PersistentDomainObject<?>>, boolean) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
AN_BUNDLEID - Static variable in interface org.tentackle.i18n.pdo.StoredBundleKeyPersistence
attribute name for database column 'bundle_id'.
AN_KEY - Static variable in interface org.tentackle.i18n.pdo.StoredBundleKeyPersistence
attribute name for database column 'bkey'.
AN_LOCALE - Static variable in interface org.tentackle.i18n.pdo.StoredBundlePersistence
attribute name for database column 'blocale'.
AN_NAME - Static variable in interface org.tentackle.i18n.pdo.StoredBundlePersistence
attribute name for database column 'bname'.
AN_VALUE - Static variable in interface org.tentackle.i18n.pdo.StoredBundleKeyPersistence
attribute name for database column 'bvalue'.

C

CL_LOCALE - Static variable in interface org.tentackle.i18n.pdo.StoredBundlePersistence
maximum number of characters for 'locale'.
CL_NAME - Static variable in interface org.tentackle.i18n.pdo.StoredBundlePersistence
maximum number of characters for 'name'.
CLASSVARIABLES - Static variable in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
Variables common to all instances of StoredBundleKeyPersistenceImpl.
CLASSVARIABLES - Static variable in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
Variables common to all instances of StoredBundlePersistenceImpl.
CN_BUNDLEID - Static variable in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
database column name for 'bundleId'.
CN_KEY - Static variable in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
database column name for 'key'.
CN_LOCALE - Static variable in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
database column name for 'locale'.
CN_NAME - Static variable in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
database column name for 'name'.
CN_VALUE - Static variable in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
database column name for 'value'.
compareTo(StoredBundle.StoredBundleUDK) - Method in class org.tentackle.i18n.pdo.StoredBundle.StoredBundleUDK
 
createAttributesInSnapshot(StoredBundleKeyPersistenceImpl) - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
Updates the attributes in snapshot object.
The snapshot object is assumed to be a clone of this object.
createAttributesInSnapshot(StoredBundlePersistenceImpl) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
Updates the attributes in snapshot object.
The snapshot object is assumed to be a clone of this object.
createComponentsInSnapshot(StoredBundlePersistenceImpl) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
Updates the components in snapshot object.
The snapshot object is assumed to be a clone of this object.
createInsertSql() - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
 
createInsertSql() - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
createUpdateSql() - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
 
createUpdateSql() - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 

D

deletePlainWithComponents() - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
deleteRemovedReferencingRelations() - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
Deletes all referencing composite relations that have been removed from the PDO.
The database cascades down via referential integrity.

E

enabled - Static variable in class org.tentackle.i18n.StoredBundleControlProvider
Flag to disable the control provider.
By default, the provider is enabled.
equals(Object) - Method in class org.tentackle.i18n.pdo.StoredBundle.StoredBundleUDK
 
expireCache(long) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 

F

fallbackToPropertyFile - Static variable in class org.tentackle.i18n.StoredBundleControl
Controls whether property file should be tried if no stored bundle found.
Default is to fallback to
findByName(String) - Method in interface org.tentackle.i18n.pdo.StoredBundlePersistence
Finds all bundles (one for each locale) for a given name.
findByName(String) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
findByNameAndLocale(String, String) - Method in interface org.tentackle.i18n.pdo.StoredBundlePersistence
Find the bundle by its name and locale.
findByNameAndLocale(String, String) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
findByUniqueDomainKey(Object) - Method in class org.tentackle.i18n.pdo.StoredBundleDomainImpl
 
findByUniqueDomainKeyForCache(StoredBundle.StoredBundleUDK) - Method in interface org.tentackle.i18n.pdo.StoredBundlePersistence
Selects via remote cache, if session is remote.
findByUniqueDomainKeyForCache(StoredBundle.StoredBundleUDK) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
Selects via remote cache, if session is remote.

G

getBundle() - Method in interface org.tentackle.i18n.pdo.StoredBundleKeyPersistence
Gets StoredBundle bundle via bundleId (Bundle).
getBundle() - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
 
getBundleBlunt() - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
Gets bundle without performing a select if not loaded.
getBundleId() - Method in interface org.tentackle.i18n.pdo.StoredBundleKeyPersistence
Gets the attribute bundleId.
getBundleId() - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
 
getCache() - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
getClassVariables() - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
 
getClassVariables() - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
getControl(String) - Method in class org.tentackle.i18n.StoredBundleControlProvider
 
getDomainContext() - Method in class org.tentackle.i18n.StoredBundleControl
 
getFields(ResultSetWrapper) - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
 
getFields(ResultSetWrapper) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
getFormats(String) - Method in class org.tentackle.i18n.StoredBundleControl
 
getKey() - Method in interface org.tentackle.i18n.pdo.StoredBundleKeyPersistence
Gets the attribute key.
getKey() - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
 
getKeys() - Method in interface org.tentackle.i18n.pdo.StoredBundlePersistence
Gets composite list of StoredBundleKey keys via StoredBundleKey#bundleId (Keys).
getKeys() - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
getKeysBlunt() - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
Gets keys without performing a select if not loaded.
getLocale() - Method in interface org.tentackle.i18n.pdo.StoredBundlePersistence
Gets the attribute locale.
getLocale() - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
getName() - Method in interface org.tentackle.i18n.pdo.StoredBundlePersistence
Gets the attribute name.
getName() - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
getRemoteDelegate() - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
 
getRemoteDelegate() - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
getRootClassId() - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
 
getRootId() - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
 
getTranslation(String) - Method in interface org.tentackle.i18n.pdo.StoredBundleDomain
Gets the translated string.
getTranslation(String) - Method in class org.tentackle.i18n.pdo.StoredBundleDomainImpl
 
getUniqueDomainKey() - Method in interface org.tentackle.i18n.pdo.StoredBundleDomain
 
getUniqueDomainKey() - Method in class org.tentackle.i18n.pdo.StoredBundleDomainImpl
 
getValue() - Method in interface org.tentackle.i18n.pdo.StoredBundleKeyPersistence
Gets the attribute value.
getValue() - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
 

H

hashCode() - Method in class org.tentackle.i18n.pdo.StoredBundle.StoredBundleUDK
 

I

insertPlainWithComponents() - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
isComposite() - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
isCountingModification(char) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
isKeysLoaded() - Method in interface org.tentackle.i18n.pdo.StoredBundlePersistence
Returns whether Keys is loaded.
isKeysLoaded() - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
isModified() - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
isReadAllowed() - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
isRootEntity() - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
isTableSerialProvided() - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
isTracked() - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
 
isTracked() - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 

L

loadComponents(boolean) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
locale - Variable in class org.tentackle.i18n.pdo.StoredBundle.StoredBundleUDK
the locale, null if default.

M

markDeleted() - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 

N

name - Variable in class org.tentackle.i18n.pdo.StoredBundle.StoredBundleUDK
the resource bundle name.
newBundle(String, Locale, String, ClassLoader, boolean) - Method in class org.tentackle.i18n.StoredBundleControl
 

O

org.tentackle.i18n - package org.tentackle.i18n
Bundle provider using the persistence layer.
org.tentackle.i18n.pdo - package org.tentackle.i18n.pdo
PDOs for resource bundles stored in the database.

R

revertAttributesToSnapshot(StoredBundleKeyPersistenceImpl) - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
Copies all attributes from a snapshot back to this object.
revertAttributesToSnapshot(StoredBundlePersistenceImpl) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
Copies all attributes from a snapshot back to this object.
revertComponentsToSnapshot(StoredBundlePersistenceImpl) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
Reverts all components of this object to a given snapshot.
RN_BUNDLE - Static variable in interface org.tentackle.i18n.pdo.StoredBundleKeyPersistence
relation name for 'StoredBundle bundle via bundleId (Bundle)'.
RN_KEYS - Static variable in interface org.tentackle.i18n.pdo.StoredBundlePersistence
relation name for 'composite list of StoredBundleKey keys via StoredBundleKey#bundleId (Keys)'.

S

saveReferencingRelations(boolean) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
selectByBundleId(long) - Method in interface org.tentackle.i18n.pdo.StoredBundleKeyPersistence
Selects composite list of StoredBundleKey keys via StoredBundleKey#bundleId (Keys).
selectByBundleId(long) - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
 
selectByUniqueDomainKey(String, String) - Method in interface org.tentackle.i18n.pdo.StoredBundlePersistence
Selects StoredBundle by its unique domain key.
selectByUniqueDomainKey(String, String) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
selectCached(long) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
selectCachedByUniqueDomainKey(StoredBundle.StoredBundleUDK) - Method in interface org.tentackle.i18n.pdo.StoredBundlePersistence
Selects via cache by unique domain key.
selectCachedByUniqueDomainKey(StoredBundle.StoredBundleUDK) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
Selects via cache by unique domain key.
selectCachedOnly(long) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
selectCachedOnlyByUniqueDomainKey(StoredBundle.StoredBundleUDK) - Method in interface org.tentackle.i18n.pdo.StoredBundlePersistence
Selects from cache by unique domain key but does not load from db if not in cache.
selectCachedOnlyByUniqueDomainKey(StoredBundle.StoredBundleUDK) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
Selects from cache by unique domain key but does not load from db if not in cache.
setBundle(StoredBundle) - Method in interface org.tentackle.i18n.pdo.StoredBundleKeyPersistence
Sets StoredBundle bundle via bundleId (Bundle).
setBundle(StoredBundle) - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
 
setBundleBlunt(StoredBundle) - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
Sets bundle without setting any attributes.
setDomainContext(DomainContext) - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
 
setDomainContext(DomainContext) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
setFields(PreparedStatementWrapper) - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
 
setFields(PreparedStatementWrapper) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
setImmutable(boolean) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
setKey(String) - Method in interface org.tentackle.i18n.pdo.StoredBundleKeyPersistence
Sets the attribute key.
setKey(String) - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
 
setLocale(String) - Method in interface org.tentackle.i18n.pdo.StoredBundlePersistence
Sets the attribute locale.
setLocale(String) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
setName(String) - Method in interface org.tentackle.i18n.pdo.StoredBundlePersistence
Sets the attribute name.
setName(String) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
setSession(Session) - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
 
setSession(Session) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
setTranslation(String, String) - Method in interface org.tentackle.i18n.pdo.StoredBundleDomain
Sets a translation.
setTranslation(String, String) - Method in class org.tentackle.i18n.pdo.StoredBundleDomainImpl
 
setValue(String) - Method in interface org.tentackle.i18n.pdo.StoredBundleKeyPersistence
Sets the attribute value.
setValue(String) - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
 
StoredBundle - Interface in org.tentackle.i18n.pdo
A resource bundle stored in the database.
StoredBundle.StoredBundleUDK - Class in org.tentackle.i18n.pdo
The unique domain key for StoredBundle.
StoredBundleControl - Class in org.tentackle.i18n
Bundle control to use stored bundles.
StoredBundleControl() - Constructor for class org.tentackle.i18n.StoredBundleControl
 
StoredBundleControlProvider - Class in org.tentackle.i18n
Bundle control provider to use stored bundles.
StoredBundleControlProvider() - Constructor for class org.tentackle.i18n.StoredBundleControlProvider
 
StoredBundleDomain - Interface in org.tentackle.i18n.pdo
Stored bundle domain interface.
StoredBundleDomainImpl - Class in org.tentackle.i18n.pdo
StoredBundle domain implementation.
StoredBundleDomainImpl(StoredBundle) - Constructor for class org.tentackle.i18n.pdo.StoredBundleDomainImpl
 
StoredBundleDomainImpl() - Constructor for class org.tentackle.i18n.pdo.StoredBundleDomainImpl
 
StoredBundleKey - Interface in org.tentackle.i18n.pdo
A bundle key translation stored in the database.
StoredBundleKeyDomain - Interface in org.tentackle.i18n.pdo
Stored bundle key domain interface.
StoredBundleKeyDomainImpl - Class in org.tentackle.i18n.pdo
StoredBundleKey domain implementation.
StoredBundleKeyDomainImpl(StoredBundleKey) - Constructor for class org.tentackle.i18n.pdo.StoredBundleKeyDomainImpl
 
StoredBundleKeyDomainImpl() - Constructor for class org.tentackle.i18n.pdo.StoredBundleKeyDomainImpl
 
StoredBundleKeyPersistence - Interface in org.tentackle.i18n.pdo
Persistence interface for stored bundle keys.
StoredBundleKeyPersistenceImpl - Class in org.tentackle.i18n.pdo
Number Space persistence implementation.
StoredBundleKeyPersistenceImpl(StoredBundleKey, DomainContext) - Constructor for class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
Creates a number space.
StoredBundleKeyPersistenceImpl(StoredBundleKey, Session) - Constructor for class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
Creates a number space with a session only.
StoredBundleKeyPersistenceImpl(StoredBundleKey) - Constructor for class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
Creates a number space without domain context or session.
StoredBundleKeyPersistenceImpl() - Constructor for class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
Creates a number space without domain context or session.
StoredBundlePersistence - Interface in org.tentackle.i18n.pdo
Persistence interface for stored bundles.
StoredBundlePersistenceImpl - Class in org.tentackle.i18n.pdo
Number Space persistence implementation.
StoredBundlePersistenceImpl(StoredBundle, DomainContext) - Constructor for class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
Creates a number space.
StoredBundlePersistenceImpl(StoredBundle, Session) - Constructor for class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
Creates a number space with a session only.
StoredBundlePersistenceImpl(StoredBundle) - Constructor for class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
Creates a number space without domain context or session.
StoredBundlePersistenceImpl() - Constructor for class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
Creates a number space without domain context or session.
StoredBundleUDK(String, String) - Constructor for class org.tentackle.i18n.pdo.StoredBundle.StoredBundleUDK
Creates a unique domain key.
StoredBundleUDK(StoredBundle) - Constructor for class org.tentackle.i18n.pdo.StoredBundle.StoredBundleUDK
Creates a unique domain key for a pdo.

T

toString() - Method in class org.tentackle.i18n.pdo.StoredBundleDomainImpl
 
toString() - Method in class org.tentackle.i18n.pdo.StoredBundleKeyDomainImpl
 

V

validate(String, ValidationScope) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
 
A C D E F G H I L M N O R S T V 
Skip navigation links

Tentackle - a domain driven enterprise framework