com.liferay.portal.service.impl
Class ReleaseLocalServiceImpl

java.lang.Object
  extended bycom.liferay.portal.service.base.ReleaseLocalServiceBaseImpl
      extended bycom.liferay.portal.service.impl.ReleaseLocalServiceImpl
All Implemented Interfaces:
com.liferay.portal.service.ReleaseLocalService

public class ReleaseLocalServiceImpl
extends ReleaseLocalServiceBaseImpl

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
ReleaseLocalServiceImpl()
           
 
Method Summary
protected  void createTablesAndPopulate()
           
 int getBuildNumberOrCreate()
           
 com.liferay.portal.model.Release getRelease()
           
 com.liferay.portal.model.Release updateRelease(boolean verified)
           
 
Methods inherited from class com.liferay.portal.service.base.ReleaseLocalServiceBaseImpl
addRelease, dynamicQuery, dynamicQuery, updateRelease
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReleaseLocalServiceImpl

public ReleaseLocalServiceImpl()
Method Detail

getBuildNumberOrCreate

public int getBuildNumberOrCreate()
                           throws com.liferay.portal.PortalException,
                                  com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getRelease

public com.liferay.portal.model.Release getRelease()
                                            throws com.liferay.portal.PortalException,
                                                   com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updateRelease

public com.liferay.portal.model.Release updateRelease(boolean verified)
                                               throws com.liferay.portal.PortalException,
                                                      com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

createTablesAndPopulate

protected void createTablesAndPopulate()
                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException