org.alfresco.web.bean.trashcan
Class TrashcanDialogProperty

java.lang.Object
  extended by org.alfresco.web.bean.trashcan.TrashcanDialogProperty
All Implemented Interfaces:
java.io.Serializable

public class TrashcanDialogProperty
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  UIRichList itemsRichList
          Component reference for Deleted Items RichList control
 
Constructor Summary
TrashcanDialogProperty()
           
 
Method Summary
 Node getActionNode()
           
 org.alfresco.service.cmr.repository.NodeRef getArchiveRootRef()
           
 java.lang.String getDateFilter()
           
 org.alfresco.service.cmr.repository.NodeRef getDestination()
           
 java.util.List getFailureItems()
           
 int getFailureItemsCount()
           
 Node getItem()
           
 UIRichList getItemsRichList()
           
 java.util.List getListedItems()
           
 org.alfresco.repo.node.archive.NodeArchiveService getNodeArchiveService()
           
 java.lang.String getSearchText()
           
 java.util.List getSuccessItems()
           
 java.lang.String getUserFilter()
           
 java.lang.String getUserSearchText()
           
 boolean isFullTextSearch()
           
 boolean isInProgress()
           
 boolean isShowItems()
           
 void setActionNode(Node actionNode)
           
 void setArchiveRootRef(org.alfresco.service.cmr.repository.NodeRef archiveRootRef)
           
 void setDateFilter(java.lang.String dateFilter)
           
 void setDestination(org.alfresco.service.cmr.repository.NodeRef destination)
           
 void setFailureItems(java.util.List failureItems)
           
 void setFullTextSearch(boolean fullTextSearch)
           
 void setInProgress(boolean inProgress)
           
 void setItem(Node node)
           
 void setItemsRichList(UIRichList itemsRichList)
           
 void setListedItems(java.util.List listedItems)
           
 void setNodeArchiveService(org.alfresco.repo.node.archive.NodeArchiveService nodeArchiveService)
           
 void setSearchText(java.lang.String searchText)
           
 void setShowItems(boolean showItems)
           
 void setSuccessItems(java.util.List successItems)
           
 void setUserFilter(java.lang.String userFilter)
           
 void setUserSearchText(java.lang.String userSearchText)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

itemsRichList

protected UIRichList itemsRichList
Component reference for Deleted Items RichList control

Constructor Detail

TrashcanDialogProperty

public TrashcanDialogProperty()
Method Detail

setNodeArchiveService

public void setNodeArchiveService(org.alfresco.repo.node.archive.NodeArchiveService nodeArchiveService)
Parameters:
nodeArchiveService - The nodeArchiveService to set.

getItemsRichList

public UIRichList getItemsRichList()
Returns:
Returns the itemsRichList.

setItemsRichList

public void setItemsRichList(UIRichList itemsRichList)
Parameters:
itemsRichList - The itemsRichList to set.

getSearchText

public java.lang.String getSearchText()
Returns:
Returns the searchText.

setSearchText

public void setSearchText(java.lang.String searchText)
Parameters:
searchText - The searchText to set.

getDestination

public org.alfresco.service.cmr.repository.NodeRef getDestination()
Returns:
Returns the alternative destination to use if recovery fails.

setDestination

public void setDestination(org.alfresco.service.cmr.repository.NodeRef destination)
Parameters:
destination - The alternative destination to use if recovery fails.

getDateFilter

public java.lang.String getDateFilter()
Returns:
Returns the dateFilter.

setDateFilter

public void setDateFilter(java.lang.String dateFilter)
Parameters:
dateFilter - The dateFilter to set.

getUserFilter

public java.lang.String getUserFilter()
Returns:
Returns the userFilter.

setUserFilter

public void setUserFilter(java.lang.String userFilter)
Parameters:
userFilter - The userFilter to set.

getUserSearchText

public java.lang.String getUserSearchText()
Returns:
Returns the userSearchText.

setUserSearchText

public void setUserSearchText(java.lang.String userSearchText)
Parameters:
userSearchText - The userSearchText to set.

getListedItems

public java.util.List getListedItems()
Returns:
Returns the listed items.

setListedItems

public void setListedItems(java.util.List listedItems)
Parameters:
listedItems - The listed items to set.

getFailureItemsCount

public int getFailureItemsCount()
Returns:
count of the items that failed to recover

setItem

public void setItem(Node node)
Parameters:
node - The item context for the current action

getItem

public Node getItem()
Returns:
the item context for the current action

isShowItems

public boolean isShowItems()

setShowItems

public void setShowItems(boolean showItems)

isFullTextSearch

public boolean isFullTextSearch()

setFullTextSearch

public void setFullTextSearch(boolean fullTextSearch)

getSuccessItems

public java.util.List getSuccessItems()

setSuccessItems

public void setSuccessItems(java.util.List successItems)

getFailureItems

public java.util.List getFailureItems()

setFailureItems

public void setFailureItems(java.util.List failureItems)

getActionNode

public Node getActionNode()

setActionNode

public void setActionNode(Node actionNode)

getArchiveRootRef

public org.alfresco.service.cmr.repository.NodeRef getArchiveRootRef()

setArchiveRootRef

public void setArchiveRootRef(org.alfresco.service.cmr.repository.NodeRef archiveRootRef)

isInProgress

public boolean isInProgress()

setInProgress

public void setInProgress(boolean inProgress)

getNodeArchiveService

public org.alfresco.repo.node.archive.NodeArchiveService getNodeArchiveService()
Returns:
nodeArchiveService


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.