Liferay 7.0-ce-m6

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)
           
 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
 

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

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

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

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

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-m6