Class X_AD_InfoWindow

    • Field Detail

      • ENTITYTYPE_AD_Reference_ID

        public static final int ENTITYTYPE_AD_Reference_ID
        EntityType AD_Reference_ID=389
        See Also:
        Constant Field Values
    • Constructor Detail

      • X_AD_InfoWindow

        public X_AD_InfoWindow​(Properties ctx,
                               int AD_InfoWindow_ID,
                               String trxName)
        Standard Constructor
    • Method Detail

      • get_AccessLevel

        protected int get_AccessLevel()
        AccessLevel
        Specified by:
        get_AccessLevel in class PO
        Returns:
        4 - System
      • initPO

        protected POInfo initPO​(Properties ctx)
        Load Meta Data
        Specified by:
        initPO in class PO
        Parameters:
        ctx - context
        Returns:
        POInfo
      • toString

        public String toString()
        Description copied from class: PO
        String representation
        Overrides:
        toString in class PO
        Returns:
        String representation
      • setAD_CtxHelp_ID

        public void setAD_CtxHelp_ID​(int AD_CtxHelp_ID)
        Set Context Help.
        Specified by:
        setAD_CtxHelp_ID in interface I_AD_InfoWindow
        Parameters:
        AD_CtxHelp_ID - Context Help
      • setAD_InfoWindow_ID

        public void setAD_InfoWindow_ID​(int AD_InfoWindow_ID)
        Set Info Window.
        Specified by:
        setAD_InfoWindow_ID in interface I_AD_InfoWindow
        Parameters:
        AD_InfoWindow_ID - Info and search/select Window
      • getAD_InfoWindow_ID

        public int getAD_InfoWindow_ID()
        Get Info Window.
        Specified by:
        getAD_InfoWindow_ID in interface I_AD_InfoWindow
        Returns:
        Info and search/select Window
      • setAD_InfoWindow_UU

        public void setAD_InfoWindow_UU​(String AD_InfoWindow_UU)
        Set AD_InfoWindow_UU.
        Specified by:
        setAD_InfoWindow_UU in interface I_AD_InfoWindow
        Parameters:
        AD_InfoWindow_UU - AD_InfoWindow_UU
      • setAD_Table_ID

        public void setAD_Table_ID​(int AD_Table_ID)
        Set Table.
        Specified by:
        setAD_Table_ID in interface I_AD_InfoWindow
        Parameters:
        AD_Table_ID - Database Table information
      • getAD_Table_ID

        public int getAD_Table_ID()
        Get Table.
        Specified by:
        getAD_Table_ID in interface I_AD_InfoWindow
        Returns:
        Database Table information
      • setDescription

        public void setDescription​(String Description)
        Set Description.
        Specified by:
        setDescription in interface I_AD_InfoWindow
        Parameters:
        Description - Optional short description of the record
      • getDescription

        public String getDescription()
        Get Description.
        Specified by:
        getDescription in interface I_AD_InfoWindow
        Returns:
        Optional short description of the record
      • setEntityType

        public void setEntityType​(String EntityType)
        Set Entity Type.
        Specified by:
        setEntityType in interface I_AD_InfoWindow
        Parameters:
        EntityType - Dictionary Entity Type; Determines ownership and synchronization
      • getEntityType

        public String getEntityType()
        Get Entity Type.
        Specified by:
        getEntityType in interface I_AD_InfoWindow
        Returns:
        Dictionary Entity Type; Determines ownership and synchronization
      • setFromClause

        public void setFromClause​(String FromClause)
        Set Sql FROM.
        Specified by:
        setFromClause in interface I_AD_InfoWindow
        Parameters:
        FromClause - SQL FROM clause
      • setHelp

        public void setHelp​(String Help)
        Set Comment/Help.
        Specified by:
        setHelp in interface I_AD_InfoWindow
        Parameters:
        Help - Comment or Hint
      • setImageURL

        public void setImageURL​(String ImageURL)
        Set Image URL.
        Specified by:
        setImageURL in interface I_AD_InfoWindow
        Parameters:
        ImageURL - URL of image
      • setIsDefault

        public void setIsDefault​(boolean IsDefault)
        Set Default.
        Specified by:
        setIsDefault in interface I_AD_InfoWindow
        Parameters:
        IsDefault - Default value
      • isDefault

        public boolean isDefault()
        Get Default.
        Specified by:
        isDefault in interface I_AD_InfoWindow
        Returns:
        Default value
      • setIsDistinct

        public void setIsDistinct​(boolean IsDistinct)
        Set Distinct.
        Specified by:
        setIsDistinct in interface I_AD_InfoWindow
        Parameters:
        IsDistinct - Select Distinct
      • isDistinct

        public boolean isDistinct()
        Get Distinct.
        Specified by:
        isDistinct in interface I_AD_InfoWindow
        Returns:
        Select Distinct
      • setisLoadPageNum

        public void setisLoadPageNum​(boolean isLoadPageNum)
        Set Load Page Num.
        Specified by:
        setisLoadPageNum in interface I_AD_InfoWindow
        Parameters:
        isLoadPageNum - When load data for info window, also load number of paging
      • isLoadPageNum

        public boolean isLoadPageNum()
        Get Load Page Num.
        Specified by:
        isLoadPageNum in interface I_AD_InfoWindow
        Returns:
        When load data for info window, also load number of paging
      • setIsShowInDashboard

        public void setIsShowInDashboard​(boolean IsShowInDashboard)
        Set Show in Dashboard.
        Specified by:
        setIsShowInDashboard in interface I_AD_InfoWindow
        Parameters:
        IsShowInDashboard - Show the dashlet in the dashboard
      • isShowInDashboard

        public boolean isShowInDashboard()
        Get Show in Dashboard.
        Specified by:
        isShowInDashboard in interface I_AD_InfoWindow
        Returns:
        Show the dashlet in the dashboard
      • setIsValid

        public void setIsValid​(boolean IsValid)
        Set Valid.
        Specified by:
        setIsValid in interface I_AD_InfoWindow
        Parameters:
        IsValid - Element is valid
      • isValid

        public boolean isValid()
        Get Valid.
        Specified by:
        isValid in interface I_AD_InfoWindow
        Returns:
        Element is valid
      • setMaxQueryRecords

        public void setMaxQueryRecords​(int MaxQueryRecords)
        Set Max Query Records.
        Specified by:
        setMaxQueryRecords in interface I_AD_InfoWindow
        Parameters:
        MaxQueryRecords - If defined, you cannot query more records as defined - the query criteria needs to be changed to query less records
      • getMaxQueryRecords

        public int getMaxQueryRecords()
        Get Max Query Records.
        Specified by:
        getMaxQueryRecords in interface I_AD_InfoWindow
        Returns:
        If defined, you cannot query more records as defined - the query criteria needs to be changed to query less records
      • setName

        public void setName​(String Name)
        Set Name.
        Specified by:
        setName in interface I_AD_InfoWindow
        Parameters:
        Name - Alphanumeric identifier of the entity
      • getName

        public String getName()
        Get Name.
        Specified by:
        getName in interface I_AD_InfoWindow
        Returns:
        Alphanumeric identifier of the entity
      • getKeyNamePair

        public KeyNamePair getKeyNamePair()
        Get Record ID/ColumnName
        Returns:
        ID/ColumnName pair
      • setOrderByClause

        public void setOrderByClause​(String OrderByClause)
        Set Sql ORDER BY.
        Specified by:
        setOrderByClause in interface I_AD_InfoWindow
        Parameters:
        OrderByClause - Fully qualified ORDER BY clause
      • setOtherClause

        public void setOtherClause​(String OtherClause)
        Set Other SQL Clause.
        Specified by:
        setOtherClause in interface I_AD_InfoWindow
        Parameters:
        OtherClause - Other SQL Clause
      • setPagingSize

        public void setPagingSize​(int PagingSize)
        Set Paging Size.
        Specified by:
        setPagingSize in interface I_AD_InfoWindow
        Parameters:
        PagingSize - Paging Size
      • getPagingSize

        public int getPagingSize()
        Get Paging Size.
        Specified by:
        getPagingSize in interface I_AD_InfoWindow
        Returns:
        Paging Size
      • setProcessing

        public void setProcessing​(boolean Processing)
        Set Process Now.
        Specified by:
        setProcessing in interface I_AD_InfoWindow
        Parameters:
        Processing - Process Now
      • isProcessing

        public boolean isProcessing()
        Get Process Now.
        Specified by:
        isProcessing in interface I_AD_InfoWindow
        Returns:
        Process Now
      • setSeqNo

        public void setSeqNo​(int SeqNo)
        Set Sequence.
        Specified by:
        setSeqNo in interface I_AD_InfoWindow
        Parameters:
        SeqNo - Method of ordering records; lowest number comes first
      • getSeqNo

        public int getSeqNo()
        Get Sequence.
        Specified by:
        getSeqNo in interface I_AD_InfoWindow
        Returns:
        Method of ordering records; lowest number comes first
      • setWhereClause

        public void setWhereClause​(String WhereClause)
        Set Sql WHERE.
        Specified by:
        setWhereClause in interface I_AD_InfoWindow
        Parameters:
        WhereClause - Fully qualified SQL WHERE clause