|
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.dynamicdatamapping.service.DDMStructureVersionServiceUtil
@ProviderType public class DDMStructureVersionServiceUtil
Provides the remote service utility for DDMStructureVersion. This utility wraps
com.liferay.portlet.dynamicdatamapping.service.impl.DDMStructureVersionServiceImpl 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.
DDMStructureVersionService,
com.liferay.portlet.dynamicdatamapping.service.base.DDMStructureVersionServiceBaseImpl,
com.liferay.portlet.dynamicdatamapping.service.impl.DDMStructureVersionServiceImpl| Constructor Summary | |
|---|---|
DDMStructureVersionServiceUtil()
|
|
| Method Summary | |
|---|---|
static String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
static DDMStructureVersion |
getLatestStructureVersion(long structureId)
|
static DDMStructureVersionService |
getService()
|
static DDMStructureVersion |
getStructureVersion(long structureVersionId)
|
static List<DDMStructureVersion> |
getStructureVersions(long structureId,
int start,
int end,
OrderByComparator<DDMStructureVersion> orderByComparator)
|
static int |
getStructureVersionsCount(long structureId)
|
static void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setService(DDMStructureVersionService 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 DDMStructureVersionServiceUtil()
| Method Detail |
|---|
public static String getBeanIdentifier()
public static DDMStructureVersion getLatestStructureVersion(long structureId)
throws PortalException
PortalException
public static DDMStructureVersion getStructureVersion(long structureVersionId)
throws PortalException
PortalException
public static List<DDMStructureVersion> getStructureVersions(long structureId,
int start,
int end,
OrderByComparator<DDMStructureVersion> orderByComparator)
throws PortalException
PortalException
public static int getStructureVersionsCount(long structureId)
throws PortalException
PortalExceptionpublic static void setBeanIdentifier(String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanpublic static DDMStructureVersionService getService()
@Deprecated public void setService(DDMStructureVersionService service)
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||