Class MOrgInfo

    • Constructor Detail

      • MOrgInfo

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

        public MOrgInfo​(MOrg org)
        Organization constructor
        Parameters:
        org - org
      • MOrgInfo

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

      • get

        public static MOrgInfo get​(Properties ctx,
                                   int AD_Org_ID)
        Get MOrgInfo from cache (immutable)
        Parameters:
        AD_Org_ID - id
        Returns:
        Org Info
      • get

        public static MOrgInfo get​(int AD_Org_ID,
                                   String trxName)
        Get MOrgInfo from cache (immutable)
        Parameters:
        AD_Org_ID - id
        trxName -
        Returns:
        Org Info
      • get

        public static MOrgInfo get​(int AD_Org_ID)
        Get MOrgInfo from cache (immutable)
        Parameters:
        AD_Org_ID - id
        Returns:
        Org Info
      • get

        public static MOrgInfo get​(Properties ctx,
                                   int AD_Org_ID,
                                   String trxName)
        Get MOrgInfo from cache (immutable)
        Parameters:
        ctx - context
        AD_Org_ID - id
        trxName -
        Returns:
        Org Info
      • getCopy

        public static MOrgInfo getCopy​(Properties ctx,
                                       int AD_Org_ID,
                                       String trxName)
        Get updateable copy of MOrgInfo from cache
        Parameters:
        ctx -
        AD_Org_ID -
        trxName -
        Returns:
        MOrgInfo