Java Doc for DLFileEntryLocalServiceImpl.java in  » Portal » liferay-portal-4.4.2 » com » liferay » portlet » documentlibrary » service » impl » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Portal » liferay portal 4.4.2 » com.liferay.portlet.documentlibrary.service.impl 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.liferay.portlet.documentlibrary.service.base.DLFileEntryLocalServiceBaseImpl
      com.liferay.portlet.documentlibrary.service.impl.DLFileEntryLocalServiceImpl

DLFileEntryLocalServiceImpl
public class DLFileEntryLocalServiceImpl extends DLFileEntryLocalServiceBaseImpl (Code)
View Source

For DLFileEntries, the naming convention for some of the variables is not very informative, due to legacy code. Each DLFileEntry has a corresponding name and title. The "name" is a unique identifier for a given file and usually follows the format "DLFE-1234.xls" whereas the "title" is the actual name specified by the user (e.g., "Budget.xls").


author:
   Brian Wing Shun Chan
author:
   Harry Mark




Method Summary
public  DLFileEntryaddFileEntry(long userId, long folderId, String name, String title, String description, String[] tagsEntries, String extraSettings, File file, boolean addCommunityPermissions, boolean addGuestPermissions)
    
public  DLFileEntryaddFileEntry(long userId, long folderId, String name, String title, String description, String[] tagsEntries, String extraSettings, byte[] byteArray, boolean addCommunityPermissions, boolean addGuestPermissions)
    
public  DLFileEntryaddFileEntry(String uuid, long userId, long folderId, String name, String title, String description, String[] tagsEntries, String extraSettings, byte[] byteArray, boolean addCommunityPermissions, boolean addGuestPermissions)
    
public  DLFileEntryaddFileEntry(long userId, long folderId, String name, String title, String description, String[] tagsEntries, String extraSettings, File file, String[] communityPermissions, String[] guestPermissions)
    
public  DLFileEntryaddFileEntry(long userId, long folderId, String name, String title, String description, String[] tagsEntries, String extraSettings, byte[] byteArray, String[] communityPermissions, String[] guestPermissions)
    
public  DLFileEntryaddFileEntry(long userId, long folderId, String name, String title, String description, String[] tagsEntries, String extraSettings, File file, Boolean addCommunityPermissions, Boolean addGuestPermissions, String[] communityPermissions, String[] guestPermissions)
    
public  DLFileEntryaddFileEntry(String uuid, long userId, long folderId, String name, String title, String description, String[] tagsEntries, String extraSettings, byte[] byteArray, Boolean addCommunityPermissions, Boolean addGuestPermissions, String[] communityPermissions, String[] guestPermissions)
    
public  DLFileEntryaddFileEntry(String uuid, long userId, long folderId, String name, String title, String description, String[] tagsEntries, String extraSettings, InputStream is, long size, Boolean addCommunityPermissions, Boolean addGuestPermissions, String[] communityPermissions, String[] guestPermissions)
    
public  voidaddFileEntryResources(long folderId, String name, boolean addCommunityPermissions, boolean addGuestPermissions)
    
public  voidaddFileEntryResources(DLFolder folder, DLFileEntry fileEntry, boolean addCommunityPermissions, boolean addGuestPermissions)
    
public  voidaddFileEntryResources(long folderId, String name, String[] communityPermissions, String[] guestPermissions)
    
public  voidaddFileEntryResources(DLFolder folder, DLFileEntry fileEntry, String[] communityPermissions, String[] guestPermissions)
    
public  DLFileEntryaddOrOverwriteFileEntry(long userId, long folderId, String name, String sourceName, String title, String description, String[] tagsEntries, String extraSettings, File file, boolean addCommunityPermissions, boolean addGuestPermissions)
    
public  voiddeleteFileEntries(long folderId)
    
public  voiddeleteFileEntry(long folderId, String name)
    
public  voiddeleteFileEntry(long folderId, String name, double version)
    
public  voiddeleteFileEntry(DLFileEntry fileEntry)
    
public  ListgetCompanyFileEntries(long companyId, int begin, int end)
    
public  ListgetCompanyFileEntries(long companyId, int begin, int end, OrderByComparator obc)
    
public  intgetCompanyFileEntriesCount(long companyId)
    
public  InputStreamgetFileAsStream(long companyId, long userId, long folderId, String name)
    
public  InputStreamgetFileAsStream(long companyId, long userId, long folderId, String name, double version)
    
public  ListgetFileEntries(long folderId)
    
public  ListgetFileEntries(long folderId, int begin, int end)
    
public  ListgetFileEntries(long folderId, int begin, int end, OrderByComparator obc)
    
public  ListgetFileEntriesAndShortcuts(long folderId, int begin, int end)
    
public  ListgetFileEntriesAndShortcuts(List folderIds, int begin, int end)
    
public  intgetFileEntriesAndShortcutsCount(long folderId)
    
public  intgetFileEntriesAndShortcutsCount(List folderIds)
    
public  intgetFileEntriesCount(long folderId)
    
public  DLFileEntrygetFileEntry(long fileEntryId)
    
public  DLFileEntrygetFileEntry(long folderId, String name)
    
public  DLFileEntrygetFileEntryByTitle(long folderId, String titleWithExtension)
    
public  DLFileEntrygetFileEntryByUuidAndGroupId(String uuid, long groupId)
    
protected  longgetFolderId(long companyId, long folderId)
    
public  intgetFoldersFileEntriesCount(List folderIds)
    
public  ListgetGroupFileEntries(long groupId, int begin, int end)
    
public  ListgetGroupFileEntries(long groupId, int begin, int end, OrderByComparator obc)
    
public  ListgetGroupFileEntries(long groupId, long userId, int begin, int end)
    
public  ListgetGroupFileEntries(long groupId, long userId, int begin, int end, OrderByComparator obc)
    
public  intgetGroupFileEntriesCount(long groupId)
    
public  intgetGroupFileEntriesCount(long groupId, long userId)
    
protected  StringgetName(String name)
    
public  ListgetNoAssetFileEntries()
    
public  DLFileEntryupdateFileEntry(long userId, long folderId, long newFolderId, String name, String sourceFileName, String title, String description, String[] tagsEntries, String extraSettings, File file)
    
public  DLFileEntryupdateFileEntry(long userId, long folderId, long newFolderId, String name, String sourceFileName, String title, String description, String[] tagsEntries, String extraSettings, byte[] byteArray)
    
public  DLFileEntryupdateFileEntry(long userId, long folderId, long newFolderId, String name, String sourceFileName, String title, String description, String[] tagsEntries, String extraSettings, InputStream is, long size)
    
public  voidupdateTagsAsset(long userId, DLFileEntry fileEntry, String[] tagsEntries)
    
protected  voidvalidate(long groupId, long folderId, long newFolderId, String name, String title, String sourceFileName, InputStream is)
    
protected  voidvalidate(long groupId, long folderId, String name, String title, InputStream is)
    



Method Detail
addFileEntry
public DLFileEntry addFileEntry(long userId, long folderId, String name, String title, String description, String[] tagsEntries, String extraSettings, File file, boolean addCommunityPermissions, boolean addGuestPermissions) throws PortalException, SystemException(Code)



addFileEntry
public DLFileEntry addFileEntry(long userId, long folderId, String name, String title, String description, String[] tagsEntries, String extraSettings, byte[] byteArray, boolean addCommunityPermissions, boolean addGuestPermissions) throws PortalException, SystemException(Code)



addFileEntry
public DLFileEntry addFileEntry(String uuid, long userId, long folderId, String name, String title, String description, String[] tagsEntries, String extraSettings, byte[] byteArray, boolean addCommunityPermissions, boolean addGuestPermissions) throws PortalException, SystemException(Code)



addFileEntry
public DLFileEntry addFileEntry(long userId, long folderId, String name, String title, String description, String[] tagsEntries, String extraSettings, File file, String[] communityPermissions, String[] guestPermissions) throws PortalException, SystemException(Code)



addFileEntry
public DLFileEntry addFileEntry(long userId, long folderId, String name, String title, String description, String[] tagsEntries, String extraSettings, byte[] byteArray, String[] communityPermissions, String[] guestPermissions) throws PortalException, SystemException(Code)



addFileEntry
public DLFileEntry addFileEntry(long userId, long folderId, String name, String title, String description, String[] tagsEntries, String extraSettings, File file, Boolean addCommunityPermissions, Boolean addGuestPermissions, String[] communityPermissions, String[] guestPermissions) throws PortalException, SystemException(Code)



addFileEntry
public DLFileEntry addFileEntry(String uuid, long userId, long folderId, String name, String title, String description, String[] tagsEntries, String extraSettings, byte[] byteArray, Boolean addCommunityPermissions, Boolean addGuestPermissions, String[] communityPermissions, String[] guestPermissions) throws PortalException, SystemException(Code)



addFileEntry
public DLFileEntry addFileEntry(String uuid, long userId, long folderId, String name, String title, String description, String[] tagsEntries, String extraSettings, InputStream is, long size, Boolean addCommunityPermissions, Boolean addGuestPermissions, String[] communityPermissions, String[] guestPermissions) throws PortalException, SystemException(Code)



addFileEntryResources
public void addFileEntryResources(long folderId, String name, boolean addCommunityPermissions, boolean addGuestPermissions) throws PortalException, SystemException(Code)



addFileEntryResources
public void addFileEntryResources(DLFolder folder, DLFileEntry fileEntry, boolean addCommunityPermissions, boolean addGuestPermissions) throws PortalException, SystemException(Code)



addFileEntryResources
public void addFileEntryResources(long folderId, String name, String[] communityPermissions, String[] guestPermissions) throws PortalException, SystemException(Code)



addFileEntryResources
public void addFileEntryResources(DLFolder folder, DLFileEntry fileEntry, String[] communityPermissions, String[] guestPermissions) throws PortalException, SystemException(Code)



addOrOverwriteFileEntry
public DLFileEntry addOrOverwriteFileEntry(long userId, long folderId, String name, String sourceName, String title, String description, String[] tagsEntries, String extraSettings, File file, boolean addCommunityPermissions, boolean addGuestPermissions) throws PortalException, SystemException(Code)



deleteFileEntries
public void deleteFileEntries(long folderId) throws PortalException, SystemException(Code)



deleteFileEntry
public void deleteFileEntry(long folderId, String name) throws PortalException, SystemException(Code)



deleteFileEntry
public void deleteFileEntry(long folderId, String name, double version) throws PortalException, SystemException(Code)



deleteFileEntry
public void deleteFileEntry(DLFileEntry fileEntry) throws PortalException, SystemException(Code)



getCompanyFileEntries
public List getCompanyFileEntries(long companyId, int begin, int end) throws SystemException(Code)



getCompanyFileEntries
public List getCompanyFileEntries(long companyId, int begin, int end, OrderByComparator obc) throws SystemException(Code)



getCompanyFileEntriesCount
public int getCompanyFileEntriesCount(long companyId) throws SystemException(Code)



getFileAsStream
public InputStream getFileAsStream(long companyId, long userId, long folderId, String name) throws PortalException, SystemException(Code)



getFileAsStream
public InputStream getFileAsStream(long companyId, long userId, long folderId, String name, double version) throws PortalException, SystemException(Code)



getFileEntries
public List getFileEntries(long folderId) throws SystemException(Code)



getFileEntries
public List getFileEntries(long folderId, int begin, int end) throws SystemException(Code)



getFileEntries
public List getFileEntries(long folderId, int begin, int end, OrderByComparator obc) throws SystemException(Code)



getFileEntriesAndShortcuts
public List getFileEntriesAndShortcuts(long folderId, int begin, int end) throws SystemException(Code)



getFileEntriesAndShortcuts
public List getFileEntriesAndShortcuts(List folderIds, int begin, int end) throws SystemException(Code)



getFileEntriesAndShortcutsCount
public int getFileEntriesAndShortcutsCount(long folderId) throws SystemException(Code)



getFileEntriesAndShortcutsCount
public int getFileEntriesAndShortcutsCount(List folderIds) throws SystemException(Code)



getFileEntriesCount
public int getFileEntriesCount(long folderId) throws SystemException(Code)



getFileEntry
public DLFileEntry getFileEntry(long fileEntryId) throws PortalException, SystemException(Code)



getFileEntry
public DLFileEntry getFileEntry(long folderId, String name) throws PortalException, SystemException(Code)



getFileEntryByTitle
public DLFileEntry getFileEntryByTitle(long folderId, String titleWithExtension) throws PortalException, SystemException(Code)



getFileEntryByUuidAndGroupId
public DLFileEntry getFileEntryByUuidAndGroupId(String uuid, long groupId) throws PortalException, SystemException(Code)



getFolderId
protected long getFolderId(long companyId, long folderId) throws PortalException, SystemException(Code)



getFoldersFileEntriesCount
public int getFoldersFileEntriesCount(List folderIds) throws SystemException(Code)



getGroupFileEntries
public List getGroupFileEntries(long groupId, int begin, int end) throws SystemException(Code)



getGroupFileEntries
public List getGroupFileEntries(long groupId, int begin, int end, OrderByComparator obc) throws SystemException(Code)



getGroupFileEntries
public List getGroupFileEntries(long groupId, long userId, int begin, int end) throws SystemException(Code)



getGroupFileEntries
public List getGroupFileEntries(long groupId, long userId, int begin, int end, OrderByComparator obc) throws SystemException(Code)



getGroupFileEntriesCount
public int getGroupFileEntriesCount(long groupId) throws SystemException(Code)



getGroupFileEntriesCount
public int getGroupFileEntriesCount(long groupId, long userId) throws SystemException(Code)



getName
protected String getName(String name) throws SystemException(Code)



getNoAssetFileEntries
public List getNoAssetFileEntries() throws SystemException(Code)



updateFileEntry
public DLFileEntry updateFileEntry(long userId, long folderId, long newFolderId, String name, String sourceFileName, String title, String description, String[] tagsEntries, String extraSettings, File file) throws PortalException, SystemException(Code)



updateFileEntry
public DLFileEntry updateFileEntry(long userId, long folderId, long newFolderId, String name, String sourceFileName, String title, String description, String[] tagsEntries, String extraSettings, byte[] byteArray) throws PortalException, SystemException(Code)



updateFileEntry
public DLFileEntry updateFileEntry(long userId, long folderId, long newFolderId, String name, String sourceFileName, String title, String description, String[] tagsEntries, String extraSettings, InputStream is, long size) throws PortalException, SystemException(Code)



updateTagsAsset
public void updateTagsAsset(long userId, DLFileEntry fileEntry, String[] tagsEntries) throws PortalException, SystemException(Code)



validate
protected void validate(long groupId, long folderId, long newFolderId, String name, String title, String sourceFileName, InputStream is) throws PortalException, SystemException(Code)



validate
protected void validate(long groupId, long folderId, String name, String title, InputStream is) throws PortalException, SystemException(Code)



Fields inherited from com.liferay.portlet.documentlibrary.service.base.DLFileEntryLocalServiceBaseImpl
protected CounterLocalService counterLocalService(Code)(Java Doc)
protected CounterService counterService(Code)(Java Doc)
protected DLFileEntryAndShortcutFinder dlFileEntryAndShortcutFinder(Code)(Java Doc)
protected DLFileEntryFinder dlFileEntryFinder(Code)(Java Doc)
protected DLFileEntryPersistence dlFileEntryPersistence(Code)(Java Doc)
protected DLFileRankFinder dlFileRankFinder(Code)(Java Doc)
protected DLFileRankLocalService dlFileRankLocalService(Code)(Java Doc)
protected DLFileRankPersistence dlFileRankPersistence(Code)(Java Doc)
protected DLFileShortcutFinder dlFileShortcutFinder(Code)(Java Doc)
protected DLFileShortcutLocalService dlFileShortcutLocalService(Code)(Java Doc)
protected DLFileShortcutPersistence dlFileShortcutPersistence(Code)(Java Doc)
protected DLFileShortcutService dlFileShortcutService(Code)(Java Doc)
protected DLFileVersionLocalService dlFileVersionLocalService(Code)(Java Doc)
protected DLFileVersionPersistence dlFileVersionPersistence(Code)(Java Doc)
protected DLFolderLocalService dlFolderLocalService(Code)(Java Doc)
protected DLFolderPersistence dlFolderPersistence(Code)(Java Doc)
protected DLFolderService dlFolderService(Code)(Java Doc)
protected DLLocalService dlLocalService(Code)(Java Doc)
protected DLService dlService(Code)(Java Doc)
protected LockService lockService(Code)(Java Doc)
protected MBMessageFinder mbMessageFinder(Code)(Java Doc)
protected MBMessageLocalService mbMessageLocalService(Code)(Java Doc)
protected MBMessagePersistence mbMessagePersistence(Code)(Java Doc)
protected MBMessageService mbMessageService(Code)(Java Doc)
protected RatingsStatsLocalService ratingsStatsLocalService(Code)(Java Doc)
protected RatingsStatsPersistence ratingsStatsPersistence(Code)(Java Doc)
protected ResourceFinder resourceFinder(Code)(Java Doc)
protected ResourceLocalService resourceLocalService(Code)(Java Doc)
protected ResourcePersistence resourcePersistence(Code)(Java Doc)
protected ResourceService resourceService(Code)(Java Doc)
protected TagsAssetFinder tagsAssetFinder(Code)(Java Doc)
protected TagsAssetLocalService tagsAssetLocalService(Code)(Java Doc)
protected TagsAssetPersistence tagsAssetPersistence(Code)(Java Doc)
protected TagsAssetService tagsAssetService(Code)(Java Doc)
protected UserFinder userFinder(Code)(Java Doc)
protected UserLocalService userLocalService(Code)(Java Doc)
protected UserPersistence userPersistence(Code)(Java Doc)
protected UserService userService(Code)(Java Doc)
protected WebDAVPropsLocalService webDAVPropsLocalService(Code)(Java Doc)
protected WebDAVPropsPersistence webDAVPropsPersistence(Code)(Java Doc)

Methods inherited from com.liferay.portlet.documentlibrary.service.base.DLFileEntryLocalServiceBaseImpl
public DLFileEntry addDLFileEntry(DLFileEntry model) throws SystemException(Code)(Java Doc)
public void afterPropertiesSet()(Code)(Java Doc)
public List dynamicQuery(DynamicQueryInitializer queryInitializer) throws SystemException(Code)(Java Doc)
public List dynamicQuery(DynamicQueryInitializer queryInitializer, int begin, int end) throws SystemException(Code)(Java Doc)
public CounterLocalService getCounterLocalService()(Code)(Java Doc)
public CounterService getCounterService()(Code)(Java Doc)
public DLFileEntryAndShortcutFinder getDLFileEntryAndShortcutFinder()(Code)(Java Doc)
public DLFileEntryFinder getDLFileEntryFinder()(Code)(Java Doc)
public DLFileEntryPersistence getDLFileEntryPersistence()(Code)(Java Doc)
public DLFileRankFinder getDLFileRankFinder()(Code)(Java Doc)
public DLFileRankLocalService getDLFileRankLocalService()(Code)(Java Doc)
public DLFileRankPersistence getDLFileRankPersistence()(Code)(Java Doc)
public DLFileShortcutFinder getDLFileShortcutFinder()(Code)(Java Doc)
public DLFileShortcutLocalService getDLFileShortcutLocalService()(Code)(Java Doc)
public DLFileShortcutPersistence getDLFileShortcutPersistence()(Code)(Java Doc)
public DLFileShortcutService getDLFileShortcutService()(Code)(Java Doc)
public DLFileVersionLocalService getDLFileVersionLocalService()(Code)(Java Doc)
public DLFileVersionPersistence getDLFileVersionPersistence()(Code)(Java Doc)
public DLFolderLocalService getDLFolderLocalService()(Code)(Java Doc)
public DLFolderPersistence getDLFolderPersistence()(Code)(Java Doc)
public DLFolderService getDLFolderService()(Code)(Java Doc)
public DLLocalService getDLLocalService()(Code)(Java Doc)
public DLService getDLService()(Code)(Java Doc)
public LockService getLockService()(Code)(Java Doc)
public MBMessageFinder getMBMessageFinder()(Code)(Java Doc)
public MBMessageLocalService getMBMessageLocalService()(Code)(Java Doc)
public MBMessagePersistence getMBMessagePersistence()(Code)(Java Doc)
public MBMessageService getMBMessageService()(Code)(Java Doc)
public RatingsStatsLocalService getRatingsStatsLocalService()(Code)(Java Doc)
public RatingsStatsPersistence getRatingsStatsPersistence()(Code)(Java Doc)
public ResourceFinder getResourceFinder()(Code)(Java Doc)
public ResourceLocalService getResourceLocalService()(Code)(Java Doc)
public ResourcePersistence getResourcePersistence()(Code)(Java Doc)
public ResourceService getResourceService()(Code)(Java Doc)
public TagsAssetFinder getTagsAssetFinder()(Code)(Java Doc)
public TagsAssetLocalService getTagsAssetLocalService()(Code)(Java Doc)
public TagsAssetPersistence getTagsAssetPersistence()(Code)(Java Doc)
public TagsAssetService getTagsAssetService()(Code)(Java Doc)
public UserFinder getUserFinder()(Code)(Java Doc)
public UserLocalService getUserLocalService()(Code)(Java Doc)
public UserPersistence getUserPersistence()(Code)(Java Doc)
public UserService getUserService()(Code)(Java Doc)
public WebDAVPropsLocalService getWebDAVPropsLocalService()(Code)(Java Doc)
public WebDAVPropsPersistence getWebDAVPropsPersistence()(Code)(Java Doc)
public void setCounterLocalService(CounterLocalService counterLocalService)(Code)(Java Doc)
public void setCounterService(CounterService counterService)(Code)(Java Doc)
public void setDLFileEntryAndShortcutFinder(DLFileEntryAndShortcutFinder dlFileEntryAndShortcutFinder)(Code)(Java Doc)
public void setDLFileEntryFinder(DLFileEntryFinder dlFileEntryFinder)(Code)(Java Doc)
public void setDLFileEntryPersistence(DLFileEntryPersistence dlFileEntryPersistence)(Code)(Java Doc)
public void setDLFileRankFinder(DLFileRankFinder dlFileRankFinder)(Code)(Java Doc)
public void setDLFileRankLocalService(DLFileRankLocalService dlFileRankLocalService)(Code)(Java Doc)
public void setDLFileRankPersistence(DLFileRankPersistence dlFileRankPersistence)(Code)(Java Doc)
public void setDLFileShortcutFinder(DLFileShortcutFinder dlFileShortcutFinder)(Code)(Java Doc)
public void setDLFileShortcutLocalService(DLFileShortcutLocalService dlFileShortcutLocalService)(Code)(Java Doc)
public void setDLFileShortcutPersistence(DLFileShortcutPersistence dlFileShortcutPersistence)(Code)(Java Doc)
public void setDLFileShortcutService(DLFileShortcutService dlFileShortcutService)(Code)(Java Doc)
public void setDLFileVersionLocalService(DLFileVersionLocalService dlFileVersionLocalService)(Code)(Java Doc)
public void setDLFileVersionPersistence(DLFileVersionPersistence dlFileVersionPersistence)(Code)(Java Doc)
public void setDLFolderLocalService(DLFolderLocalService dlFolderLocalService)(Code)(Java Doc)
public void setDLFolderPersistence(DLFolderPersistence dlFolderPersistence)(Code)(Java Doc)
public void setDLFolderService(DLFolderService dlFolderService)(Code)(Java Doc)
public void setDLLocalService(DLLocalService dlLocalService)(Code)(Java Doc)
public void setDLService(DLService dlService)(Code)(Java Doc)
public void setLockService(LockService lockService)(Code)(Java Doc)
public void setMBMessageFinder(MBMessageFinder mbMessageFinder)(Code)(Java Doc)
public void setMBMessageLocalService(MBMessageLocalService mbMessageLocalService)(Code)(Java Doc)
public void setMBMessagePersistence(MBMessagePersistence mbMessagePersistence)(Code)(Java Doc)
public void setMBMessageService(MBMessageService mbMessageService)(Code)(Java Doc)
public void setRatingsStatsLocalService(RatingsStatsLocalService ratingsStatsLocalService)(Code)(Java Doc)
public void setRatingsStatsPersistence(RatingsStatsPersistence ratingsStatsPersistence)(Code)(Java Doc)
public void setResourceFinder(ResourceFinder resourceFinder)(Code)(Java Doc)
public void setResourceLocalService(ResourceLocalService resourceLocalService)(Code)(Java Doc)
public void setResourcePersistence(ResourcePersistence resourcePersistence)(Code)(Java Doc)
public void setResourceService(ResourceService resourceService)(Code)(Java Doc)
public void setTagsAssetFinder(TagsAssetFinder tagsAssetFinder)(Code)(Java Doc)
public void setTagsAssetLocalService(TagsAssetLocalService tagsAssetLocalService)(Code)(Java Doc)
public void setTagsAssetPersistence(TagsAssetPersistence tagsAssetPersistence)(Code)(Java Doc)
public void setTagsAssetService(TagsAssetService tagsAssetService)(Code)(Java Doc)
public void setUserFinder(UserFinder userFinder)(Code)(Java Doc)
public void setUserLocalService(UserLocalService userLocalService)(Code)(Java Doc)
public void setUserPersistence(UserPersistence userPersistence)(Code)(Java Doc)
public void setUserService(UserService userService)(Code)(Java Doc)
public void setWebDAVPropsLocalService(WebDAVPropsLocalService webDAVPropsLocalService)(Code)(Java Doc)
public void setWebDAVPropsPersistence(WebDAVPropsPersistence webDAVPropsPersistence)(Code)(Java Doc)
public DLFileEntry updateDLFileEntry(DLFileEntry model) throws SystemException(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.