|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.dynamicdatamapping.service.DDMStructureVersionServiceWrapper
@ProviderType public class DDMStructureVersionServiceWrapper
Provides a wrapper for DDMStructureVersionService.
DDMStructureVersionService| Constructor Summary | |
|---|---|
DDMStructureVersionServiceWrapper(DDMStructureVersionService ddmStructureVersionService)
|
|
| 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)
|
DDMStructureVersionService |
getWrappedDDMStructureVersionService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
DDMStructureVersionService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedDDMStructureVersionService(DDMStructureVersionService ddmStructureVersionService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.dynamicdatamapping.service.DDMStructureVersionService) |
void |
setWrappedService(DDMStructureVersionService ddmStructureVersionService)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DDMStructureVersionServiceWrapper(DDMStructureVersionService ddmStructureVersionService)
| Method Detail |
|---|
public String getBeanIdentifier()
getBeanIdentifier in interface DDMStructureVersionService
public DDMStructureVersion getLatestStructureVersion(long structureId)
throws PortalException
getLatestStructureVersion in interface DDMStructureVersionServicePortalException
public DDMStructureVersion getStructureVersion(long structureVersionId)
throws PortalException
getStructureVersion in interface DDMStructureVersionServicePortalException
public List<DDMStructureVersion> getStructureVersions(long structureId,
int start,
int end,
OrderByComparator<DDMStructureVersion> orderByComparator)
throws PortalException
getStructureVersions in interface DDMStructureVersionServicePortalException
public int getStructureVersionsCount(long structureId)
throws PortalException
getStructureVersionsCount in interface DDMStructureVersionServicePortalExceptionpublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface DDMStructureVersionServicebeanIdentifier - the Spring bean ID for this bean@Deprecated public DDMStructureVersionService getWrappedDDMStructureVersionService()
getWrappedService()
@Deprecated public void setWrappedDDMStructureVersionService(DDMStructureVersionService ddmStructureVersionService)
setWrappedService(com.liferay.portlet.dynamicdatamapping.service.DDMStructureVersionService)
public DDMStructureVersionService getWrappedService()
getWrappedService in interface ServiceWrapper<DDMStructureVersionService>public void setWrappedService(DDMStructureVersionService ddmStructureVersionService)
setWrappedService in interface ServiceWrapper<DDMStructureVersionService>
|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||