Interface SAPMassActivityFieldTable

    • Method Detail

      • isScriptingAllowed

        boolean isScriptingAllowed()
        Get the value for ScriptingAllowed. (Is scripting allowed?)
        Returns:
        the field
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • setScriptingAllowed

        void setScriptingAllowed​(boolean newScriptingAllowed)
        Set the value for ScriptingAllowed. (Is scripting allowed?)
        Parameters:
        newScriptingAllowed - the new value for ScriptingAllowed.
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • setSAPMassActivityLayoutField

        void setSAPMassActivityLayoutField​(SAPMassActivityLayoutField newSAPMassActivityLayoutField)
        Set the value for SAPMassActivityLayoutField. This value is mandatory.
        Parameters:
        newSAPMassActivityLayoutField - is the object to set SAPMassActivityLayoutField to. Link the Mass Activity field table with its corresponding layout field. If this is null, then the object cannot be persisted.
      • setSAPMassActivityParameter

        void setSAPMassActivityParameter​(SAPMassActivityParameter newSAPMassActivityParameter)
        Set the value for SAPMassActivityParameter. This value is optional.
        Parameters:
        newSAPMassActivityParameter - is the object to set SAPMassActivityParameter to. Link the Mass Activity table its corresponding parameter.
      • setParentSAPMassActivityFieldTableRow

        void setParentSAPMassActivityFieldTableRow​(SAPMassActivityFieldTableRow newParentSAPMassActivityFieldTableRow)
        Set the value for ParentSAPMassActivityFieldTableRow. This value is optional.
        Parameters:
        newParentSAPMassActivityFieldTableRow - is the object to set ParentSAPMassActivityFieldTableRow to. Mass Activity nested tables.
      • getSAPMassActivityFieldTableRowByRowNumber

        SAPMassActivityFieldTableRow getSAPMassActivityFieldTableRowByRowNumber​(Long rowNumber)
        Get the SAPMassActivityFieldTableRow by Table.
        Parameters:
        rowNumber -
        Returns:
        the SAPMassActivityFieldTableRow, or null if it could not be found