com.liferay.portlet.softwarecatalog.service
Class SCFrameworkVersionServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionServiceWrapper
All Implemented Interfaces:
SCFrameworkVersionService

public class SCFrameworkVersionServiceWrapper
extends java.lang.Object
implements SCFrameworkVersionService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for SCFrameworkVersionService.

Author:
Brian Wing Shun Chan
See Also:
SCFrameworkVersionService
Generated:

Constructor Summary
SCFrameworkVersionServiceWrapper(SCFrameworkVersionService scFrameworkVersionService)
           
 
Method Summary
 SCFrameworkVersion addFrameworkVersion(long plid, java.lang.String name, java.lang.String url, boolean active, int priority, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 SCFrameworkVersion addFrameworkVersion(long plid, java.lang.String name, java.lang.String url, boolean active, int priority, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
 void deleteFrameworkVersion(long frameworkVersionId)
           
 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()
           
 SCFrameworkVersion updateFrameworkVersion(long frameworkVersionId, java.lang.String name, java.lang.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(long plid,
                                              java.lang.String name,
                                              java.lang.String url,
                                              boolean active,
                                              int priority,
                                              boolean addCommunityPermissions,
                                              boolean addGuestPermissions)
                                       throws com.liferay.portal.PortalException,
                                              com.liferay.portal.SystemException,
                                              java.rmi.RemoteException
Specified by:
addFrameworkVersion in interface SCFrameworkVersionService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

addFrameworkVersion

public SCFrameworkVersion addFrameworkVersion(long plid,
                                              java.lang.String name,
                                              java.lang.String url,
                                              boolean active,
                                              int priority,
                                              java.lang.String[] communityPermissions,
                                              java.lang.String[] guestPermissions)
                                       throws com.liferay.portal.PortalException,
                                              com.liferay.portal.SystemException,
                                              java.rmi.RemoteException
Specified by:
addFrameworkVersion in interface SCFrameworkVersionService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

deleteFrameworkVersion

public void deleteFrameworkVersion(long frameworkVersionId)
                            throws com.liferay.portal.PortalException,
                                   com.liferay.portal.SystemException,
                                   java.rmi.RemoteException
Specified by:
deleteFrameworkVersion in interface SCFrameworkVersionService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

getFrameworkVersion

public SCFrameworkVersion getFrameworkVersion(long frameworkVersionId)
                                       throws com.liferay.portal.PortalException,
                                              com.liferay.portal.SystemException,
                                              java.rmi.RemoteException
Specified by:
getFrameworkVersion in interface SCFrameworkVersionService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

getFrameworkVersions

public java.util.List<SCFrameworkVersion> getFrameworkVersions(long groupId,
                                                               boolean active)
                                                        throws com.liferay.portal.SystemException,
                                                               java.rmi.RemoteException
Specified by:
getFrameworkVersions in interface SCFrameworkVersionService
Throws:
com.liferay.portal.SystemException
java.rmi.RemoteException

getFrameworkVersions

public java.util.List<SCFrameworkVersion> getFrameworkVersions(long groupId,
                                                               boolean active,
                                                               int start,
                                                               int end)
                                                        throws com.liferay.portal.SystemException,
                                                               java.rmi.RemoteException
Specified by:
getFrameworkVersions in interface SCFrameworkVersionService
Throws:
com.liferay.portal.SystemException
java.rmi.RemoteException

updateFrameworkVersion

public SCFrameworkVersion updateFrameworkVersion(long frameworkVersionId,
                                                 java.lang.String name,
                                                 java.lang.String url,
                                                 boolean active,
                                                 int priority)
                                          throws com.liferay.portal.PortalException,
                                                 com.liferay.portal.SystemException,
                                                 java.rmi.RemoteException
Specified by:
updateFrameworkVersion in interface SCFrameworkVersionService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

getWrappedSCFrameworkVersionService

public SCFrameworkVersionService getWrappedSCFrameworkVersionService()