Class FormPortal

  • All Implemented Interfaces:
    IEntity, Serializable, org.apache.cayenne.DataObject, org.apache.cayenne.Persistent, org.apache.cayenne.Validating

    @CacheGroups("CONFIG")
    public class FormPortal
    extends _FormPortal
    Provides an association between a form and a portal.
    See Also:
    Serialized Form
    • Field Detail

      • TXN_SCOPE_INTERNAL

        public static final String TXN_SCOPE_INTERNAL
        Indicates that internal transactions are supported on this form and space
        See Also:
        Constant Field Values
      • TXN_SCOPE_EXTERNAL

        public static final String TXN_SCOPE_EXTERNAL
        Indicates that only external transactions are supported on this form and space
        See Also:
        Constant Field Values
    • Constructor Detail

      • FormPortal

        public FormPortal()
    • Method Detail

      • isTxnScopeInternal

        public boolean isTxnScopeInternal()
        Return whether the transaction scope is set to TXN_SCOPE_INTERNAL
        Returns:
        true iff the transaction scope is set to TXN_SCOPE_INTERNAL
        Since:
        18.11.0
      • isTxnScopeExternal

        public boolean isTxnScopeExternal()
        Return whether the transaction scope is set to TXN_SCOPE_EXTERNAL
        Returns:
        true iff the transaction scope is set to TXN_SCOPE_EXTERNAL
        Since:
        18.11.0