Liferay 6.1.2-ce-ga3

com.liferay.portlet.documentlibrary.service
Class DLAppHelperLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.service.DLAppHelperLocalServiceWrapper
All Implemented Interfaces:
BaseLocalService, ServiceWrapper<DLAppHelperLocalService>, DLAppHelperLocalService

public class DLAppHelperLocalServiceWrapper
extends Object
implements DLAppHelperLocalService, ServiceWrapper<DLAppHelperLocalService>

This class is a wrapper for DLAppHelperLocalService.

See Also:
DLAppHelperLocalService

Constructor Summary
DLAppHelperLocalServiceWrapper(DLAppHelperLocalService dlAppHelperLocalService)
           
 
Method Summary
 void addFileEntry(long userId, FileEntry fileEntry, FileVersion fileVersion, ServiceContext serviceContext)
           
 void addFolder(Folder folder, ServiceContext serviceContext)
           
 void cancelCheckOut(long userId, FileEntry fileEntry, FileVersion destinationFileVersion, FileVersion draftFileVersion, ServiceContext serviceContext)
           
 void checkAssetEntry(long userId, FileEntry fileEntry, FileVersion fileVersion)
           
 void deleteFileEntry(FileEntry fileEntry)
           
 void deleteFolder(Folder folder)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 void getFileAsStream(long userId, FileEntry fileEntry, boolean incrementCounter)
           
 List<DLFileShortcut> getFileShortcuts(long groupId, long folderId, int status)
           
 int getFileShortcutsCount(long groupId, long folderId, int status)
           
 List<FileEntry> getNoAssetFileEntries()
           
 DLAppHelperLocalService getWrappedDLAppHelperLocalService()
          Deprecated. Renamed to getWrappedService()
 DLAppHelperLocalService getWrappedService()
           
 void moveFileEntry(FileEntry fileEntry)
           
 void moveFolder(Folder folder)
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedDLAppHelperLocalService(DLAppHelperLocalService dlAppHelperLocalService)
          Deprecated. Renamed to setWrappedService(com.liferay.portlet.documentlibrary.service.DLAppHelperLocalService)
 void setWrappedService(DLAppHelperLocalService dlAppHelperLocalService)
           
 AssetEntry updateAsset(long userId, FileEntry fileEntry, FileVersion fileVersion, long assetClassPk)
           
 AssetEntry updateAsset(long userId, FileEntry fileEntry, FileVersion fileVersion, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds)
           
 void updateFileEntry(long userId, FileEntry fileEntry, FileVersion fileVersion, long assetClassPk)
           
 void updateFileEntry(long userId, FileEntry fileEntry, FileVersion fileVersion, ServiceContext serviceContext)
           
 void updateFolder(Folder folder, ServiceContext serviceContext)
           
 void updateStatus(long userId, FileEntry fileEntry, FileVersion latestFileVersion, int status, Map<String,Serializable> workflowContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLAppHelperLocalServiceWrapper

public DLAppHelperLocalServiceWrapper(DLAppHelperLocalService dlAppHelperLocalService)
Method Detail

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface DLAppHelperLocalService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface DLAppHelperLocalService
Parameters:
beanIdentifier - the Spring bean ID for this bean

addFileEntry

public void addFileEntry(long userId,
                         FileEntry fileEntry,
                         FileVersion fileVersion,
                         ServiceContext serviceContext)
                  throws PortalException,
                         SystemException
Specified by:
addFileEntry in interface DLAppHelperLocalService
Throws:
PortalException
SystemException

addFolder

public void addFolder(Folder folder,
                      ServiceContext serviceContext)
               throws PortalException,
                      SystemException
Specified by:
addFolder in interface DLAppHelperLocalService
Throws:
PortalException
SystemException

cancelCheckOut

public void cancelCheckOut(long userId,
                           FileEntry fileEntry,
                           FileVersion destinationFileVersion,
                           FileVersion draftFileVersion,
                           ServiceContext serviceContext)
                    throws PortalException,
                           SystemException
Specified by:
cancelCheckOut in interface DLAppHelperLocalService
Throws:
PortalException
SystemException

checkAssetEntry

public void checkAssetEntry(long userId,
                            FileEntry fileEntry,
                            FileVersion fileVersion)
                     throws PortalException,
                            SystemException
Specified by:
checkAssetEntry in interface DLAppHelperLocalService
Throws:
PortalException
SystemException

deleteFileEntry

public void deleteFileEntry(FileEntry fileEntry)
                     throws PortalException,
                            SystemException
Specified by:
deleteFileEntry in interface DLAppHelperLocalService
Throws:
PortalException
SystemException

deleteFolder

public void deleteFolder(Folder folder)
                  throws PortalException,
                         SystemException
Specified by:
deleteFolder in interface DLAppHelperLocalService
Throws:
PortalException
SystemException

getFileAsStream

public void getFileAsStream(long userId,
                            FileEntry fileEntry,
                            boolean incrementCounter)
                     throws SystemException
Specified by:
getFileAsStream in interface DLAppHelperLocalService
Throws:
SystemException

getFileShortcuts

public List<DLFileShortcut> getFileShortcuts(long groupId,
                                             long folderId,
                                             int status)
                                      throws SystemException
Specified by:
getFileShortcuts in interface DLAppHelperLocalService
Throws:
SystemException

getFileShortcutsCount

public int getFileShortcutsCount(long groupId,
                                 long folderId,
                                 int status)
                          throws SystemException
Specified by:
getFileShortcutsCount in interface DLAppHelperLocalService
Throws:
SystemException

getNoAssetFileEntries

public List<FileEntry> getNoAssetFileEntries()
Specified by:
getNoAssetFileEntries in interface DLAppHelperLocalService

moveFileEntry

public void moveFileEntry(FileEntry fileEntry)
                   throws PortalException,
                          SystemException
Specified by:
moveFileEntry in interface DLAppHelperLocalService
Throws:
PortalException
SystemException

moveFolder

public void moveFolder(Folder folder)
                throws PortalException,
                       SystemException
Specified by:
moveFolder in interface DLAppHelperLocalService
Throws:
PortalException
SystemException

updateAsset

public AssetEntry updateAsset(long userId,
                              FileEntry fileEntry,
                              FileVersion fileVersion,
                              long assetClassPk)
                       throws PortalException,
                              SystemException
Specified by:
updateAsset in interface DLAppHelperLocalService
Throws:
PortalException
SystemException

updateAsset

public AssetEntry updateAsset(long userId,
                              FileEntry fileEntry,
                              FileVersion fileVersion,
                              long[] assetCategoryIds,
                              String[] assetTagNames,
                              long[] assetLinkEntryIds)
                       throws PortalException,
                              SystemException
Specified by:
updateAsset in interface DLAppHelperLocalService
Throws:
PortalException
SystemException

updateFileEntry

public void updateFileEntry(long userId,
                            FileEntry fileEntry,
                            FileVersion fileVersion,
                            long assetClassPk)
                     throws PortalException,
                            SystemException
Specified by:
updateFileEntry in interface DLAppHelperLocalService
Throws:
PortalException
SystemException

updateFileEntry

public void updateFileEntry(long userId,
                            FileEntry fileEntry,
                            FileVersion fileVersion,
                            ServiceContext serviceContext)
                     throws PortalException,
                            SystemException
Specified by:
updateFileEntry in interface DLAppHelperLocalService
Throws:
PortalException
SystemException

updateFolder

public void updateFolder(Folder folder,
                         ServiceContext serviceContext)
                  throws PortalException,
                         SystemException
Specified by:
updateFolder in interface DLAppHelperLocalService
Throws:
PortalException
SystemException

updateStatus

public void updateStatus(long userId,
                         FileEntry fileEntry,
                         FileVersion latestFileVersion,
                         int status,
                         Map<String,Serializable> workflowContext)
                  throws PortalException,
                         SystemException
Specified by:
updateStatus in interface DLAppHelperLocalService
Throws:
PortalException
SystemException

getWrappedDLAppHelperLocalService

public DLAppHelperLocalService getWrappedDLAppHelperLocalService()
Deprecated. Renamed to getWrappedService()


setWrappedDLAppHelperLocalService

public void setWrappedDLAppHelperLocalService(DLAppHelperLocalService dlAppHelperLocalService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.documentlibrary.service.DLAppHelperLocalService)


getWrappedService

public DLAppHelperLocalService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<DLAppHelperLocalService>

setWrappedService

public void setWrappedService(DLAppHelperLocalService dlAppHelperLocalService)
Specified by:
setWrappedService in interface ServiceWrapper<DLAppHelperLocalService>

Liferay 6.1.2-ce-ga3