com.liferay.portlet.softwarecatalog.service
Interface SCFrameworkVersionLocalService


public interface SCFrameworkVersionLocalService

View Source

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

This interface defines the service. The default implementation is com.liferay.portlet.softwarecatalog.service.impl.SCFrameworkVersionLocalServiceImpl. Modify methods in that class and rerun ServiceBuilder to populate this class and all other generated classes.

This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.

Author:
Brian Wing Shun Chan
See Also:
SCFrameworkVersionLocalServiceUtil

Method Summary
 SCFrameworkVersion addFrameworkVersion(long userId, long plid, java.lang.String name, java.lang.String url, boolean active, int priority, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 SCFrameworkVersion addFrameworkVersion(long userId, long plid, java.lang.String name, java.lang.String url, boolean active, int priority, java.lang.Boolean addCommunityPermissions, java.lang.Boolean addGuestPermissions, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
 SCFrameworkVersion addFrameworkVersion(long userId, long plid, java.lang.String name, java.lang.String url, boolean active, int priority, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
 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)
           
 void deleteFrameworkVersion(long frameworkVersionId)
           
 void deleteFrameworkVersion(SCFrameworkVersion frameworkVersion)
           
 void deleteFrameworkVersions(long groupId)
           
 void deleteSCFrameworkVersion(long frameworkVersionId)
           
 void deleteSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 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()
           
 SCFrameworkVersion updateFrameworkVersion(long frameworkVersionId, java.lang.String name, java.lang.String url, boolean active, int priority)
           
 SCFrameworkVersion updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
           
 

Method Detail

addSCFrameworkVersion

SCFrameworkVersion addSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
                                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

deleteSCFrameworkVersion

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

deleteSCFrameworkVersion

void deleteSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                              int start,
                                              int end)
                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getSCFrameworkVersion

SCFrameworkVersion getSCFrameworkVersion(long frameworkVersionId)
                                         throws com.liferay.portal.SystemException,
                                                com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

getSCFrameworkVersions

java.util.List<SCFrameworkVersion> getSCFrameworkVersions(int start,
                                                          int end)
                                                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getSCFrameworkVersionsCount

int getSCFrameworkVersionsCount()
                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateSCFrameworkVersion

SCFrameworkVersion updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
                                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

addFrameworkVersion

SCFrameworkVersion addFrameworkVersion(long userId,
                                       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
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addFrameworkVersion

SCFrameworkVersion addFrameworkVersion(long userId,
                                       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
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addFrameworkVersion

SCFrameworkVersion addFrameworkVersion(long userId,
                                       long plid,
                                       java.lang.String name,
                                       java.lang.String url,
                                       boolean active,
                                       int priority,
                                       java.lang.Boolean addCommunityPermissions,
                                       java.lang.Boolean addGuestPermissions,
                                       java.lang.String[] communityPermissions,
                                       java.lang.String[] guestPermissions)
                                       throws com.liferay.portal.PortalException,
                                              com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addFrameworkVersionResources

void addFrameworkVersionResources(long frameworkVersionId,
                                  boolean addCommunityPermissions,
                                  boolean addGuestPermissions)
                                  throws com.liferay.portal.PortalException,
                                         com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addFrameworkVersionResources

void addFrameworkVersionResources(SCFrameworkVersion frameworkVersion,
                                  boolean addCommunityPermissions,
                                  boolean addGuestPermissions)
                                  throws com.liferay.portal.PortalException,
                                         com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addFrameworkVersionResources

void addFrameworkVersionResources(long frameworkVersionId,
                                  java.lang.String[] communityPermissions,
                                  java.lang.String[] guestPermissions)
                                  throws com.liferay.portal.PortalException,
                                         com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addFrameworkVersionResources

void addFrameworkVersionResources(SCFrameworkVersion frameworkVersion,
                                  java.lang.String[] communityPermissions,
                                  java.lang.String[] guestPermissions)
                                  throws com.liferay.portal.PortalException,
                                         com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteFrameworkVersion

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

deleteFrameworkVersion

void deleteFrameworkVersion(SCFrameworkVersion frameworkVersion)
                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

deleteFrameworkVersions

void deleteFrameworkVersions(long groupId)
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getFrameworkVersion

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

getFrameworkVersions

java.util.List<SCFrameworkVersion> getFrameworkVersions(long groupId,
                                                        int start,
                                                        int end)
                                                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getFrameworkVersions

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

getFrameworkVersions

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

getFrameworkVersionsCount

int getFrameworkVersionsCount(long groupId)
                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getFrameworkVersionsCount

int getFrameworkVersionsCount(long groupId,
                              boolean active)
                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getProductVersionFrameworkVersions

java.util.List<SCFrameworkVersion> getProductVersionFrameworkVersions(long productVersionId)
                                                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateFrameworkVersion

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