|
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.DDLRecordVersionServiceUtil
@ProviderType public class DDLRecordVersionServiceUtil
Provides the remote service utility for DDLRecordVersion. This utility wraps
com.liferay.portlet.dynamicdatalists.service.impl.DDLRecordVersionServiceImpl and is the
primary access point for service operations in application layer code running
on a remote server. Methods of this service are expected to have security
checks based on the propagated JAAS credentials because this service can be
accessed remotely.
DDLRecordVersionService,
com.liferay.portlet.dynamicdatalists.service.base.DDLRecordVersionServiceBaseImpl,
com.liferay.portlet.dynamicdatalists.service.impl.DDLRecordVersionServiceImpl| Constructor Summary | |
|---|---|
DDLRecordVersionServiceUtil()
|
|
| Method Summary | |
|---|---|
static String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
static DDLRecordVersion |
getRecordVersion(long recordVersionId)
|
static DDLRecordVersion |
getRecordVersion(long recordId,
String version)
|
static List<DDLRecordVersion> |
getRecordVersions(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
|
static int |
getRecordVersionsCount(long recordId)
|
static DDLRecordVersionService |
getService()
|
static void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setService(DDLRecordVersionService service)
Deprecated. As of 6.2.0 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DDLRecordVersionServiceUtil()
| Method Detail |
|---|
public static String getBeanIdentifier()
public static DDLRecordVersion getRecordVersion(long recordId,
String version)
throws PortalException
PortalException
public static DDLRecordVersion getRecordVersion(long recordVersionId)
throws PortalException
PortalException
public static List<DDLRecordVersion> getRecordVersions(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
throws PortalException
PortalException
public static int getRecordVersionsCount(long recordId)
throws PortalException
PortalExceptionpublic static void setBeanIdentifier(String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanpublic static DDLRecordVersionService getService()
@Deprecated public void setService(DDLRecordVersionService service)
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||