Interface SAPAbapProgram

    • Method Detail

      • getSAPLanguage

        String getSAPLanguage()
        Get the value for SAPLanguage. (SAP language.) 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.
      • setSAPLanguage

        void setSAPLanguage​(String newSAPLanguage)
        Set the value for SAPLanguage. (SAP language.) This value is mandatory.
        Parameters:
        newSAPLanguage - the new value for SAPLanguage. 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.
      • getSAPSystem

        SAPSystem getSAPSystem()
        Get the SAPSystem.
        Returns:
        SAPSystem
        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.
      • getSAPAbapProgramParameterByName

        SAPAbapProgramParameter getSAPAbapProgramParameterByName​(String name)
        Get the SAPAbapProgramParameter by NameSAPAbapParameter.
        Parameters:
        name -
        Returns:
        the SAPAbapProgramParameter, or null if it could not be found
      • getSAPAbapVariantByNameClientNumber

        SAPAbapVariant getSAPAbapVariantByNameClientNumber​(String name,
                                                           String clientNumber)
        Get the SAPAbapVariant by NameSAPAbap.
        Parameters:
        name -
        clientNumber -
        Returns:
        the SAPAbapVariant, or null if it could not be found