psdi.app.scconfig

Interface SCConfigSetRemote

    • Field Detail

      • LAYOUTALL

        static final java.lang.String LAYOUTALL
        Relationship to the LAYOUT table, used to find a portlet layyout for a given start center.
        (scconfig.scconfigid=layout.scconfigid)
        The resulting set will contain zero or more objects.
        See Also:
        Constant Field Values
      • LAYOUTLEFT

        static final java.lang.String LAYOUTLEFT
        Relationship to the LAYOUT table, used to find a portlet layyout for a given start center on left.
        (scconfig.scconfigid=layout.scconfigid and column=0)
        The resulting set will contain zero or more objects.
        See Also:
        Constant Field Values
      • LAYOUTRIGHT

        static final java.lang.String LAYOUTRIGHT
        Relationship to the LAYOUT table, used to find a portlet layyout for a given start center on right side.
        (scconfig.scconfigid=layout.scconfigid and column=1)
        The resulting set will contain zero or more objects.
        See Also:
        Constant Field Values
      • SCGRPTEMPLATE

        static final java.lang.String SCGRPTEMPLATE
        Relationship to the SCGRPTEMPLATE table, used to find template associated with a start center.
        (scconfig.sctemplateid = maxgroup.sctemplateid and groupname=groupname)
        The resulting set will contain one object
        See Also:
        Constant Field Values
    • Method Detail

      • isStartCenterConfigured

        boolean isStartCenterConfigured()
                                 throws java.rmi.RemoteException,
                                        MXException
        Returns if the user has a personal startcenter configured or not
        Returns:
        true - if the start center is configured
        Throws:
        java.rmi.RemoteException
        MXException
      • isSCAdmin

        boolean isSCAdmin()
                   throws java.rmi.RemoteException,
                          MXException
        Returns true if current user is allowed to create templates
        Parameters:
        bFlag - true if user can create templates
        Throws:
        java.rmi.RemoteException
        MXException
      • getAllowedPortlets

        java.util.HashSet getAllowedPortlets()
                                      throws java.rmi.RemoteException,
                                             MXException
        Gets allowed portlets for the current user
        Throws:
        java.rmi.RemoteException
        MXException
      • getUserStartCenters

        void getUserStartCenters()
                          throws java.rmi.RemoteException,
                                 MXException
        Gets curent start center of user
        Throws:
        java.rmi.RemoteException
        MXException
      • getUserMobileStartCenters

        void getUserMobileStartCenters()
                                throws java.rmi.RemoteException,
                                       MXException
        Gets mobile start centers of user
        Throws:
        java.rmi.RemoteException
        MXException
      • getStartCenters

        void getStartCenters()
                      throws java.rmi.RemoteException,
                             MXException
        Gets current start centers of user which are not templates
        Throws:
        java.rmi.RemoteException
        MXException
      • canUpdateSC

        boolean canUpdateSC()
                     throws java.rmi.RemoteException,
                            MXException
        Returns true if current user is allowed to create templates return true if user can update start center
        Throws:
        java.rmi.RemoteException
        MXException