Liferay 7.0-ce-m3

com.liferay.portlet.dynamicdatalists.service
Class DDLRecordVersionServiceUtil

java.lang.Object
  extended by com.liferay.portlet.dynamicdatalists.service.DDLRecordVersionServiceUtil

@ProviderType
public class DDLRecordVersionServiceUtil
extends Object

Provides the remote service utility for DDLRecordVersion. This utility wraps 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.

See Also:
DDLRecordVersionService, DDLRecordVersionServiceBaseImpl, DDLRecordVersionServiceImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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

DDLRecordVersionServiceUtil

public DDLRecordVersionServiceUtil()
Method Detail

getBeanIdentifier

public static String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Returns:
the Spring bean ID for this bean

getRecordVersion

public static DDLRecordVersion getRecordVersion(long recordId,
                                                String version)
                                         throws PortalException
Throws:
PortalException

getRecordVersion

public static DDLRecordVersion getRecordVersion(long recordVersionId)
                                         throws PortalException
Throws:
PortalException

getRecordVersions

public static List<DDLRecordVersion> getRecordVersions(long recordId,
                                                       int start,
                                                       int end,
                                                       OrderByComparator<DDLRecordVersion> orderByComparator)
                                                throws PortalException
Throws:
PortalException

getRecordVersionsCount

public static int getRecordVersionsCount(long recordId)
                                  throws PortalException
Throws:
PortalException

setBeanIdentifier

public static void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Parameters:
beanIdentifier - the Spring bean ID for this bean

getService

public static DDLRecordVersionService getService()

setService

@Deprecated
public void setService(DDLRecordVersionService service)
Deprecated. As of 6.2.0


Liferay 7.0-ce-m3