Liferay 7.0-ce-a3

com.liferay.portlet.softwarecatalog.service
Class SCFrameworkVersionServiceWrapper

java.lang.Object
  extended by 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

Constructor Summary
SCFrameworkVersionServiceWrapper(SCFrameworkVersionService scFrameworkVersionService)
           
 
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)
           
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 SCFrameworkVersionService getWrappedSCFrameworkVersionService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 SCFrameworkVersionService getWrappedService()
           
 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
 

Constructor Detail

SCFrameworkVersionServiceWrapper

public SCFrameworkVersionServiceWrapper(SCFrameworkVersionService scFrameworkVersionService)
Method Detail

addFrameworkVersion

public SCFrameworkVersion addFrameworkVersion(String name,
                                              String url,
                                              boolean active,
                                              int priority,
                                              ServiceContext serviceContext)
                                       throws PortalException
Specified by:
addFrameworkVersion in interface SCFrameworkVersionService
Throws:
PortalException

deleteFrameworkVersion

public void deleteFrameworkVersion(long frameworkVersionId)
                            throws PortalException
Specified by:
deleteFrameworkVersion in interface SCFrameworkVersionService
Throws:
PortalException

getFrameworkVersion

public SCFrameworkVersion getFrameworkVersion(long frameworkVersionId)
                                       throws PortalException
Specified by:
getFrameworkVersion in interface SCFrameworkVersionService
Throws:
PortalException

getFrameworkVersions

public List<SCFrameworkVersion> getFrameworkVersions(long groupId,
                                                     boolean active)
Specified by:
getFrameworkVersions in interface SCFrameworkVersionService

getFrameworkVersions

public List<SCFrameworkVersion> getFrameworkVersions(long groupId,
                                                     boolean active,
                                                     int start,
                                                     int end)
Specified by:
getFrameworkVersions in interface SCFrameworkVersionService

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Specified by:
getOSGiServiceIdentifier in interface SCFrameworkVersionService
Returns:
the OSGi service identifier

updateFrameworkVersion

public SCFrameworkVersion updateFrameworkVersion(long frameworkVersionId,
                                                 String name,
                                                 String url,
                                                 boolean active,
                                                 int priority)
                                          throws PortalException
Specified by:
updateFrameworkVersion in interface SCFrameworkVersionService
Throws:
PortalException

getWrappedSCFrameworkVersionService

@Deprecated
public SCFrameworkVersionService getWrappedSCFrameworkVersionService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedSCFrameworkVersionService

@Deprecated
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>

Liferay 7.0-ce-a3