Interface StoredBundleDomain

All Superinterfaces:
org.tentackle.pdo.DomainContextProvider, org.tentackle.pdo.DomainDelegate<StoredBundle>, org.tentackle.pdo.DomainObject<StoredBundle>, org.tentackle.reflect.Interceptable, org.tentackle.pdo.PdoProvider<StoredBundle>, org.tentackle.pdo.ProxyDelegate<StoredBundle>, Serializable, org.tentackle.session.SessionProvider
All Known Subinterfaces:
StoredBundle
All Known Implementing Classes:
StoredBundleDomainImpl

public interface StoredBundleDomain extends org.tentackle.pdo.DomainObject<StoredBundle>
Stored bundle domain interface.
Author:
harald
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the translated string.
     
    void
    Sets a translation.

    Methods inherited from interface org.tentackle.pdo.DomainContextProvider

    getDomainContext, on, on, op, op

    Methods inherited from interface org.tentackle.pdo.DomainDelegate

    getPersistenceDelegate

    Methods inherited from interface org.tentackle.pdo.DomainObject

    findByUniqueDomainKey, getPlural, getSingular, getUniqueDomainKeyType, isUniqueDomainKeyProvided, setUniqueDomainKey, toGenericString

    Methods inherited from interface org.tentackle.pdo.PdoProvider

    getPdo, on, on

    Methods inherited from interface org.tentackle.pdo.ProxyDelegate

    me

    Methods inherited from interface org.tentackle.session.SessionProvider

    getSession
  • Method Details

    • getUniqueDomainKey

      StoredBundle.StoredBundleUDK getUniqueDomainKey()
      Specified by:
      getUniqueDomainKey in interface org.tentackle.pdo.DomainObject<StoredBundle>
    • getTranslation

      String getTranslation(String key)
      Gets the translated string.
      Parameters:
      key - the string to translate
      Returns:
      the translated string, null if there is no translation
    • setTranslation

      void setTranslation(String key, String value)
      Sets a translation.
      Parameters:
      key - the string to translate
      value - the translated string, null to remove