Class StoredBundleDomainImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      StoredBundle findByUniqueDomainKey​(java.lang.Object domainKey)  
      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.
      java.lang.String toString()  
      • Methods inherited from class org.tentackle.domain.AbstractDomainObject

        assertRootEntity, getDomainContext, getEffectiveClass, getEffectiveSuperClasses, getPdo, getPersistenceDelegate, getPlural, getSession, getSingular, getUniqueDomainKeyType, isUniqueDomainKeyProvided, me, setPdo, setUniqueDomainKey, toGenericString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • 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

        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
    • Constructor Detail

      • StoredBundleDomainImpl

        public StoredBundleDomainImpl​(StoredBundle pdo)
      • StoredBundleDomainImpl

        public StoredBundleDomainImpl()