Interface SAPMassActivityParameterSet

    • Method Detail

      • getClientNumber

        String getClientNumber()
        Get the value for ClientNumber. (Client number.) This value is mandatory, and therefore will not be null if this object has been retrieved from the database.
        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.
      • 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.
      • setClientNumber

        void setClientNumber​(String newClientNumber)
        Set the value for ClientNumber. (Client number.) This value is mandatory.
        Parameters:
        newClientNumber - the new value for ClientNumber. If this is null, then the object cannot be persisted.
        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.
      • getSAPMassActivity

        SAPMassActivity getSAPMassActivity()
        Get the SAPMassActivity.
        Returns:
        SAPMassActivity
        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.
      • getSAPMassActivityFieldParameterByName

        SAPMassActivityFieldParameter getSAPMassActivityFieldParameterByName​(String name)
        Get the SAPMassActivityFieldParameter by NameSAPMassActivityParameterSet.
        Parameters:
        name -
        Returns:
        the SAPMassActivityFieldParameter, or null if it could not be found
      • getSAPMassActivityFieldTableByName

        SAPMassActivityFieldTable getSAPMassActivityFieldTableByName​(String name)
        Get the SAPMassActivityFieldTable by NameSAPMassActivityParameterSet.
        Parameters:
        name -
        Returns:
        the SAPMassActivityFieldTable, or null if it could not be found