|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.web.bean.wcm.FilePickerBean
public class FilePickerBean
Bean for interacting with the file picker widget using ajax requests.
Constructor Summary | |
---|---|
FilePickerBean()
|
Method Summary | |
---|---|
void |
clearUploadedFiles()
|
AVMBrowseBean |
getAvmBrowseBean()
Get avmBrowseBean property for this bean |
org.alfresco.service.cmr.avm.AVMService |
getAvmService()
Get avmService property for this bean |
org.alfresco.service.cmr.repository.NodeRef |
getConfiguredSearches(java.lang.String configSearchName)
Get node for configured search by name. |
org.alfresco.service.cmr.repository.ContentService |
getContentService()
Get contentService property value for this bean |
org.alfresco.service.cmr.dictionary.DictionaryService |
getDictionaryService()
Get dictionaryService property for this bean |
void |
getFilePickerData()
Provides data for a file picker widget. |
org.alfresco.service.namespace.NamespaceService |
getNamespaceService()
Get the namespaceService property value for this bean |
org.alfresco.service.cmr.repository.NodeService |
getNodeService()
Get nodeService property for this bean |
org.alfresco.service.cmr.search.SearchService |
getSearchService()
Get SearchService property for this bean |
org.alfresco.service.cmr.repository.NodeRef[] |
getUploadedFiles()
|
void |
setAvmBrowseBean(AVMBrowseBean avmBrowseBean)
Set avmBrowseBean property for this bean |
void |
setAvmService(org.alfresco.service.cmr.avm.AVMService avmService)
Set avmService property for this bean |
void |
setContentService(org.alfresco.service.cmr.repository.ContentService contentService)
Set contentService property |
void |
setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)
Set dictionaryService property value for this bean |
void |
setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)
Set namespaceService property for this bean |
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
Set nodeService property value for this bean |
void |
setSearchService(org.alfresco.service.cmr.search.SearchService searchService)
Set searchService property for this bean |
void |
uploadFile()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FilePickerBean()
Method Detail |
---|
public void clearUploadedFiles()
public org.alfresco.service.cmr.repository.NodeRef[] getUploadedFiles()
public void setAvmBrowseBean(AVMBrowseBean avmBrowseBean)
avmBrowseBean
- the AVMBrowseBean object to pass into this propertypublic AVMBrowseBean getAvmBrowseBean()
public void setAvmService(org.alfresco.service.cmr.avm.AVMService avmService)
avmService
- the avmService object to pass into this propertypublic org.alfresco.service.cmr.avm.AVMService getAvmService()
public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
nodeService
- the NodeService object to pass into this propertypublic org.alfresco.service.cmr.repository.NodeService getNodeService()
public void setSearchService(org.alfresco.service.cmr.search.SearchService searchService)
searchService
- the SearchService object to pass into this propertypublic org.alfresco.service.cmr.search.SearchService getSearchService()
public void setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)
dictionaryService
- the DictionaryService object to pass into this propertypublic org.alfresco.service.cmr.dictionary.DictionaryService getDictionaryService()
public void setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)
namespaceService
- the NamespaceService object to pass into this propertypublic org.alfresco.service.namespace.NamespaceService getNamespaceService()
public void setContentService(org.alfresco.service.cmr.repository.ContentService contentService)
contentService
- the ContentService object to pass into this propertypublic org.alfresco.service.cmr.repository.ContentService getContentService()
public void getFilePickerData() throws java.lang.Exception
java.lang.Exception
public void uploadFile() throws java.lang.Exception
java.lang.Exception
public org.alfresco.service.cmr.repository.NodeRef getConfiguredSearches(java.lang.String configSearchName)
configSearchName
- name of configured search for which to get node
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |