|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.dynamicdatalists.service.DDLRecordVersionServiceWrapper
@ProviderType public class DDLRecordVersionServiceWrapper
Provides a wrapper for DDLRecordVersionService.
DDLRecordVersionService| Constructor Summary | |
|---|---|
DDLRecordVersionServiceWrapper(DDLRecordVersionService ddlRecordVersionService)
|
|
| 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)
|
DDLRecordVersionService |
getWrappedDDLRecordVersionService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
DDLRecordVersionService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedDDLRecordVersionService(DDLRecordVersionService ddlRecordVersionService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.dynamicdatalists.service.DDLRecordVersionService) |
void |
setWrappedService(DDLRecordVersionService ddlRecordVersionService)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DDLRecordVersionServiceWrapper(DDLRecordVersionService ddlRecordVersionService)
| Method Detail |
|---|
public String getBeanIdentifier()
getBeanIdentifier in interface DDLRecordVersionService
public DDLRecordVersion getRecordVersion(long recordId,
String version)
throws PortalException
getRecordVersion in interface DDLRecordVersionServicePortalException
public DDLRecordVersion getRecordVersion(long recordVersionId)
throws PortalException
getRecordVersion in interface DDLRecordVersionServicePortalException
public List<DDLRecordVersion> getRecordVersions(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
throws PortalException
getRecordVersions in interface DDLRecordVersionServicePortalException
public int getRecordVersionsCount(long recordId)
throws PortalException
getRecordVersionsCount in interface DDLRecordVersionServicePortalExceptionpublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface DDLRecordVersionServicebeanIdentifier - the Spring bean ID for this bean@Deprecated public DDLRecordVersionService getWrappedDDLRecordVersionService()
getWrappedService()
@Deprecated public void setWrappedDDLRecordVersionService(DDLRecordVersionService ddlRecordVersionService)
setWrappedService(com.liferay.portlet.dynamicdatalists.service.DDLRecordVersionService)
public DDLRecordVersionService getWrappedService()
getWrappedService in interface ServiceWrapper<DDLRecordVersionService>public void setWrappedService(DDLRecordVersionService ddlRecordVersionService)
setWrappedService in interface ServiceWrapper<DDLRecordVersionService>
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||