com.liferay.portal.service.persistence
Interface ReleasePersistence

All Known Implementing Classes:
ReleasePersistenceImpl

public interface ReleasePersistence

View Source

Author:
Brian Wing Shun Chan

Method Summary
 int countAll()
           
 com.liferay.portal.model.Release create(long releaseId)
           
 com.liferay.portal.model.Release fetchByPrimaryKey(long releaseId)
           
 java.util.List findAll()
           
 java.util.List findAll(int begin, int end)
           
 java.util.List findAll(int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portal.model.Release findByPrimaryKey(long releaseId)
           
 java.util.List findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
           
 java.util.List findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end)
           
 com.liferay.portal.model.Release remove(long releaseId)
           
 com.liferay.portal.model.Release remove(com.liferay.portal.model.Release release)
           
 void removeAll()
           
 com.liferay.portal.model.Release update(com.liferay.portal.model.Release release)
           
 com.liferay.portal.model.Release update(com.liferay.portal.model.Release release, boolean merge)
           
 

Method Detail

create

public com.liferay.portal.model.Release create(long releaseId)

remove

public com.liferay.portal.model.Release remove(long releaseId)
                                        throws com.liferay.portal.NoSuchReleaseException,
                                               com.liferay.portal.SystemException
Throws:
com.liferay.portal.NoSuchReleaseException
com.liferay.portal.SystemException

remove

public com.liferay.portal.model.Release remove(com.liferay.portal.model.Release release)
                                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

update

public com.liferay.portal.model.Release update(com.liferay.portal.model.Release release)
                                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

update

public com.liferay.portal.model.Release update(com.liferay.portal.model.Release release,
                                               boolean merge)
                                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByPrimaryKey

public com.liferay.portal.model.Release findByPrimaryKey(long releaseId)
                                                  throws com.liferay.portal.NoSuchReleaseException,
                                                         com.liferay.portal.SystemException
Throws:
com.liferay.portal.NoSuchReleaseException
com.liferay.portal.SystemException

fetchByPrimaryKey

public com.liferay.portal.model.Release fetchByPrimaryKey(long releaseId)
                                                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findWithDynamicQuery

public java.util.List findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findWithDynamicQuery

public java.util.List findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
                                           int begin,
                                           int end)
                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findAll

public java.util.List findAll()
                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findAll

public java.util.List findAll(int begin,
                              int end)
                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findAll

public java.util.List findAll(int begin,
                              int end,
                              com.liferay.portal.kernel.util.OrderByComparator obc)
                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeAll

public void removeAll()
               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countAll

public int countAll()
             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException