|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface DDLRecordVersionServiceProvides the remote service interface for DDLRecordVersion. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
DDLRecordVersionServiceUtil,
DDLRecordVersionServiceBaseImpl,
DDLRecordVersionServiceImpl| Method Summary | |
|---|---|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
DDLRecordVersion |
getRecordVersion(long recordVersionId)
|
DDLRecordVersion |
getRecordVersion(long recordId,
String version)
|
List<DDLRecordVersion> |
getRecordVersions(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
|
int |
getRecordVersionsCount(long recordId)
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
| Method Detail |
|---|
String getBeanIdentifier()
@Transactional(propagation=SUPPORTS,
readOnly=true)
DDLRecordVersion getRecordVersion(long recordId,
String version)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
DDLRecordVersion getRecordVersion(long recordVersionId)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<DDLRecordVersion> getRecordVersions(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getRecordVersionsCount(long recordId)
throws PortalException
PortalExceptionvoid setBeanIdentifier(String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||