Class RestoreTrashItemAction

    • Field Detail

      • contentId

        protected long contentId
      • existingContentId

        protected long existingContentId
    • Constructor Detail

      • RestoreTrashItemAction

        public RestoreTrashItemAction()
    • Method Detail

      • execute

        public String execute()
                       throws Exception
        Specified by:
        execute in interface com.opensymphony.xwork2.Action
        Overrides:
        execute in class com.opensymphony.xwork2.ActionSupport
        Throws:
        Exception
      • doRestore

        public String doRestore()
      • setSpaceContentEntityObject

        public void setSpaceContentEntityObject​(SpaceContentEntityObject spaceContentEntityObject)
      • setContentEntityManager

        public void setContentEntityManager​(ContentEntityManager contentEntityManager)
      • setPageManager

        public void setPageManager​(PageManager pageManager)
      • getContentId

        public long getContentId()
      • setContentId

        public void setContentId​(long contentId)
      • getType

        public String getType()
      • getExistingContentId

        public long getExistingContentId()
      • setExistingContentId

        public void setExistingContentId​(long existingContentId)
      • setAttachmentManager

        public void setAttachmentManager​(AttachmentManager attachmentManager)