|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface SCFrameworkVersionServiceProvides 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 | |
|---|---|
SCFrameworkVersion |
addFrameworkVersion(String name,
String url,
boolean active,
int priority,
ServiceContext serviceContext)
|
void |
deleteFrameworkVersion(long frameworkVersionId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
SCFrameworkVersion |
getFrameworkVersion(long frameworkVersionId)
|
List<SCFrameworkVersion> |
getFrameworkVersions(long groupId,
boolean active)
|
List<SCFrameworkVersion> |
getFrameworkVersions(long groupId,
boolean active,
int start,
int end)
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
SCFrameworkVersion |
updateFrameworkVersion(long frameworkVersionId,
String name,
String url,
boolean active,
int priority)
|
| Method Detail |
|---|
SCFrameworkVersion addFrameworkVersion(String name,
String url,
boolean active,
int priority,
ServiceContext serviceContext)
throws PortalException
PortalException
void deleteFrameworkVersion(long frameworkVersionId)
throws PortalException
PortalExceptionString getBeanIdentifier()
@Transactional(propagation=SUPPORTS,
readOnly=true)
SCFrameworkVersion getFrameworkVersion(long frameworkVersionId)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<SCFrameworkVersion> getFrameworkVersions(long groupId,
boolean active)
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<SCFrameworkVersion> getFrameworkVersions(long groupId,
boolean active,
int start,
int end)
void setBeanIdentifier(String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean
SCFrameworkVersion updateFrameworkVersion(long frameworkVersionId,
String name,
String url,
boolean active,
int priority)
throws PortalException
PortalException
|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||