public class DDLRecordSetVersionServiceWrapper extends java.lang.Object implements DDLRecordSetVersionService, com.liferay.portal.kernel.service.ServiceWrapper<DDLRecordSetVersionService>
DDLRecordSetVersionService
.DDLRecordSetVersionService
Constructor and Description |
---|
DDLRecordSetVersionServiceWrapper(DDLRecordSetVersionService ddlRecordSetVersionService) |
Modifier and Type | Method and Description |
---|---|
DDLRecordSetVersion |
getLatestRecordSetVersion(long recordSetId)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
DDLRecordSetVersion |
getRecordSetVersion(long recordSetVersionId) |
java.util.List<DDLRecordSetVersion> |
getRecordSetVersions(long recordSetId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDLRecordSetVersion> orderByComparator) |
int |
getRecordSetVersionsCount(long recordSetId) |
DDLRecordSetVersionService |
getWrappedService() |
void |
setWrappedService(DDLRecordSetVersionService ddlRecordSetVersionService) |
public DDLRecordSetVersionServiceWrapper(DDLRecordSetVersionService ddlRecordSetVersionService)
public DDLRecordSetVersion getLatestRecordSetVersion(long recordSetId) throws com.liferay.portal.kernel.exception.PortalException
DDLRecordSetVersionServiceUtil
to access the ddl record set version remote service. Add custom service methods to com.liferay.dynamic.data.lists.service.impl.DDLRecordSetVersionServiceImpl
and rerun ServiceBuilder to automatically copy the method declarations to this interface.getLatestRecordSetVersion
in interface DDLRecordSetVersionService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface DDLRecordSetVersionService
public DDLRecordSetVersion getRecordSetVersion(long recordSetVersionId) throws com.liferay.portal.kernel.exception.PortalException
getRecordSetVersion
in interface DDLRecordSetVersionService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<DDLRecordSetVersion> getRecordSetVersions(long recordSetId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDLRecordSetVersion> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getRecordSetVersions
in interface DDLRecordSetVersionService
com.liferay.portal.kernel.exception.PortalException
public int getRecordSetVersionsCount(long recordSetId) throws com.liferay.portal.kernel.exception.PortalException
getRecordSetVersionsCount
in interface DDLRecordSetVersionService
com.liferay.portal.kernel.exception.PortalException
public DDLRecordSetVersionService getWrappedService()
getWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<DDLRecordSetVersionService>
public void setWrappedService(DDLRecordSetVersionService ddlRecordSetVersionService)
setWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<DDLRecordSetVersionService>