|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.web.bean.dialog.BaseDialogBean
org.alfresco.web.bean.categories.DeleteCategoryDialog
public class DeleteCategoryDialog
Field Summary | |
---|---|
protected UIRichList |
categoriesRichList
Component references |
protected org.alfresco.service.cmr.search.CategoryService |
categoryService
|
Fields inherited from class org.alfresco.web.bean.dialog.BaseDialogBean |
---|
browseBean, isFinished, navigator, parameters |
Constructor Summary | |
---|---|
DeleteCategoryDialog()
|
Method Summary | |
---|---|
void |
contextUpdated()
|
protected java.lang.String |
doPostCommitProcessing(javax.faces.context.FacesContext context,
java.lang.String outcome)
Performs any post commit processing subclasses may want to provide |
java.lang.String |
finishDelete()
|
protected java.lang.String |
finishImpl(javax.faces.context.FacesContext context,
java.lang.String outcome)
Performs the actual processing for the wizard. |
Node |
getActionCategory()
|
UIRichList |
getCategoriesRichList()
|
Node |
getCategory()
|
org.alfresco.service.cmr.repository.NodeRef |
getCategoryRef()
|
java.lang.String |
getContainerTitle()
Returns the title to be used for the dialog |
java.lang.String |
getCurrentCategoryId()
|
java.lang.String |
getDescription()
|
boolean |
getFinishButtonDisabled()
Determines whether the finish button on the dialog should be disabled |
java.lang.String |
getFinishButtonLabel()
Returns the label to use for the finish button |
java.util.List |
getLocation()
|
java.util.Collection |
getMembers()
|
int |
getMembersSize()
|
java.lang.String |
getName()
|
void |
init(java.util.Map parameters)
Initialises the dialog bean |
void |
setActionCategory(Node node)
|
void |
setCategoriesRichList(UIRichList categoriesRichList)
|
void |
setCategory(Node category)
|
void |
setCategoryRef(org.alfresco.service.cmr.repository.NodeRef categoryRef)
|
void |
setCategoryService(org.alfresco.service.cmr.search.CategoryService categoryService)
|
void |
setCurrentCategory(org.alfresco.service.cmr.repository.NodeRef ref)
Set the current category node. |
void |
setDescription(java.lang.String description)
|
void |
setLocation(java.util.List location)
|
void |
setMembers(java.util.Collection members)
|
void |
setName(java.lang.String name)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected transient org.alfresco.service.cmr.search.CategoryService categoryService
protected UIRichList categoriesRichList
Constructor Detail |
---|
public DeleteCategoryDialog()
Method Detail |
---|
public void init(java.util.Map parameters)
IDialogBean
init
in interface IDialogBean
init
in class BaseDialogBean
parameters
- Map of parameters for the dialogprotected java.lang.String doPostCommitProcessing(javax.faces.context.FacesContext context, java.lang.String outcome)
BaseDialogBean
doPostCommitProcessing
in class BaseDialogBean
context
- FacesContextoutcome
- The default outcome
public java.util.Collection getMembers()
public void setMembers(java.util.Collection members)
public int getMembersSize()
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public void setCategoryService(org.alfresco.service.cmr.search.CategoryService categoryService)
public org.alfresco.service.cmr.repository.NodeRef getCategoryRef()
public void setCategoryRef(org.alfresco.service.cmr.repository.NodeRef categoryRef)
public Node getCategory()
public void setCategory(Node category)
public void setActionCategory(Node node)
node
- Set the Node to be used for the current category screen action.public Node getActionCategory()
public void setLocation(java.util.List location)
public java.util.List getLocation()
public boolean getFinishButtonDisabled()
IDialogBean
getFinishButtonDisabled
in interface IDialogBean
getFinishButtonDisabled
in class BaseDialogBean
protected java.lang.String finishImpl(javax.faces.context.FacesContext context, java.lang.String outcome) throws java.lang.Exception
BaseDialogBean
finishImpl
in class BaseDialogBean
context
- FacesContextoutcome
- The default outcome
java.lang.Exception
public java.lang.String getContainerTitle()
IDialogBean
If this returns null the DialogManager will lookup the title via the dialog configuration
getContainerTitle
in interface IDialogBean
getContainerTitle
in class BaseDialogBean
public java.lang.String getFinishButtonLabel()
IDialogBean
getFinishButtonLabel
in interface IDialogBean
getFinishButtonLabel
in class BaseDialogBean
public UIRichList getCategoriesRichList()
public void setCategoriesRichList(UIRichList categoriesRichList)
public void contextUpdated()
IContextListener.contextUpdated()
public java.lang.String getCurrentCategoryId()
public void setCurrentCategory(org.alfresco.service.cmr.repository.NodeRef ref)
Setting this value causes the UI to update and display the specified node as current.
ref
- The current category node.public java.lang.String finishDelete()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |