|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionServiceWrapper
public class SCFrameworkVersionServiceWrapper
This class is a wrapper for SCFrameworkVersionService
.
SCFrameworkVersionService
Constructor Summary | |
---|---|
SCFrameworkVersionServiceWrapper(SCFrameworkVersionService scFrameworkVersionService)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SCFrameworkVersionServiceWrapper(SCFrameworkVersionService scFrameworkVersionService)
Method Detail |
---|
public String getBeanIdentifier()
getBeanIdentifier
in interface SCFrameworkVersionService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface SCFrameworkVersionService
beanIdentifier
- the Spring bean ID for this beanpublic SCFrameworkVersion addFrameworkVersion(String name, String url, boolean active, int priority, ServiceContext serviceContext) throws PortalException, SystemException
addFrameworkVersion
in interface SCFrameworkVersionService
PortalException
SystemException
public void deleteFrameworkVersion(long frameworkVersionId) throws PortalException, SystemException
deleteFrameworkVersion
in interface SCFrameworkVersionService
PortalException
SystemException
public SCFrameworkVersion getFrameworkVersion(long frameworkVersionId) throws PortalException, SystemException
getFrameworkVersion
in interface SCFrameworkVersionService
PortalException
SystemException
public List<SCFrameworkVersion> getFrameworkVersions(long groupId, boolean active) throws SystemException
getFrameworkVersions
in interface SCFrameworkVersionService
SystemException
public List<SCFrameworkVersion> getFrameworkVersions(long groupId, boolean active, int start, int end) throws SystemException
getFrameworkVersions
in interface SCFrameworkVersionService
SystemException
public SCFrameworkVersion updateFrameworkVersion(long frameworkVersionId, String name, String url, boolean active, int priority) throws PortalException, SystemException
updateFrameworkVersion
in interface SCFrameworkVersionService
PortalException
SystemException
public SCFrameworkVersionService getWrappedSCFrameworkVersionService()
getWrappedService()
public void setWrappedSCFrameworkVersionService(SCFrameworkVersionService scFrameworkVersionService)
setWrappedService(com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionService)
public SCFrameworkVersionService getWrappedService()
getWrappedService
in interface ServiceWrapper<SCFrameworkVersionService>
public void setWrappedService(SCFrameworkVersionService scFrameworkVersionService)
setWrappedService
in interface ServiceWrapper<SCFrameworkVersionService>
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |