com.liferay.portlet.softwarecatalog.service
Class SCFrameworkVersionServiceWrapper
java.lang.Object
com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionServiceWrapper
- All Implemented Interfaces:
- SCFrameworkVersionService
public class SCFrameworkVersionServiceWrapper
- extends Object
- implements SCFrameworkVersionService
This class is a wrapper for SCFrameworkVersionService
.
- See Also:
SCFrameworkVersionService
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
Method Summary |
SCFrameworkVersion |
addFrameworkVersion(String name,
String url,
boolean active,
int priority,
ServiceContext serviceContext)
|
void |
deleteFrameworkVersion(long frameworkVersionId)
|
SCFrameworkVersion |
getFrameworkVersion(long frameworkVersionId)
|
List<SCFrameworkVersion> |
getFrameworkVersions(long groupId,
boolean active)
|
List<SCFrameworkVersion> |
getFrameworkVersions(long groupId,
boolean active,
int start,
int end)
|
SCFrameworkVersionService |
getWrappedSCFrameworkVersionService()
|
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)
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()