|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface SCFrameworkVersionLocalService
This interface defines the service. The default implementation is
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.
SCFrameworkVersionLocalServiceUtil| Method Detail |
|---|
SCFrameworkVersion addSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
throws SystemException
SystemExceptionSCFrameworkVersion createSCFrameworkVersion(long frameworkVersionId)
void deleteSCFrameworkVersion(long frameworkVersionId)
throws PortalException,
SystemException
PortalException
SystemException
void deleteSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
throws SystemException
SystemException
List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemException
List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
SystemException
List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemException
long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
SCFrameworkVersion getSCFrameworkVersion(long frameworkVersionId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<SCFrameworkVersion> getSCFrameworkVersions(int start,
int end)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getSCFrameworkVersionsCount()
throws SystemException
SystemException
SCFrameworkVersion updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
throws SystemException
SystemException
SCFrameworkVersion updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion,
boolean merge)
throws SystemException
SystemException
SCFrameworkVersion addFrameworkVersion(long userId,
String name,
String url,
boolean active,
int priority,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalException
SystemException
void addFrameworkVersionResources(long frameworkVersionId,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws PortalException,
SystemException
PortalException
SystemException
void addFrameworkVersionResources(SCFrameworkVersion frameworkVersion,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws PortalException,
SystemException
PortalException
SystemException
void addFrameworkVersionResources(long frameworkVersionId,
String[] communityPermissions,
String[] guestPermissions)
throws PortalException,
SystemException
PortalException
SystemException
void addFrameworkVersionResources(SCFrameworkVersion frameworkVersion,
String[] communityPermissions,
String[] guestPermissions)
throws PortalException,
SystemException
PortalException
SystemException
void deleteFrameworkVersion(long frameworkVersionId)
throws PortalException,
SystemException
PortalException
SystemException
void deleteFrameworkVersion(SCFrameworkVersion frameworkVersion)
throws SystemException
SystemException
void deleteFrameworkVersions(long groupId)
throws SystemException
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,
int start,
int end)
throws SystemException
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
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getFrameworkVersionsCount(long groupId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getFrameworkVersionsCount(long groupId,
boolean active)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<SCFrameworkVersion> getProductVersionFrameworkVersions(long productVersionId)
throws SystemException
SystemException
SCFrameworkVersion updateFrameworkVersion(long frameworkVersionId,
String name,
String url,
boolean active,
int priority)
throws PortalException,
SystemException
PortalException
SystemException
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||