com.liferay.portal.service.persistence
Interface ServiceComponentPersistence

All Superinterfaces:
BasePersistence<ServiceComponent>

public interface ServiceComponentPersistence
extends BasePersistence<ServiceComponent>

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Author:
Brian Wing Shun Chan
See Also:
ServiceComponentPersistenceImpl, ServiceComponentUtil
Generated:

Method Summary
 void cacheResult(java.util.List<ServiceComponent> serviceComponents)
           
 void cacheResult(ServiceComponent serviceComponent)
           
 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 orderByComparator)
           
 ServiceComponent findByBNS_BNU(java.lang.String buildNamespace, long buildNumber)
           
 ServiceComponent findByBuildNamespace_First(java.lang.String buildNamespace, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 ServiceComponent findByBuildNamespace_Last(java.lang.String buildNamespace, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 ServiceComponent[] findByBuildNamespace_PrevAndNext(long serviceComponentId, java.lang.String buildNamespace, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 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 orderByComparator)
           
 ServiceComponent findByPrimaryKey(long serviceComponentId)
           
 ServiceComponent remove(long serviceComponentId)
           
 void removeAll()
           
 void removeByBNS_BNU(java.lang.String buildNamespace, long buildNumber)
           
 void removeByBuildNamespace(java.lang.String buildNamespace)
           
 ServiceComponent update(ServiceComponent serviceComponent)
          Deprecated. Use BasePersistence.update(com.liferay.portal.model.BaseModel, boolean).
 ServiceComponent updateImpl(ServiceComponent serviceComponent, boolean merge)
           
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
clearCache, clearCache, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, remove, setDataSource, unregisterListener, update
 

Method Detail

cacheResult

void cacheResult(ServiceComponent serviceComponent)

cacheResult

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

create

ServiceComponent create(long serviceComponentId)

remove

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

update

ServiceComponent update(ServiceComponent serviceComponent)
                        throws com.liferay.portal.SystemException
Deprecated. Use BasePersistence.update(com.liferay.portal.model.BaseModel, boolean).

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 orderByComparator)
                                                      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 orderByComparator)
                                            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 orderByComparator)
                                           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 orderByComparator)
                                                    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

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 orderByComparator)
                                         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