com.liferay.portlet.softwarecatalog.service
Interface SCFrameworkVersionService
public interface SCFrameworkVersionService
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.SCFrameworkVersionServiceImpl
.
Modify methods in that class and rerun ServiceBuilder to populate this class
and all other generated classes.
This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
- Author:
- Brian Wing Shun Chan
- See Also:
SCFrameworkVersionServiceFactory
,
SCFrameworkVersionServiceUtil
Method Summary |
SCFrameworkVersion |
addFrameworkVersion(long plid,
java.lang.String name,
java.lang.String url,
boolean active,
int priority,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
SCFrameworkVersion |
addFrameworkVersion(long plid,
java.lang.String name,
java.lang.String url,
boolean active,
int priority,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
|
void |
deleteFrameworkVersion(long frameworkVersionId)
|
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)
|
SCFrameworkVersion |
updateFrameworkVersion(long frameworkVersionId,
java.lang.String name,
java.lang.String url,
boolean active,
int priority)
|
addFrameworkVersion
SCFrameworkVersion addFrameworkVersion(long plid,
java.lang.String name,
java.lang.String url,
boolean active,
int priority,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
com.liferay.portal.PortalException
addFrameworkVersion
SCFrameworkVersion addFrameworkVersion(long plid,
java.lang.String name,
java.lang.String url,
boolean active,
int priority,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
com.liferay.portal.PortalException
deleteFrameworkVersion
void deleteFrameworkVersion(long frameworkVersionId)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
com.liferay.portal.PortalException
getFrameworkVersion
SCFrameworkVersion getFrameworkVersion(long frameworkVersionId)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
com.liferay.portal.PortalException
getFrameworkVersions
java.util.List<SCFrameworkVersion> getFrameworkVersions(long groupId,
boolean active)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
getFrameworkVersions
java.util.List<SCFrameworkVersion> getFrameworkVersions(long groupId,
boolean active,
int begin,
int end)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
updateFrameworkVersion
SCFrameworkVersion updateFrameworkVersion(long frameworkVersionId,
java.lang.String name,
java.lang.String url,
boolean active,
int priority)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
com.liferay.portal.PortalException