|
Liferay 6.0.4 | |||||||||
| 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 DLFileVersionLocalService
This interface defines the service. The default implementation is
DLFileVersionLocalServiceImpl.
Modify methods in that class and rerun ServiceBuilder to populate this class
and all other generated classes.
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.
DLFileVersionLocalServiceUtil| Method Detail |
|---|
DLFileVersion addDLFileVersion(DLFileVersion dlFileVersion)
throws SystemException
SystemExceptionDLFileVersion createDLFileVersion(long fileVersionId)
void deleteDLFileVersion(long fileVersionId)
throws PortalException,
SystemException
PortalException
SystemException
void deleteDLFileVersion(DLFileVersion dlFileVersion)
throws SystemException
SystemException
List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemException
List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
SystemException
List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemException
long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
DLFileVersion getDLFileVersion(long fileVersionId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<DLFileVersion> getDLFileVersions(int start,
int end)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getDLFileVersionsCount()
throws SystemException
SystemException
DLFileVersion updateDLFileVersion(DLFileVersion dlFileVersion)
throws SystemException
SystemException
DLFileVersion updateDLFileVersion(DLFileVersion dlFileVersion,
boolean merge)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
DLFileVersion getFileVersion(long fileVersionId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
DLFileVersion getFileVersion(long groupId,
long folderId,
String name,
String version)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<DLFileVersion> getFileVersions(long groupId,
long folderId,
String name,
int status)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
DLFileVersion getLatestFileVersion(long groupId,
long folderId,
String name)
throws PortalException,
SystemException
PortalException
SystemException
DLFileVersion updateDescription(long fileVersionId,
String description)
throws PortalException,
SystemException
PortalException
SystemException
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||