com.liferay.portlet.softwarecatalog.service
Class SCFrameworkVersionServiceWrapper
java.lang.Object
com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionServiceWrapper
- All Implemented Interfaces:
- BaseService, ServiceWrapper<SCFrameworkVersionService>, SCFrameworkVersionService
@ProviderType
public class SCFrameworkVersionServiceWrapper
- extends Object
- implements SCFrameworkVersionService, ServiceWrapper<SCFrameworkVersionService>
Provides a wrapper for SCFrameworkVersionService
.
- See Also:
SCFrameworkVersionService
Method Summary |
SCFrameworkVersion |
addFrameworkVersion(String name,
String url,
boolean active,
int priority,
ServiceContext serviceContext)
|
void |
deleteFrameworkVersion(long frameworkVersionId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
SCFrameworkVersion |
getFrameworkVersion(long frameworkVersionId)
|
List<SCFrameworkVersion> |
getFrameworkVersions(long groupId,
boolean active)
|
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(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,
String name,
String url,
boolean active,
int priority)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCFrameworkVersionServiceWrapper
public SCFrameworkVersionServiceWrapper(SCFrameworkVersionService scFrameworkVersionService)
getBeanIdentifier
public String getBeanIdentifier()
- Returns the Spring bean ID for this bean.
- Specified by:
getBeanIdentifier
in interface SCFrameworkVersionService
- Returns:
- the Spring bean ID for this bean
setBeanIdentifier
public void setBeanIdentifier(String beanIdentifier)
- Sets the Spring bean ID for this bean.
- Specified by:
setBeanIdentifier
in interface SCFrameworkVersionService
- Parameters:
beanIdentifier
- the Spring bean ID for this bean
addFrameworkVersion
public SCFrameworkVersion addFrameworkVersion(String name,
String url,
boolean active,
int priority,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
addFrameworkVersion
in interface SCFrameworkVersionService
- Throws:
PortalException
SystemException
deleteFrameworkVersion
public void deleteFrameworkVersion(long frameworkVersionId)
throws PortalException,
SystemException
- Specified by:
deleteFrameworkVersion
in interface SCFrameworkVersionService
- Throws:
PortalException
SystemException
getFrameworkVersion
public SCFrameworkVersion getFrameworkVersion(long frameworkVersionId)
throws PortalException,
SystemException
- Specified by:
getFrameworkVersion
in interface SCFrameworkVersionService
- Throws:
PortalException
SystemException
getFrameworkVersions
public List<SCFrameworkVersion> getFrameworkVersions(long groupId,
boolean active)
throws SystemException
- Specified by:
getFrameworkVersions
in interface SCFrameworkVersionService
- Throws:
SystemException
getFrameworkVersions
public List<SCFrameworkVersion> getFrameworkVersions(long groupId,
boolean active,
int start,
int end)
throws SystemException
- Specified by:
getFrameworkVersions
in interface SCFrameworkVersionService
- Throws:
SystemException
updateFrameworkVersion
public SCFrameworkVersion updateFrameworkVersion(long frameworkVersionId,
String name,
String url,
boolean active,
int priority)
throws PortalException,
SystemException
- Specified by:
updateFrameworkVersion
in interface SCFrameworkVersionService
- Throws:
PortalException
SystemException
getWrappedSCFrameworkVersionService
public SCFrameworkVersionService getWrappedSCFrameworkVersionService()
- Deprecated. As of 6.1.0, replaced by
getWrappedService()
setWrappedSCFrameworkVersionService
public void setWrappedSCFrameworkVersionService(SCFrameworkVersionService scFrameworkVersionService)
- Deprecated. As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionService)
getWrappedService
public SCFrameworkVersionService getWrappedService()
- Specified by:
getWrappedService
in interface ServiceWrapper<SCFrameworkVersionService>
setWrappedService
public void setWrappedService(SCFrameworkVersionService scFrameworkVersionService)
- Specified by:
setWrappedService
in interface ServiceWrapper<SCFrameworkVersionService>