public class SCFrameworkVersionServiceImpl extends SCFrameworkVersionServiceBaseImpl
counterLocalService, groupFinder, groupLocalService, groupPersistence, groupService, resourceLocalService, scFrameworkVersionLocalService, scFrameworkVersionPersistence, scFrameworkVersionService, scProductVersionLocalService, scProductVersionPersistence, scProductVersionService, userFinder, userLocalService, userPersistence, userService| Constructor and Description |
|---|
SCFrameworkVersionServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion |
addFrameworkVersion(java.lang.String name,
java.lang.String url,
boolean active,
int priority,
com.liferay.portal.service.ServiceContext serviceContext) |
void |
deleteFrameworkVersion(long frameworkVersionId) |
com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion |
getFrameworkVersion(long frameworkVersionId) |
java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> |
getFrameworkVersions(long groupId,
boolean active) |
java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> |
getFrameworkVersions(long groupId,
boolean active,
int start,
int end) |
com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion |
updateFrameworkVersion(long frameworkVersionId,
java.lang.String name,
java.lang.String url,
boolean active,
int priority) |
afterPropertiesSet, destroy, getCounterLocalService, getGroupFinder, getGroupLocalService, getGroupPersistence, getGroupService, getModelClass, getModelClassName, getOSGiServiceIdentifier, getResourceLocalService, getSCFrameworkVersionLocalService, getSCFrameworkVersionPersistence, getSCFrameworkVersionService, getSCProductVersionLocalService, getSCProductVersionPersistence, getSCProductVersionService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setCounterLocalService, setGroupFinder, setGroupLocalService, setGroupPersistence, setGroupService, setResourceLocalService, setSCFrameworkVersionLocalService, setSCFrameworkVersionPersistence, setSCFrameworkVersionService, setSCProductVersionLocalService, setSCProductVersionPersistence, setSCProductVersionService, setUserFinder, setUserLocalService, setUserPersistence, setUserServicepublic com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion addFrameworkVersion(java.lang.String name,
java.lang.String url,
boolean active,
int priority,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void deleteFrameworkVersion(long frameworkVersionId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion getFrameworkVersion(long frameworkVersionId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> getFrameworkVersions(long groupId,
boolean active)
public java.util.List<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion> getFrameworkVersions(long groupId,
boolean active,
int start,
int end)
public com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion updateFrameworkVersion(long frameworkVersionId,
java.lang.String name,
java.lang.String url,
boolean active,
int priority)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException