Interface SAPMassActivityFieldTable

    • Method Detail

      • isScriptingAllowed

        boolean isScriptingAllowed()
        Get the value for ScriptingAllowed. (Is scripting allowed?)
        Returns:
        the field
        Throws:
        com.redwood.scheduler.api.exception.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:
        com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • getSAPMassActivityParameterSet

        SAPMassActivityParameterSet getSAPMassActivityParameterSet()
        Get the SAPMassActivityParameterSet.
        Returns:
        SAPMassActivityParameterSet
        Throws:
        com.redwood.scheduler.api.exception.ObjectDeletedException - If this method is called when the object has been marked for deletion.
        com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException - If this method is called when the object has been removed from it's session.
      • getSAPMassActivityLayoutField

        SAPMassActivityLayoutField getSAPMassActivityLayoutField()
        Get the SAPMassActivityLayoutField.
        Returns:
        SAPMassActivityLayoutField
        Throws:
        com.redwood.scheduler.api.exception.ObjectDeletedException - If this method is called when the object has been marked for deletion.
        com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException - If this method is called when the object has been removed from it's session.
      • getSAPMassActivityParameter

        SAPMassActivityParameter getSAPMassActivityParameter()
        Get the SAPMassActivityParameter.
        Returns:
        SAPMassActivityParameter
        Throws:
        com.redwood.scheduler.api.exception.ObjectDeletedException - If this method is called when the object has been marked for deletion.
        com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException - If this method is called when the object has been removed from it's session.
      • getParentSAPMassActivityFieldTableRow

        SAPMassActivityFieldTableRow getParentSAPMassActivityFieldTableRow()
        Get the ParentSAPMassActivityFieldTableRow.
        Returns:
        ParentSAPMassActivityFieldTableRow
        Throws:
        com.redwood.scheduler.api.exception.ObjectDeletedException - If this method is called when the object has been marked for deletion.
        com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException - If this method is called when the object has been removed from it's 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