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>, java.io.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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getTranslation​(java.lang.String key)
      Gets the translated string.
      StoredBundle.StoredBundleUDK getUniqueDomainKey()  
      void setTranslation​(java.lang.String key, java.lang.String value)
      Sets a translation.
      • Methods inherited from interface org.tentackle.pdo.DomainContextProvider

        getDomainContext, on, 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
      • Methods inherited from interface org.tentackle.pdo.ProxyDelegate

        me
      • Methods inherited from interface org.tentackle.session.SessionProvider

        getSession
    • Method Detail

      • getTranslation

        java.lang.String getTranslation​(java.lang.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​(java.lang.String key,
                            java.lang.String value)
        Sets a translation.
        Parameters:
        key - the string to translate
        value - the translated string, null to remove