com.liferay.portal.service.persistence
Interface ServiceComponentPersistence

All Superinterfaces:
BasePersistence

@Transactional(rollbackFor={com.liferay.portal.PortalException.class,com.liferay.portal.SystemException.class})
public interface ServiceComponentPersistence
extends BasePersistence

View Source

Author:
Brian Wing Shun Chan

Method Summary
 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 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

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

@Transactional(propagation=SUPPORTS,
               readOnly=true)
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

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<ServiceComponent> findByBuildNamespace(java.lang.String buildNamespace)
                                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByBuildNamespace

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<ServiceComponent> findByBuildNamespace(java.lang.String buildNamespace,
                                                                    int start,
                                                                    int end)
                                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByBuildNamespace

@Transactional(propagation=SUPPORTS,
               readOnly=true)
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

@Transactional(propagation=SUPPORTS,
               readOnly=true)
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

@Transactional(propagation=SUPPORTS,
               readOnly=true)
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

@Transactional(propagation=SUPPORTS,
               readOnly=true)
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

@Transactional(propagation=SUPPORTS,
               readOnly=true)
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

findWithDynamicQuery

@Transactional(propagation=SUPPORTS,
               readOnly=true)
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

@Transactional(propagation=SUPPORTS,
               readOnly=true)
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

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<ServiceComponent> findAll()
                                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findAll

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<ServiceComponent> findAll(int start,
                                                       int end)
                                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findAll

@Transactional(propagation=SUPPORTS,
               readOnly=true)
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

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int countByBuildNamespace(java.lang.String buildNamespace)
                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByBNS_BNU

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int countByBNS_BNU(java.lang.String buildNamespace,
                                 long buildNumber)
                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countAll

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int countAll()
             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException