@ProviderType public class SCFrameworkVersionServiceWrapper extends java.lang.Object implements SCFrameworkVersionService, ServiceWrapper<SCFrameworkVersionService>
SCFrameworkVersionService.SCFrameworkVersionService| Constructor and Description |
|---|
SCFrameworkVersionServiceWrapper(SCFrameworkVersionService scFrameworkVersionService) |
| Modifier and Type | Method and Description |
|---|---|
SCFrameworkVersion |
addFrameworkVersion(java.lang.String name,
java.lang.String url,
boolean active,
int priority,
ServiceContext serviceContext) |
void |
deleteFrameworkVersion(long frameworkVersionId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
SCFrameworkVersion |
getFrameworkVersion(long frameworkVersionId) |
java.util.List<SCFrameworkVersion> |
getFrameworkVersions(long groupId,
boolean active) |
java.util.List<SCFrameworkVersion> |
getFrameworkVersions(long groupId,
boolean active,
int start,
int end) |
SCFrameworkVersionService |
getWrappedSCFrameworkVersionService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
SCFrameworkVersionService |
getWrappedService() |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedSCFrameworkVersionService(SCFrameworkVersionService scFrameworkVersionService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionService) |
void |
setWrappedService(SCFrameworkVersionService scFrameworkVersionService) |
SCFrameworkVersion |
updateFrameworkVersion(long frameworkVersionId,
java.lang.String name,
java.lang.String url,
boolean active,
int priority) |
public SCFrameworkVersionServiceWrapper(SCFrameworkVersionService scFrameworkVersionService)
public SCFrameworkVersion addFrameworkVersion(java.lang.String name, java.lang.String url, boolean active, int priority, ServiceContext serviceContext) throws PortalException
addFrameworkVersion in interface SCFrameworkVersionServicePortalExceptionpublic void deleteFrameworkVersion(long frameworkVersionId)
throws PortalException
deleteFrameworkVersion in interface SCFrameworkVersionServicePortalExceptionpublic java.lang.String getBeanIdentifier()
getBeanIdentifier in interface SCFrameworkVersionServicepublic SCFrameworkVersion getFrameworkVersion(long frameworkVersionId) throws PortalException
getFrameworkVersion in interface SCFrameworkVersionServicePortalExceptionpublic java.util.List<SCFrameworkVersion> getFrameworkVersions(long groupId, boolean active)
getFrameworkVersions in interface SCFrameworkVersionServicepublic java.util.List<SCFrameworkVersion> getFrameworkVersions(long groupId, boolean active, int start, int end)
getFrameworkVersions in interface SCFrameworkVersionServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface SCFrameworkVersionServicebeanIdentifier - the Spring bean ID for this beanpublic SCFrameworkVersion updateFrameworkVersion(long frameworkVersionId, java.lang.String name, java.lang.String url, boolean active, int priority) throws PortalException
updateFrameworkVersion in interface SCFrameworkVersionServicePortalException@Deprecated public SCFrameworkVersionService getWrappedSCFrameworkVersionService()
getWrappedService()@Deprecated public void setWrappedSCFrameworkVersionService(SCFrameworkVersionService scFrameworkVersionService)
setWrappedService(com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionService)public SCFrameworkVersionService getWrappedService()
getWrappedService in interface ServiceWrapper<SCFrameworkVersionService>public void setWrappedService(SCFrameworkVersionService scFrameworkVersionService)
setWrappedService in interface ServiceWrapper<SCFrameworkVersionService>