|
Liferay 6.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface DLAppHelperLocalServiceThe interface for the d l app helper local service.
This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.
DLAppHelperLocalServiceUtil,
com.liferay.portlet.documentlibrary.service.base.DLAppHelperLocalServiceBaseImpl,
com.liferay.portlet.documentlibrary.service.impl.DLAppHelperLocalServiceImpl| Method Summary | |
|---|---|
void |
addFileEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
ServiceContext serviceContext)
|
void |
addFolder(Folder folder,
ServiceContext serviceContext)
|
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()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
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,
ServiceContext serviceContext)
|
void |
updateFolder(Folder folder,
ServiceContext serviceContext)
|
void |
updateStatus(long userId,
FileEntry fileEntry,
FileVersion latestFileVersion,
int status,
Map<String,Serializable> workflowContext)
|
| Method Detail |
|---|
String getBeanIdentifier()
void setBeanIdentifier(String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean
void addFileEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalException
SystemException
void addFolder(Folder folder,
ServiceContext serviceContext)
throws SystemException
SystemException
void deleteFileEntry(FileEntry fileEntry)
throws PortalException,
SystemException
PortalException
SystemException
void deleteFolder(Folder folder)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
void getFileAsStream(long userId,
FileEntry fileEntry,
boolean incrementCounter)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<DLFileShortcut> getFileShortcuts(long groupId,
long folderId,
int status)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getFileShortcutsCount(long groupId,
long folderId,
int status)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<FileEntry> getNoAssetFileEntries()
AssetEntry updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long assetClassPk)
throws PortalException,
SystemException
PortalException
SystemException
AssetEntry updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
throws PortalException,
SystemException
PortalException
SystemException
void updateFileEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalException
SystemException
void updateFolder(Folder folder,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalException
SystemException
void updateStatus(long userId,
FileEntry fileEntry,
FileVersion latestFileVersion,
int status,
Map<String,Serializable> workflowContext)
throws PortalException,
SystemException
PortalException
SystemException
|
Liferay 6.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||