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 |
getFrameworkVersions(long groupId,
boolean active)
|
java.util.List |
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
public SCFrameworkVersion addFrameworkVersion(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,
java.rmi.RemoteException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
java.rmi.RemoteException
addFrameworkVersion
public 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 com.liferay.portal.SystemException,
com.liferay.portal.PortalException,
java.rmi.RemoteException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
java.rmi.RemoteException
deleteFrameworkVersion
public void deleteFrameworkVersion(long frameworkVersionId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException,
java.rmi.RemoteException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
java.rmi.RemoteException
getFrameworkVersion
public SCFrameworkVersion getFrameworkVersion(long frameworkVersionId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException,
java.rmi.RemoteException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
java.rmi.RemoteException
getFrameworkVersions
public java.util.List getFrameworkVersions(long groupId,
boolean active)
throws com.liferay.portal.SystemException,
java.rmi.RemoteException
- Throws:
com.liferay.portal.SystemException
java.rmi.RemoteException
getFrameworkVersions
public java.util.List getFrameworkVersions(long groupId,
boolean active,
int begin,
int end)
throws com.liferay.portal.SystemException,
java.rmi.RemoteException
- Throws:
com.liferay.portal.SystemException
java.rmi.RemoteException
updateFrameworkVersion
public 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,
java.rmi.RemoteException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
java.rmi.RemoteException