com.liferay.portlet.softwarecatalog.service
Class SCFrameworkVersionLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionLocalServiceWrapper
All Implemented Interfaces:
SCFrameworkVersionLocalService

public class SCFrameworkVersionLocalServiceWrapper
extends java.lang.Object
implements SCFrameworkVersionLocalService

View Source

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

This class is a wrapper for SCFrameworkVersionLocalService.

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

Constructor Summary
SCFrameworkVersionLocalServiceWrapper(SCFrameworkVersionLocalService scFrameworkVersionLocalService)
           
 
Method Summary
 SCFrameworkVersion addFrameworkVersion(long userId, java.lang.String name, java.lang.String url, boolean active, int priority, ServiceContext serviceContext)
           
 void addFrameworkVersionResources(long frameworkVersionId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void addFrameworkVersionResources(long frameworkVersionId, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
 void addFrameworkVersionResources(SCFrameworkVersion frameworkVersion, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void addFrameworkVersionResources(SCFrameworkVersion frameworkVersion, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
 SCFrameworkVersion addSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
           
 SCFrameworkVersion createSCFrameworkVersion(long frameworkVersionId)
           
 void deleteFrameworkVersion(long frameworkVersionId)
           
 void deleteFrameworkVersion(SCFrameworkVersion frameworkVersion)
           
 void deleteFrameworkVersions(long groupId)
           
 void deleteSCFrameworkVersion(long frameworkVersionId)
           
 void deleteSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 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)
           
 java.util.List<SCFrameworkVersion> getFrameworkVersions(long groupId, int start, int end)
           
 int getFrameworkVersionsCount(long groupId)
           
 int getFrameworkVersionsCount(long groupId, boolean active)
           
 java.util.List<SCFrameworkVersion> getProductVersionFrameworkVersions(long productVersionId)
           
 SCFrameworkVersion getSCFrameworkVersion(long frameworkVersionId)
           
 java.util.List<SCFrameworkVersion> getSCFrameworkVersions(int start, int end)
           
 int getSCFrameworkVersionsCount()
           
 SCFrameworkVersionLocalService getWrappedSCFrameworkVersionLocalService()
           
 SCFrameworkVersion updateFrameworkVersion(long frameworkVersionId, java.lang.String name, java.lang.String url, boolean active, int priority)
           
 SCFrameworkVersion updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
           
 SCFrameworkVersion updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SCFrameworkVersionLocalServiceWrapper

public SCFrameworkVersionLocalServiceWrapper(SCFrameworkVersionLocalService scFrameworkVersionLocalService)
Method Detail

addSCFrameworkVersion

public SCFrameworkVersion addSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
                                         throws com.liferay.portal.SystemException
Specified by:
addSCFrameworkVersion in interface SCFrameworkVersionLocalService
Throws:
com.liferay.portal.SystemException

createSCFrameworkVersion

public SCFrameworkVersion createSCFrameworkVersion(long frameworkVersionId)
Specified by:
createSCFrameworkVersion in interface SCFrameworkVersionLocalService

deleteSCFrameworkVersion

public void deleteSCFrameworkVersion(long frameworkVersionId)
                              throws com.liferay.portal.PortalException,
                                     com.liferay.portal.SystemException
Specified by:
deleteSCFrameworkVersion in interface SCFrameworkVersionLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteSCFrameworkVersion

public void deleteSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
                              throws com.liferay.portal.SystemException
Specified by:
deleteSCFrameworkVersion in interface SCFrameworkVersionLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface SCFrameworkVersionLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                   int start,
                                   int end)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface SCFrameworkVersionLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                   int start,
                                   int end,
                                   com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface SCFrameworkVersionLocalService
Throws:
com.liferay.portal.SystemException

dynamicQueryCount

public int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                      throws com.liferay.portal.SystemException
Specified by:
dynamicQueryCount in interface SCFrameworkVersionLocalService
Throws:
com.liferay.portal.SystemException

getSCFrameworkVersion

public SCFrameworkVersion getSCFrameworkVersion(long frameworkVersionId)
                                         throws com.liferay.portal.PortalException,
                                                com.liferay.portal.SystemException
Specified by:
getSCFrameworkVersion in interface SCFrameworkVersionLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getSCFrameworkVersions

public java.util.List<SCFrameworkVersion> getSCFrameworkVersions(int start,
                                                                 int end)
                                                          throws com.liferay.portal.SystemException
Specified by:
getSCFrameworkVersions in interface SCFrameworkVersionLocalService
Throws:
com.liferay.portal.SystemException

getSCFrameworkVersionsCount

public int getSCFrameworkVersionsCount()
                                throws com.liferay.portal.SystemException
Specified by:
getSCFrameworkVersionsCount in interface SCFrameworkVersionLocalService
Throws:
com.liferay.portal.SystemException

updateSCFrameworkVersion

public SCFrameworkVersion updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
                                            throws com.liferay.portal.SystemException
Specified by:
updateSCFrameworkVersion in interface SCFrameworkVersionLocalService
Throws:
com.liferay.portal.SystemException

updateSCFrameworkVersion

public SCFrameworkVersion updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion,
                                                   boolean merge)
                                            throws com.liferay.portal.SystemException
Specified by:
updateSCFrameworkVersion in interface SCFrameworkVersionLocalService
Throws:
com.liferay.portal.SystemException

addFrameworkVersion

public SCFrameworkVersion addFrameworkVersion(long userId,
                                              java.lang.String name,
                                              java.lang.String url,
                                              boolean active,
                                              int priority,
                                              ServiceContext serviceContext)
                                       throws com.liferay.portal.PortalException,
                                              com.liferay.portal.SystemException
Specified by:
addFrameworkVersion in interface SCFrameworkVersionLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addFrameworkVersionResources

public void addFrameworkVersionResources(long frameworkVersionId,
                                         boolean addCommunityPermissions,
                                         boolean addGuestPermissions)
                                  throws com.liferay.portal.PortalException,
                                         com.liferay.portal.SystemException
Specified by:
addFrameworkVersionResources in interface SCFrameworkVersionLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addFrameworkVersionResources

public void addFrameworkVersionResources(SCFrameworkVersion frameworkVersion,
                                         boolean addCommunityPermissions,
                                         boolean addGuestPermissions)
                                  throws com.liferay.portal.PortalException,
                                         com.liferay.portal.SystemException
Specified by:
addFrameworkVersionResources in interface SCFrameworkVersionLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addFrameworkVersionResources

public void addFrameworkVersionResources(long frameworkVersionId,
                                         java.lang.String[] communityPermissions,
                                         java.lang.String[] guestPermissions)
                                  throws com.liferay.portal.PortalException,
                                         com.liferay.portal.SystemException
Specified by:
addFrameworkVersionResources in interface SCFrameworkVersionLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addFrameworkVersionResources

public void addFrameworkVersionResources(SCFrameworkVersion frameworkVersion,
                                         java.lang.String[] communityPermissions,
                                         java.lang.String[] guestPermissions)
                                  throws com.liferay.portal.PortalException,
                                         com.liferay.portal.SystemException
Specified by:
addFrameworkVersionResources in interface SCFrameworkVersionLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteFrameworkVersion

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

deleteFrameworkVersion

public void deleteFrameworkVersion(SCFrameworkVersion frameworkVersion)
                            throws com.liferay.portal.SystemException
Specified by:
deleteFrameworkVersion in interface SCFrameworkVersionLocalService
Throws:
com.liferay.portal.SystemException

deleteFrameworkVersions

public void deleteFrameworkVersions(long groupId)
                             throws com.liferay.portal.SystemException
Specified by:
deleteFrameworkVersions in interface SCFrameworkVersionLocalService
Throws:
com.liferay.portal.SystemException

getFrameworkVersion

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

getFrameworkVersions

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

getFrameworkVersions

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

getFrameworkVersions

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

getFrameworkVersionsCount

public int getFrameworkVersionsCount(long groupId)
                              throws com.liferay.portal.SystemException
Specified by:
getFrameworkVersionsCount in interface SCFrameworkVersionLocalService
Throws:
com.liferay.portal.SystemException

getFrameworkVersionsCount

public int getFrameworkVersionsCount(long groupId,
                                     boolean active)
                              throws com.liferay.portal.SystemException
Specified by:
getFrameworkVersionsCount in interface SCFrameworkVersionLocalService
Throws:
com.liferay.portal.SystemException

getProductVersionFrameworkVersions

public java.util.List<SCFrameworkVersion> getProductVersionFrameworkVersions(long productVersionId)
                                                                      throws com.liferay.portal.SystemException
Specified by:
getProductVersionFrameworkVersions in interface SCFrameworkVersionLocalService
Throws:
com.liferay.portal.SystemException

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
Specified by:
updateFrameworkVersion in interface SCFrameworkVersionLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getWrappedSCFrameworkVersionLocalService

public SCFrameworkVersionLocalService getWrappedSCFrameworkVersionLocalService()