com.liferay.portlet.softwarecatalog.service.impl
Class SCFrameworkVersionServiceImpl
java.lang.Object
com.liferay.portal.service.BaseServiceImpl
com.liferay.portlet.softwarecatalog.service.base.SCFrameworkVersionServiceBaseImpl
com.liferay.portlet.softwarecatalog.service.impl.SCFrameworkVersionServiceImpl
- All Implemented Interfaces:
- IdentifiableBean, BaseService, SCFrameworkVersionService
public class SCFrameworkVersionServiceImpl
- extends SCFrameworkVersionServiceBaseImpl
Fields inherited from class com.liferay.portlet.softwarecatalog.service.base.SCFrameworkVersionServiceBaseImpl |
counterLocalService, resourceFinder, resourceLocalService, resourcePersistence, resourceService, scFrameworkVersionLocalService, scFrameworkVersionPersistence, scFrameworkVersionService, scLicenseLocalService, scLicensePersistence, scLicenseService, scProductEntryLocalService, scProductEntryPersistence, scProductEntryService, scProductScreenshotLocalService, scProductScreenshotPersistence, scProductVersionLocalService, scProductVersionPersistence, scProductVersionService, userFinder, userLocalService, userPersistence, userService |
Method Summary |
SCFrameworkVersion |
addFrameworkVersion(String name,
String url,
boolean active,
int priority,
ServiceContext serviceContext)
|
void |
deleteFrameworkVersion(long frameworkVersionId)
|
SCFrameworkVersion |
getFrameworkVersion(long frameworkVersionId)
|
List<SCFrameworkVersion> |
getFrameworkVersions(long groupId,
boolean active)
|
List<SCFrameworkVersion> |
getFrameworkVersions(long groupId,
boolean active,
int start,
int end)
|
SCFrameworkVersion |
updateFrameworkVersion(long frameworkVersionId,
String name,
String url,
boolean active,
int priority)
|
Methods inherited from class com.liferay.portlet.softwarecatalog.service.base.SCFrameworkVersionServiceBaseImpl |
afterPropertiesSet, destroy, getBeanIdentifier, getCounterLocalService, getModelClass, getModelClassName, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getSCFrameworkVersionLocalService, getSCFrameworkVersionPersistence, getSCFrameworkVersionService, getSCLicenseLocalService, getSCLicensePersistence, getSCLicenseService, getSCProductEntryLocalService, getSCProductEntryPersistence, getSCProductEntryService, getSCProductScreenshotLocalService, getSCProductScreenshotPersistence, getSCProductVersionLocalService, getSCProductVersionPersistence, getSCProductVersionService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setBeanIdentifier, setCounterLocalService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setSCFrameworkVersionLocalService, setSCFrameworkVersionPersistence, setSCFrameworkVersionService, setSCLicenseLocalService, setSCLicensePersistence, setSCLicenseService, setSCProductEntryLocalService, setSCProductEntryPersistence, setSCProductEntryService, setSCProductScreenshotLocalService, setSCProductScreenshotPersistence, setSCProductVersionLocalService, setSCProductVersionPersistence, setSCProductVersionService, setUserFinder, setUserLocalService, setUserPersistence, setUserService |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCFrameworkVersionServiceImpl
public SCFrameworkVersionServiceImpl()
addFrameworkVersion
public SCFrameworkVersion addFrameworkVersion(String name,
String url,
boolean active,
int priority,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteFrameworkVersion
public void deleteFrameworkVersion(long frameworkVersionId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getFrameworkVersion
public SCFrameworkVersion getFrameworkVersion(long frameworkVersionId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getFrameworkVersions
public List<SCFrameworkVersion> getFrameworkVersions(long groupId,
boolean active)
throws SystemException
- Throws:
SystemException
getFrameworkVersions
public List<SCFrameworkVersion> getFrameworkVersions(long groupId,
boolean active,
int start,
int end)
throws SystemException
- Throws:
SystemException
updateFrameworkVersion
public SCFrameworkVersion updateFrameworkVersion(long frameworkVersionId,
String name,
String url,
boolean active,
int priority)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException