Class MWebService

    • Constructor Detail

      • MWebService

        public MWebService​(Properties ctx,
                           int WS_WebService_ID,
                           String trxName)
        Standard Constructor
        Parameters:
        ctx - context
        WS_WebService_ID -
        trxName - transaction
      • MWebService

        public MWebService​(Properties ctx,
                           ResultSet rs,
                           String trxName)
        Load Constructor
        Parameters:
        ctx - context
        rs - result set
        trxName - transaction
      • MWebService

        public MWebService​(MWebService copy)
        Parameters:
        copy -
    • Method Detail

      • get

        public static MWebService get​(int WS_WebService_ID)
        Get MWebService from Cache (immutable)
        Parameters:
        WS_WebService_ID - id
        Returns:
        MWebService
      • get

        public static MWebService get​(Properties ctx,
                                      int WS_WebService_ID)
        Get MWebService from Cache (immutable)
        Parameters:
        ctx - context
        WS_WebService_ID - id
        Returns:
        MWebService
      • get

        public static MWebService get​(Properties ctx,
                                      String webServiceValue)
        Get WebService from Cache
        Parameters:
        ctx - context
        webServiceValue -
        Returns:
        Table
      • getMethods

        public MWebServiceMethod[] getMethods​(boolean requery)
        Get Methods
        Parameters:
        requery - requery
        Returns:
        array of methods
      • getMethod

        public X_WS_WebServiceMethod getMethod​(String methodValue)
        Get Method
        Parameters:
        methodValue -
        Returns:
        method if found