psdi.app.scconfig

Interface PortletDisplaySetRemote

    • Method Detail

      • getConditions

        java.util.HashSet getConditions(java.lang.String layoutId)
                                 throws java.rmi.RemoteException,
                                        MXException
        Returns all conditions for current porlet
        Throws:
        java.rmi.RemoteException
        MXException
      • isSkipValidation

        boolean isSkipValidation()
                          throws MXException,
                                 java.rmi.RemoteException
        Should validation be skipped on
        Returns:
        true if alidation to be skipped
        Throws:
        MXException
        java.rmi.RemoteException
      • setSkipValidation

        void setSkipValidation(boolean skipValidation)
                        throws MXException,
                               java.rmi.RemoteException
        Set validation to skipped
        Throws:
        MXException
        java.rmi.RemoteException