@ProviderType
public class SCFrameworkVersionServiceUtil
extends java.lang.Object
com.liferay.portlet.softwarecatalog.service.impl.SCFrameworkVersionServiceImpl 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.SCFrameworkVersionService,
com.liferay.portlet.softwarecatalog.service.base.SCFrameworkVersionServiceBaseImpl,
com.liferay.portlet.softwarecatalog.service.impl.SCFrameworkVersionServiceImpl| Constructor and Description |
|---|
SCFrameworkVersionServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static SCFrameworkVersion |
addFrameworkVersion(java.lang.String name,
java.lang.String url,
boolean active,
int priority,
ServiceContext serviceContext) |
static void |
deleteFrameworkVersion(long frameworkVersionId) |
static SCFrameworkVersion |
getFrameworkVersion(long frameworkVersionId) |
static java.util.List<SCFrameworkVersion> |
getFrameworkVersions(long groupId,
boolean active) |
static java.util.List<SCFrameworkVersion> |
getFrameworkVersions(long groupId,
boolean active,
int start,
int end) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static SCFrameworkVersionService |
getService() |
void |
setService(SCFrameworkVersionService service)
Deprecated.
As of 6.2.0
|
static SCFrameworkVersion |
updateFrameworkVersion(long frameworkVersionId,
java.lang.String name,
java.lang.String url,
boolean active,
int priority) |
public static SCFrameworkVersion addFrameworkVersion(java.lang.String name, java.lang.String url, boolean active, int priority, ServiceContext serviceContext) throws PortalException
PortalExceptionpublic static void deleteFrameworkVersion(long frameworkVersionId)
throws PortalException
PortalExceptionpublic static SCFrameworkVersion getFrameworkVersion(long frameworkVersionId) throws PortalException
PortalExceptionpublic static java.util.List<SCFrameworkVersion> getFrameworkVersions(long groupId, boolean active)
public static java.util.List<SCFrameworkVersion> getFrameworkVersions(long groupId, boolean active, int start, int end)
public static java.lang.String getOSGiServiceIdentifier()
public static SCFrameworkVersion updateFrameworkVersion(long frameworkVersionId, java.lang.String name, java.lang.String url, boolean active, int priority) throws PortalException
PortalExceptionpublic static SCFrameworkVersionService getService()
@Deprecated public void setService(SCFrameworkVersionService service)