|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.liferay.portlet.softwarecatalog.service.SCFrameworkVersionServiceWrapper
public class SCFrameworkVersionServiceWrapper
This class is a wrapper for SCFrameworkVersionService.
SCFrameworkVersionService| Constructor Summary | |
|---|---|
SCFrameworkVersionServiceWrapper(SCFrameworkVersionService scFrameworkVersionService)
|
|
| Method Summary | |
|---|---|
SCFrameworkVersion |
addFrameworkVersion(java.lang.String name,
java.lang.String url,
boolean active,
int priority,
ServiceContext serviceContext)
|
void |
deleteFrameworkVersion(long frameworkVersionId)
|
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
SCFrameworkVersion |
getFrameworkVersion(long frameworkVersionId)
|
java.util.List<SCFrameworkVersion> |
getFrameworkVersions(long groupId,
boolean active)
|
java.util.List<SCFrameworkVersion> |
getFrameworkVersions(long groupId,
boolean active,
int start,
int end)
|
SCFrameworkVersionService |
getWrappedSCFrameworkVersionService()
Deprecated. Renamed to getWrappedService() |
SCFrameworkVersionService |
getWrappedService()
|
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedSCFrameworkVersionService(SCFrameworkVersionService scFrameworkVersionService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionService) |
void |
setWrappedService(SCFrameworkVersionService scFrameworkVersionService)
|
SCFrameworkVersion |
updateFrameworkVersion(long frameworkVersionId,
java.lang.String name,
java.lang.String url,
boolean active,
int priority)
|
| 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 java.lang.String getBeanIdentifier()
getBeanIdentifier in interface SCFrameworkVersionServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface SCFrameworkVersionServicebeanIdentifier - the Spring bean ID for this bean
public SCFrameworkVersion addFrameworkVersion(java.lang.String name,
java.lang.String url,
boolean active,
int priority,
ServiceContext serviceContext)
throws PortalException,
SystemException
addFrameworkVersion in interface SCFrameworkVersionServicePortalException
SystemException
public void deleteFrameworkVersion(long frameworkVersionId)
throws PortalException,
SystemException
deleteFrameworkVersion in interface SCFrameworkVersionServicePortalException
SystemException
public SCFrameworkVersion getFrameworkVersion(long frameworkVersionId)
throws PortalException,
SystemException
getFrameworkVersion in interface SCFrameworkVersionServicePortalException
SystemException
public java.util.List<SCFrameworkVersion> getFrameworkVersions(long groupId,
boolean active)
throws SystemException
getFrameworkVersions in interface SCFrameworkVersionServiceSystemException
public java.util.List<SCFrameworkVersion> getFrameworkVersions(long groupId,
boolean active,
int start,
int end)
throws SystemException
getFrameworkVersions in interface SCFrameworkVersionServiceSystemException
public SCFrameworkVersion updateFrameworkVersion(long frameworkVersionId,
java.lang.String name,
java.lang.String url,
boolean active,
int priority)
throws PortalException,
SystemException
updateFrameworkVersion in interface SCFrameworkVersionServicePortalException
SystemExceptionpublic 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>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||