Package com.liferay.portal.service.impl
Class ReleaseLocalServiceImpl
Object
com.liferay.portal.kernel.service.BaseLocalServiceImpl
com.liferay.portal.service.base.ReleaseLocalServiceBaseImpl
com.liferay.portal.service.impl.ReleaseLocalServiceImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
,com.liferay.portal.kernel.service.BaseLocalService
,com.liferay.portal.kernel.service.PersistedModelLocalService
,com.liferay.portal.kernel.service.ReleaseLocalService
- Author:
- Brian Wing Shun Chan
-
Field Summary
Fields inherited from class com.liferay.portal.service.base.ReleaseLocalServiceBaseImpl
counterLocalService, releaseLocalService, releasePersistence
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.model.Release
addRelease
(String servletContextName, int buildNumber) com.liferay.portal.kernel.model.Release
addRelease
(String servletContextName, String schemaVersion) com.liferay.portal.kernel.model.Release
fetchRelease
(String servletContextName) com.liferay.portal.kernel.model.Release
updateRelease
(long releaseId, String schemaVersion, int buildNumber, Date buildDate, boolean verified) com.liferay.portal.kernel.model.Release
updateRelease
(String servletContextName, String schemaVersion, String previousSchemaVersion) Methods inherited from class com.liferay.portal.service.base.ReleaseLocalServiceBaseImpl
addRelease, afterPropertiesSet, createPersistedModel, createRelease, deletePersistedModel, deleteRelease, deleteRelease, destroy, dslQuery, dslQueryCount, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchRelease, getActionableDynamicQuery, getBasePersistence, getCounterLocalService, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getRelease, getReleaseLocalService, getReleasePersistence, getReleases, getReleasesCount, initActionableDynamicQuery, runSQL, setCounterLocalService, setReleaseLocalService, setReleasePersistence, updateRelease
Methods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.service.PersistedModelLocalService
fetchPersistedModel
-
Constructor Details
-
ReleaseLocalServiceImpl
public ReleaseLocalServiceImpl()
-
-
Method Details
-
addRelease
public com.liferay.portal.kernel.model.Release addRelease(String servletContextName, int buildNumber) -
addRelease
-
fetchRelease
-
updateRelease
public com.liferay.portal.kernel.model.Release updateRelease(long releaseId, String schemaVersion, int buildNumber, Date buildDate, boolean verified) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateRelease
-