psdi.app.dbinfo

Class DBInfoObjectViewSet

    • Method Detail

      • appendToWhere

        public java.lang.String appendToWhere()
                                       throws MXException,
                                              java.rmi.RemoteException
        Description copied from class: MboSet
        Append a value to the where clause. This called by the framework to allow any app specific modifications to the whereClause. An implementation of the a MboSet can override this method.
        Overrides:
        appendToWhere in class MboSet
        Throws:
        MXException
        java.rmi.RemoteException
      • commit

        public void commit()
                    throws MXException,
                           java.rmi.RemoteException
        Description copied from class: MboSet
        Makes all changes sent to the database since the last commit() or rollback() call, permanent. Changes made to other objects sharing this object's Connection will also become permanent. This is called automatically by the framework and should not be called directly by the programmer.
        Specified by:
        commit in interface MboSetRemote
        Overrides:
        commit in class MboSet
        Throws:
        MXException
        java.rmi.RemoteException
      • applyNeeded

        public boolean applyNeeded()
                            throws MXException,
                                   java.rmi.RemoteException
        Check MAXATTRIBUTECFG for all changes for a tenant and return if apply needed or not.
        Returns:
        apply needed
        Throws:
        MXApplicationException
        MXException
        java.rmi.RemoteException
      • setExtColNull

        public void setExtColNull(java.util.Map toNull,
                                  int tenantid)
                           throws MXException,
                                  java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • createExtensionViews

        public void createExtensionViews()
                                  throws MXException,
                                         java.rmi.RemoteException
        Check MAXATTRIBUTECFG for all changes for a tenant and return if apply needed or not.
        Throws:
        MXApplicationException
        MXException
        java.rmi.RemoteException