Interface SaveObjectAsDialogBean

    • Method Detail

      • getObjectId

        java.lang.String getObjectId()
        Returns an ID of the object the action applies to.
        Returns:
        an ID of the object the action applies to.
      • setObjectId

        void setObjectId​(java.lang.String value)
        Sets an ID of the object the action applies to.
        Parameters:
        value - an ID of the object the action applies to.
      • getObjectType

        int getObjectType()
        Returns type of the object the action applies to.
        Returns:
        type of the object the action applies to.
      • setObjectType

        void setObjectType​(int value)
        Sets type of the object the action applies to.
        Parameters:
        value - type of the object the action applies to.
      • getObjectSubType

        int getObjectSubType()
      • setObjectSubType

        void setObjectSubType​(int value)
      • getObjectName

        java.lang.String getObjectName()
        Returns value of dialog's name field
        Returns:
        value of dialog's name field
      • setObjectName

        void setObjectName​(java.lang.String value)
        Sets dialog's name field value
        Parameters:
        value - value
      • getObjectDescription

        java.lang.String getObjectDescription()
        Gets dialog's description field value
        Returns:
        dialog's description field value
      • setObjectDescription

        void setObjectDescription​(java.lang.String value)
        Sets dialog's description field value
        Parameters:
        value - value
      • getFolderId

        java.lang.String getFolderId()
      • setFolderId

        void setFolderId​(java.lang.String value)
      • getBrowserBean

        FolderBean getBrowserBean()
        Returns a child project browser bean used to render browsing info for copy, move and create shortcut actions.
        Returns:
        a child project browser bean
      • getErrorMessage

        java.lang.String getErrorMessage()
        Indicates an error description when processing FormularBar events.
        Returns:
        errMssg Localized error message.
      • setErrorMessage

        void setErrorMessage​(java.lang.String errMssg)
        Specify an error description when processing FormularBar events.
        Parameters:
        errMssg - Localized error message.
      • getCreateFolderBean

        OMDCreateFolderBean getCreateFolderBean()
        Returns the Crate Folder bean
        Returns:
        the Crate Folder bean
      • setBrowserFolderId

        void setBrowserFolderId​(java.lang.String childId)
        Changes the current folder ID of the embedded browser bean.
        Parameters:
        childId - new current folder ID.
      • getOpenCreateFolderDialogEvent

        WebEvent getOpenCreateFolderDialogEvent()
        Returns the Opend Create Folder Dialog event
        Returns:
        the Opend Create Folder Dialog event
      • saveAs

        boolean saveAs​(boolean overwrite)
      • getToFolderId

        java.lang.String getToFolderId()
      • open

        void open()
      • getShouldReturn

        java.lang.String getShouldReturn()
      • setShouldReturn

        void setShouldReturn​(java.lang.String shouldReturn)
      • getCloseAfterSaveEvent

        java.lang.String getCloseAfterSaveEvent()
        Returns the event URL to be executed if the user tries to save the object when prompted on closing the object page.
        Returns:
      • setCloseAfterSaveEvent

        void setCloseAfterSaveEvent​(java.lang.String url)
        Sets the event to be executed if the user tries to save the object when prompted on closing the object page. The url is stored as a string.
        Parameters:
        The - event URL string.