com.liferay.portal.service.persistence
Interface ServiceComponentPersistence

All Superinterfaces:
BasePersistence

public interface ServiceComponentPersistence
extends BasePersistence

View Source

Author:
Brian Wing Shun Chan

Method Summary
 void cacheResult(java.util.List<ServiceComponent> serviceComponents)
           
 void cacheResult(ServiceComponent serviceComponent)
           
 void clearCache()
           
 int countAll()
           
 int countByBNS_BNU(java.lang.String buildNamespace, long buildNumber)
           
 int countByBuildNamespace(java.lang.String buildNamespace)
           
 ServiceComponent create(long serviceComponentId)
           
 ServiceComponent fetchByBNS_BNU(java.lang.String buildNamespace, long buildNumber)
           
 ServiceComponent fetchByBNS_BNU(java.lang.String buildNamespace, long buildNumber, boolean retrieveFromCache)
           
 ServiceComponent fetchByPrimaryKey(long serviceComponentId)
           
 java.util.List<ServiceComponent> findAll()
           
 java.util.List<ServiceComponent> findAll(int start, int end)
           
 java.util.List<ServiceComponent> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 ServiceComponent findByBNS_BNU(java.lang.String buildNamespace, long buildNumber)
           
 ServiceComponent findByBuildNamespace_First(java.lang.String buildNamespace, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 ServiceComponent findByBuildNamespace_Last(java.lang.String buildNamespace, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 ServiceComponent[] findByBuildNamespace_PrevAndNext(long serviceComponentId, java.lang.String buildNamespace, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<ServiceComponent> findByBuildNamespace(java.lang.String buildNamespace)
           
 java.util.List<ServiceComponent> findByBuildNamespace(java.lang.String buildNamespace, int start, int end)
           
 java.util.List<ServiceComponent> findByBuildNamespace(java.lang.String buildNamespace, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 ServiceComponent findByPrimaryKey(long serviceComponentId)
           
 java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 ServiceComponent remove(long serviceComponentId)
           
 ServiceComponent remove(ServiceComponent serviceComponent)
           
 void removeAll()
           
 void removeByBNS_BNU(java.lang.String buildNamespace, long buildNumber)
           
 void removeByBuildNamespace(java.lang.String buildNamespace)
           
 ServiceComponent update(ServiceComponent serviceComponent)
          Deprecated. Use update(ServiceComponent serviceComponent, boolean merge).
 ServiceComponent update(ServiceComponent serviceComponent, boolean merge)
          Add, update, or merge, the entity.
 ServiceComponent updateImpl(ServiceComponent serviceComponent, boolean merge)
           
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
getListeners, registerListener, unregisterListener
 

Method Detail

cacheResult

void cacheResult(ServiceComponent serviceComponent)

cacheResult

void cacheResult(java.util.List<ServiceComponent> serviceComponents)

clearCache

void clearCache()
Specified by:
clearCache in interface BasePersistence

create

ServiceComponent create(long serviceComponentId)

remove

ServiceComponent remove(long serviceComponentId)
                        throws NoSuchServiceComponentException,
                               com.liferay.portal.SystemException
Throws:
NoSuchServiceComponentException
com.liferay.portal.SystemException

remove

ServiceComponent remove(ServiceComponent serviceComponent)
                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

update

ServiceComponent update(ServiceComponent serviceComponent)
                        throws com.liferay.portal.SystemException
Deprecated. Use update(ServiceComponent serviceComponent, boolean merge).

Throws:
com.liferay.portal.SystemException

update

ServiceComponent update(ServiceComponent serviceComponent,
                        boolean merge)
                        throws com.liferay.portal.SystemException
Add, update, or merge, the entity. This method also calls the model listeners to trigger the proper events associated with adding, deleting, or updating an entity.

Parameters:
serviceComponent - the entity to add, update, or merge
merge - boolean value for whether to merge the entity. The default value is false. Setting merge to true is more expensive and should only be true when serviceComponent is transient. See LEP-5473 for a detailed discussion of this method.
Returns:
true if the portlet can be displayed via Ajax
Throws:
com.liferay.portal.SystemException

updateImpl

ServiceComponent updateImpl(ServiceComponent serviceComponent,
                            boolean merge)
                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByPrimaryKey

ServiceComponent findByPrimaryKey(long serviceComponentId)
                                  throws NoSuchServiceComponentException,
                                         com.liferay.portal.SystemException
Throws:
NoSuchServiceComponentException
com.liferay.portal.SystemException

fetchByPrimaryKey

ServiceComponent fetchByPrimaryKey(long serviceComponentId)
                                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByBuildNamespace

java.util.List<ServiceComponent> findByBuildNamespace(java.lang.String buildNamespace)
                                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByBuildNamespace

java.util.List<ServiceComponent> findByBuildNamespace(java.lang.String buildNamespace,
                                                      int start,
                                                      int end)
                                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByBuildNamespace

java.util.List<ServiceComponent> findByBuildNamespace(java.lang.String buildNamespace,
                                                      int start,
                                                      int end,
                                                      com.liferay.portal.kernel.util.OrderByComparator obc)
                                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByBuildNamespace_First

ServiceComponent findByBuildNamespace_First(java.lang.String buildNamespace,
                                            com.liferay.portal.kernel.util.OrderByComparator obc)
                                            throws NoSuchServiceComponentException,
                                                   com.liferay.portal.SystemException
Throws:
NoSuchServiceComponentException
com.liferay.portal.SystemException

findByBuildNamespace_Last

ServiceComponent findByBuildNamespace_Last(java.lang.String buildNamespace,
                                           com.liferay.portal.kernel.util.OrderByComparator obc)
                                           throws NoSuchServiceComponentException,
                                                  com.liferay.portal.SystemException
Throws:
NoSuchServiceComponentException
com.liferay.portal.SystemException

findByBuildNamespace_PrevAndNext

ServiceComponent[] findByBuildNamespace_PrevAndNext(long serviceComponentId,
                                                    java.lang.String buildNamespace,
                                                    com.liferay.portal.kernel.util.OrderByComparator obc)
                                                    throws NoSuchServiceComponentException,
                                                           com.liferay.portal.SystemException
Throws:
NoSuchServiceComponentException
com.liferay.portal.SystemException

findByBNS_BNU

ServiceComponent findByBNS_BNU(java.lang.String buildNamespace,
                               long buildNumber)
                               throws NoSuchServiceComponentException,
                                      com.liferay.portal.SystemException
Throws:
NoSuchServiceComponentException
com.liferay.portal.SystemException

fetchByBNS_BNU

ServiceComponent fetchByBNS_BNU(java.lang.String buildNamespace,
                                long buildNumber)
                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

fetchByBNS_BNU

ServiceComponent fetchByBNS_BNU(java.lang.String buildNamespace,
                                long buildNumber,
                                boolean retrieveFromCache)
                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findWithDynamicQuery

java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findWithDynamicQuery

java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                                      int start,
                                                      int end)
                                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findAll

java.util.List<ServiceComponent> findAll()
                                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findAll

java.util.List<ServiceComponent> findAll(int start,
                                         int end)
                                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findAll

java.util.List<ServiceComponent> findAll(int start,
                                         int end,
                                         com.liferay.portal.kernel.util.OrderByComparator obc)
                                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeByBuildNamespace

void removeByBuildNamespace(java.lang.String buildNamespace)
                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeByBNS_BNU

void removeByBNS_BNU(java.lang.String buildNamespace,
                     long buildNumber)
                     throws NoSuchServiceComponentException,
                            com.liferay.portal.SystemException
Throws:
NoSuchServiceComponentException
com.liferay.portal.SystemException

removeAll

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

countByBuildNamespace

int countByBuildNamespace(java.lang.String buildNamespace)
                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByBNS_BNU

int countByBNS_BNU(java.lang.String buildNamespace,
                   long buildNumber)
                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countAll

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