Class MWebService

All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_Persistent, Evaluatee, ImmutablePOSupport, I_WS_WebService

public class MWebService extends X_WS_WebService implements ImmutablePOSupport
Web Services Model
Author:
Carlos Ruiz
See Also:
  • Constructor Details

    • MWebService

      public MWebService(Properties ctx, String WS_WebService_UU, String trxName)
      UUID based Constructor
      Parameters:
      ctx - Context
      WS_WebService_UU - UUID key
      trxName - Transaction
    • 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 -
    • MWebService

      public MWebService(Properties ctx, MWebService copy)
      Parameters:
      ctx -
      copy -
    • MWebService

      public MWebService(Properties ctx, MWebService copy, String trxName)
      Parameters:
      ctx -
      copy -
      trxName -
  • Method Details

    • 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
    • markImmutable

      public MWebService markImmutable()
      Description copied from interface: ImmutablePOSupport
      mark PO as immutable
      Specified by:
      markImmutable in interface ImmutablePOSupport
      Returns:
      PO