|
Liferay 6.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@ProviderType @AccessControlled @JSONWebService @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface SCFrameworkVersionService
Provides the remote service interface for SCFrameworkVersion. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
SCFrameworkVersionServiceUtil
,
SCFrameworkVersionServiceBaseImpl
,
SCFrameworkVersionServiceImpl
Method Summary | |
---|---|
abstract SCFrameworkVersion |
addFrameworkVersion(String name,
String url,
boolean active,
int priority,
ServiceContext serviceContext)
|
abstract void |
deleteFrameworkVersion(long frameworkVersionId)
|
abstract String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
abstract SCFrameworkVersion |
getFrameworkVersion(long frameworkVersionId)
|
abstract List<SCFrameworkVersion> |
getFrameworkVersions(long groupId,
boolean active)
|
abstract List<SCFrameworkVersion> |
getFrameworkVersions(long groupId,
boolean active,
int start,
int end)
|
abstract void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
abstract SCFrameworkVersion |
updateFrameworkVersion(long frameworkVersionId,
String name,
String url,
boolean active,
int priority)
|
Method Detail |
---|
String getBeanIdentifier()
void setBeanIdentifier(String beanIdentifier)
beanIdentifier
- the Spring bean ID for this beanSCFrameworkVersion addFrameworkVersion(String name, String url, boolean active, int priority, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
void deleteFrameworkVersion(long frameworkVersionId) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) SCFrameworkVersion getFrameworkVersion(long frameworkVersionId) throws PortalException, SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<SCFrameworkVersion> getFrameworkVersions(long groupId, boolean active) throws SystemException
SystemException
@Transactional(propagation=SUPPORTS, readOnly=true) List<SCFrameworkVersion> getFrameworkVersions(long groupId, boolean active, int start, int end) throws SystemException
SystemException
SCFrameworkVersion updateFrameworkVersion(long frameworkVersionId, String name, String url, boolean active, int priority) throws PortalException, SystemException
PortalException
SystemException
|
Liferay 6.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |