Liferay 6.1.2-ce-ga3

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

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
      extended by com.liferay.portlet.softwarecatalog.service.base.SCFrameworkVersionLocalServiceBaseImpl
          extended by com.liferay.portlet.softwarecatalog.service.impl.SCFrameworkVersionLocalServiceImpl
All Implemented Interfaces:
IdentifiableBean, BaseLocalService, PersistedModelLocalService, SCFrameworkVersionLocalService

public class SCFrameworkVersionLocalServiceImpl
extends SCFrameworkVersionLocalServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portlet.softwarecatalog.service.base.SCFrameworkVersionLocalServiceBaseImpl
counterLocalService, persistedModelLocalServiceRegistry, resourceFinder, resourceLocalService, resourcePersistence, resourceService, scFrameworkVersionLocalService, scFrameworkVersionPersistence, scFrameworkVersionService, scLicenseLocalService, scLicensePersistence, scLicenseService, scProductEntryLocalService, scProductEntryPersistence, scProductEntryService, scProductScreenshotLocalService, scProductScreenshotPersistence, scProductVersionLocalService, scProductVersionPersistence, scProductVersionService, userFinder, userLocalService, userPersistence, userService
 
Constructor Summary
SCFrameworkVersionLocalServiceImpl()
           
 
Method Summary
 SCFrameworkVersion addFrameworkVersion(long userId, String name, String url, boolean active, int priority, ServiceContext serviceContext)
           
 void addFrameworkVersionResources(long frameworkVersionId, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void addFrameworkVersionResources(long frameworkVersionId, String[] groupPermissions, String[] guestPermissions)
           
 void addFrameworkVersionResources(SCFrameworkVersion frameworkVersion, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void addFrameworkVersionResources(SCFrameworkVersion frameworkVersion, String[] groupPermissions, String[] guestPermissions)
           
 void deleteFrameworkVersion(long frameworkVersionId)
           
 void deleteFrameworkVersion(SCFrameworkVersion frameworkVersion)
           
 void deleteFrameworkVersions(long groupId)
           
 SCFrameworkVersion getFrameworkVersion(long frameworkVersionId)
           
 List<SCFrameworkVersion> getFrameworkVersions(long groupId, boolean active)
           
 List<SCFrameworkVersion> getFrameworkVersions(long groupId, boolean active, int start, int end)
           
 List<SCFrameworkVersion> getFrameworkVersions(long groupId, int start, int end)
           
 int getFrameworkVersionsCount(long groupId)
           
 int getFrameworkVersionsCount(long groupId, boolean active)
           
 List<SCFrameworkVersion> getProductVersionFrameworkVersions(long productVersionId)
           
 SCFrameworkVersion updateFrameworkVersion(long frameworkVersionId, String name, String url, boolean active, int priority)
           
protected  void validate(String name)
           
 
Methods inherited from class com.liferay.portlet.softwarecatalog.service.base.SCFrameworkVersionLocalServiceBaseImpl
addSCFrameworkVersion, addSCProductVersionSCFrameworkVersion, addSCProductVersionSCFrameworkVersion, addSCProductVersionSCFrameworkVersions, addSCProductVersionSCFrameworkVersions, afterPropertiesSet, clearSCProductVersionSCFrameworkVersions, createSCFrameworkVersion, deleteSCFrameworkVersion, deleteSCFrameworkVersion, deleteSCProductVersionSCFrameworkVersion, deleteSCProductVersionSCFrameworkVersion, deleteSCProductVersionSCFrameworkVersions, deleteSCProductVersionSCFrameworkVersions, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, fetchSCFrameworkVersion, getBeanIdentifier, getCounterLocalService, getModelClass, getModelClassName, getPersistedModel, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getSCFrameworkVersion, getSCFrameworkVersionLocalService, getSCFrameworkVersionPersistence, getSCFrameworkVersions, getSCFrameworkVersionsCount, getSCFrameworkVersionService, getSCLicenseLocalService, getSCLicensePersistence, getSCLicenseService, getSCProductEntryLocalService, getSCProductEntryPersistence, getSCProductEntryService, getSCProductScreenshotLocalService, getSCProductScreenshotPersistence, getSCProductVersionLocalService, getSCProductVersionPersistence, getSCProductVersionSCFrameworkVersions, getSCProductVersionSCFrameworkVersions, getSCProductVersionSCFrameworkVersions, getSCProductVersionSCFrameworkVersionsCount, getSCProductVersionService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, hasSCProductVersionSCFrameworkVersion, hasSCProductVersionSCFrameworkVersions, runSQL, setBeanIdentifier, setCounterLocalService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setSCFrameworkVersionLocalService, setSCFrameworkVersionPersistence, setSCFrameworkVersionService, setSCLicenseLocalService, setSCLicensePersistence, setSCLicenseService, setSCProductEntryLocalService, setSCProductEntryPersistence, setSCProductEntryService, setSCProductScreenshotLocalService, setSCProductScreenshotPersistence, setSCProductVersionLocalService, setSCProductVersionPersistence, setSCProductVersionSCFrameworkVersions, setSCProductVersionService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateSCFrameworkVersion, updateSCFrameworkVersion
 
Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl
getClassLoader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SCFrameworkVersionLocalServiceImpl

public SCFrameworkVersionLocalServiceImpl()
Method Detail

addFrameworkVersion

public SCFrameworkVersion addFrameworkVersion(long userId,
                                              String name,
                                              String url,
                                              boolean active,
                                              int priority,
                                              ServiceContext serviceContext)
                                       throws PortalException,
                                              SystemException
Throws:
PortalException
SystemException

addFrameworkVersionResources

public void addFrameworkVersionResources(long frameworkVersionId,
                                         boolean addGroupPermissions,
                                         boolean addGuestPermissions)
                                  throws PortalException,
                                         SystemException
Throws:
PortalException
SystemException

addFrameworkVersionResources

public void addFrameworkVersionResources(long frameworkVersionId,
                                         String[] groupPermissions,
                                         String[] guestPermissions)
                                  throws PortalException,
                                         SystemException
Throws:
PortalException
SystemException

addFrameworkVersionResources

public void addFrameworkVersionResources(SCFrameworkVersion frameworkVersion,
                                         boolean addGroupPermissions,
                                         boolean addGuestPermissions)
                                  throws PortalException,
                                         SystemException
Throws:
PortalException
SystemException

addFrameworkVersionResources

public void addFrameworkVersionResources(SCFrameworkVersion frameworkVersion,
                                         String[] groupPermissions,
                                         String[] guestPermissions)
                                  throws PortalException,
                                         SystemException
Throws:
PortalException
SystemException

deleteFrameworkVersion

public void deleteFrameworkVersion(long frameworkVersionId)
                            throws PortalException,
                                   SystemException
Throws:
PortalException
SystemException

deleteFrameworkVersion

public void deleteFrameworkVersion(SCFrameworkVersion frameworkVersion)
                            throws SystemException
Throws:
SystemException

deleteFrameworkVersions

public void deleteFrameworkVersions(long groupId)
                             throws SystemException
Throws:
SystemException

getFrameworkVersion

public SCFrameworkVersion getFrameworkVersion(long frameworkVersionId)
                                       throws PortalException,
                                              SystemException
Throws:
PortalException
SystemException

getFrameworkVersions

public List<SCFrameworkVersion> getFrameworkVersions(long groupId,
                                                     boolean active)
                                              throws SystemException
Throws:
SystemException

getFrameworkVersions

public List<SCFrameworkVersion> getFrameworkVersions(long groupId,
                                                     boolean active,
                                                     int start,
                                                     int end)
                                              throws SystemException
Throws:
SystemException

getFrameworkVersions

public List<SCFrameworkVersion> getFrameworkVersions(long groupId,
                                                     int start,
                                                     int end)
                                              throws SystemException
Throws:
SystemException

getFrameworkVersionsCount

public int getFrameworkVersionsCount(long groupId)
                              throws SystemException
Throws:
SystemException

getFrameworkVersionsCount

public int getFrameworkVersionsCount(long groupId,
                                     boolean active)
                              throws SystemException
Throws:
SystemException

getProductVersionFrameworkVersions

public List<SCFrameworkVersion> getProductVersionFrameworkVersions(long productVersionId)
                                                            throws SystemException
Throws:
SystemException

updateFrameworkVersion

public SCFrameworkVersion updateFrameworkVersion(long frameworkVersionId,
                                                 String name,
                                                 String url,
                                                 boolean active,
                                                 int priority)
                                          throws PortalException,
                                                 SystemException
Throws:
PortalException
SystemException

validate

protected void validate(String name)
                 throws PortalException
Throws:
PortalException

Liferay 6.1.2-ce-ga3