com.liferay.portlet.softwarecatalog.service.impl
Class SCFrameworkVersionServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.base.PrincipalBean
      extended by com.liferay.portlet.softwarecatalog.service.base.SCFrameworkVersionServiceBaseImpl
          extended by com.liferay.portlet.softwarecatalog.service.impl.SCFrameworkVersionServiceImpl
All Implemented Interfaces:
com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionService

public class SCFrameworkVersionServiceImpl
extends SCFrameworkVersionServiceBaseImpl

View Source

Author:
Jorge Ferrer, Brian Wing Shun Chan

Field Summary
 
Fields inherited from class com.liferay.portlet.softwarecatalog.service.base.SCFrameworkVersionServiceBaseImpl
counterLocalService, counterService, resourceFinder, resourceLocalService, resourcePersistence, resourceService, scFrameworkVersionLocalService, scFrameworkVersionPersistence, scFrameworkVersionService, scLicenseLocalService, scLicensePersistence, scLicenseService, scProductEntryLocalService, scProductEntryPersistence, scProductEntryService, scProductScreenshotLocalService, scProductScreenshotPersistence, scProductVersionLocalService, scProductVersionPersistence, scProductVersionService, userFinder, userLocalService, userPersistence, userService
 
Fields inherited from class com.liferay.portal.service.base.PrincipalBean
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
SCFrameworkVersionServiceImpl()
           
 
Method Summary
 com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion addFrameworkVersion(java.lang.String name, java.lang.String url, boolean active, int priority, com.liferay.portal.service.ServiceContext serviceContext)
           
 void deleteFrameworkVersion(long frameworkVersionId)
           
 com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion getFrameworkVersion(long frameworkVersionId)
           
 java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> getFrameworkVersions(long groupId, boolean active)
           
 java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> getFrameworkVersions(long groupId, boolean active, int start, int end)
           
 com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion updateFrameworkVersion(long frameworkVersionId, java.lang.String name, java.lang.String url, boolean active, int priority)
           
 
Methods inherited from class com.liferay.portlet.softwarecatalog.service.base.SCFrameworkVersionServiceBaseImpl
getCounterLocalService, getCounterService, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getSCFrameworkVersionLocalService, getSCFrameworkVersionPersistence, getSCFrameworkVersionService, getSCLicenseLocalService, getSCLicensePersistence, getSCLicenseService, getSCProductEntryLocalService, getSCProductEntryPersistence, getSCProductEntryService, getSCProductScreenshotLocalService, getSCProductScreenshotPersistence, getSCProductVersionLocalService, getSCProductVersionPersistence, getSCProductVersionService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setCounterLocalService, setCounterService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setSCFrameworkVersionLocalService, setSCFrameworkVersionPersistence, setSCFrameworkVersionService, setSCLicenseLocalService, setSCLicensePersistence, setSCLicenseService, setSCProductEntryLocalService, setSCProductEntryPersistence, setSCProductEntryService, setSCProductScreenshotLocalService, setSCProductScreenshotPersistence, setSCProductVersionLocalService, setSCProductVersionPersistence, setSCProductVersionService, setUserFinder, setUserLocalService, setUserPersistence, setUserService
 
Methods inherited from class com.liferay.portal.service.base.PrincipalBean
getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SCFrameworkVersionServiceImpl

public SCFrameworkVersionServiceImpl()
Method Detail

addFrameworkVersion

public com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion addFrameworkVersion(java.lang.String name,
                                                                                        java.lang.String url,
                                                                                        boolean active,
                                                                                        int priority,
                                                                                        com.liferay.portal.service.ServiceContext serviceContext)
                                                                                 throws com.liferay.portal.PortalException,
                                                                                        com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteFrameworkVersion

public void deleteFrameworkVersion(long frameworkVersionId)
                            throws com.liferay.portal.PortalException,
                                   com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getFrameworkVersion

public com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion getFrameworkVersion(long frameworkVersionId)
                                                                                 throws com.liferay.portal.PortalException,
                                                                                        com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getFrameworkVersions

public java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> getFrameworkVersions(long groupId,
                                                                                                         boolean active)
                                                                                                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getFrameworkVersions

public java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> getFrameworkVersions(long groupId,
                                                                                                         boolean active,
                                                                                                         int start,
                                                                                                         int end)
                                                                                                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateFrameworkVersion

public com.liferay.portlet.softwarecatalog.model.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
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException