|
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 DDMStructureVersionServiceProvides the remote service interface for DDMStructureVersion. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
DDMStructureVersionServiceUtil,
DDMStructureVersionServiceBaseImpl,
DDMStructureVersionServiceImpl| Method Summary | |
|---|---|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
DDMStructureVersion |
getLatestStructureVersion(long structureId)
|
DDMStructureVersion |
getStructureVersion(long structureVersionId)
|
List<DDMStructureVersion> |
getStructureVersions(long structureId,
int start,
int end,
OrderByComparator<DDMStructureVersion> orderByComparator)
|
int |
getStructureVersionsCount(long structureId)
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
| Method Detail |
|---|
String getBeanIdentifier()
@Transactional(propagation=SUPPORTS,
readOnly=true)
DDMStructureVersion getLatestStructureVersion(long structureId)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
DDMStructureVersion getStructureVersion(long structureVersionId)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<DDMStructureVersion> getStructureVersions(long structureId,
int start,
int end,
OrderByComparator<DDMStructureVersion> orderByComparator)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getStructureVersionsCount(long structureId)
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 | |||||||||