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:
SCFrameworkVersionLocalServiceFactory
,
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<SCFrameworkVersion> |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List<SCFrameworkVersion> |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
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 begin,
int end)
|
java.util.List<SCFrameworkVersion> |
getFrameworkVersions(long groupId,
int begin,
int end)
|
int |
getFrameworkVersionsCount(long groupId)
|
int |
getFrameworkVersionsCount(long groupId,
boolean active)
|
java.util.List<SCFrameworkVersion> |
getProductVersionFrameworkVersions(long productVersionId)
|
SCFrameworkVersion |
updateFrameworkVersion(long frameworkVersionId,
java.lang.String name,
java.lang.String url,
boolean active,
int priority)
|
SCFrameworkVersion |
updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
|
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,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
dynamicQuery
java.util.List<SCFrameworkVersion> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
java.util.List<SCFrameworkVersion> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
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.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
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.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
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.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
addFrameworkVersionResources
void addFrameworkVersionResources(long frameworkVersionId,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
addFrameworkVersionResources
void addFrameworkVersionResources(SCFrameworkVersion frameworkVersion,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
addFrameworkVersionResources
void addFrameworkVersionResources(long frameworkVersionId,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
addFrameworkVersionResources
void addFrameworkVersionResources(SCFrameworkVersion frameworkVersion,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
deleteFrameworkVersion
void deleteFrameworkVersion(long frameworkVersionId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
deleteFrameworkVersion
void deleteFrameworkVersion(SCFrameworkVersion frameworkVersion)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
deleteFrameworkVersions
void deleteFrameworkVersions(long groupId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
getFrameworkVersion
SCFrameworkVersion getFrameworkVersion(long frameworkVersionId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
getFrameworkVersions
java.util.List<SCFrameworkVersion> getFrameworkVersions(long groupId,
int begin,
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 begin,
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,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
updateFrameworkVersion
SCFrameworkVersion updateFrameworkVersion(long frameworkVersionId,
java.lang.String name,
java.lang.String url,
boolean active,
int priority)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException