Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portal.model.ServiceComponent

Packages that use ServiceComponent
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

Uses of ServiceComponent in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement ServiceComponent
 class ServiceComponentWrapper
           This class is a wrapper for ServiceComponent.
 

Methods in com.liferay.portal.model that return ServiceComponent
 ServiceComponent ServiceComponentWrapper.getWrappedModel()
           
 ServiceComponent ServiceComponentWrapper.getWrappedServiceComponent()
          Deprecated. Renamed to ServiceComponentWrapper.getWrappedModel()
 ServiceComponent ServiceComponentModel.toEscapedModel()
           
 ServiceComponent ServiceComponentWrapper.toEscapedModel()
           
 ServiceComponent ServiceComponentModel.toUnescapedModel()
           
 ServiceComponent ServiceComponentWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type ServiceComponent
 CacheModel<ServiceComponent> ServiceComponentModel.toCacheModel()
           
 CacheModel<ServiceComponent> ServiceComponentWrapper.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type ServiceComponent
 int ServiceComponentModel.compareTo(ServiceComponent serviceComponent)
           
 int ServiceComponentWrapper.compareTo(ServiceComponent serviceComponent)
           
static ServiceComponentSoap ServiceComponentSoap.toSoapModel(ServiceComponent model)
           
static ServiceComponentSoap[] ServiceComponentSoap.toSoapModels(ServiceComponent[] models)
           
static ServiceComponentSoap[][] ServiceComponentSoap.toSoapModels(ServiceComponent[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type ServiceComponent
static ServiceComponentSoap[] ServiceComponentSoap.toSoapModels(List<ServiceComponent> models)
           
 

Constructors in com.liferay.portal.model with parameters of type ServiceComponent
ServiceComponentWrapper(ServiceComponent serviceComponent)
           
 

Uses of ServiceComponent in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement ServiceComponent
 class ServiceComponentBaseImpl
          The extended model base implementation for the ServiceComponent service.
 class ServiceComponentImpl
           
 

Methods in com.liferay.portal.model.impl that return ServiceComponent
 ServiceComponent ServiceComponentCacheModel.toEntityModel()
           
 ServiceComponent ServiceComponentModelImpl.toEscapedModel()
           
 ServiceComponent ServiceComponentModelImpl.toUnescapedModel()
           
 

Methods in com.liferay.portal.model.impl that return types with arguments of type ServiceComponent
 CacheModel<ServiceComponent> ServiceComponentModelImpl.toCacheModel()
           
 

Methods in com.liferay.portal.model.impl with parameters of type ServiceComponent
 int ServiceComponentModelImpl.compareTo(ServiceComponent serviceComponent)
           
 

Uses of ServiceComponent in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return ServiceComponent
 ServiceComponent ServiceComponentLocalService.addServiceComponent(ServiceComponent serviceComponent)
          Adds the service component to the database.
static ServiceComponent ServiceComponentLocalServiceUtil.addServiceComponent(ServiceComponent serviceComponent)
          Adds the service component to the database.
 ServiceComponent ServiceComponentLocalServiceWrapper.addServiceComponent(ServiceComponent serviceComponent)
          Adds the service component to the database.
 ServiceComponent ServiceComponentLocalService.createServiceComponent(long serviceComponentId)
          Creates a new service component with the primary key.
static ServiceComponent ServiceComponentLocalServiceUtil.createServiceComponent(long serviceComponentId)
          Creates a new service component with the primary key.
 ServiceComponent ServiceComponentLocalServiceWrapper.createServiceComponent(long serviceComponentId)
          Creates a new service component with the primary key.
 ServiceComponent ServiceComponentLocalService.deleteServiceComponent(long serviceComponentId)
          Deletes the service component with the primary key from the database.
static ServiceComponent ServiceComponentLocalServiceUtil.deleteServiceComponent(long serviceComponentId)
          Deletes the service component with the primary key from the database.
 ServiceComponent ServiceComponentLocalServiceWrapper.deleteServiceComponent(long serviceComponentId)
          Deletes the service component with the primary key from the database.
 ServiceComponent ServiceComponentLocalService.deleteServiceComponent(ServiceComponent serviceComponent)
          Deletes the service component from the database.
static ServiceComponent ServiceComponentLocalServiceUtil.deleteServiceComponent(ServiceComponent serviceComponent)
          Deletes the service component from the database.
 ServiceComponent ServiceComponentLocalServiceWrapper.deleteServiceComponent(ServiceComponent serviceComponent)
          Deletes the service component from the database.
 ServiceComponent ServiceComponentLocalService.fetchServiceComponent(long serviceComponentId)
           
static ServiceComponent ServiceComponentLocalServiceUtil.fetchServiceComponent(long serviceComponentId)
           
 ServiceComponent ServiceComponentLocalServiceWrapper.fetchServiceComponent(long serviceComponentId)
           
 ServiceComponent ServiceComponentLocalService.getServiceComponent(long serviceComponentId)
          Returns the service component with the primary key.
static ServiceComponent ServiceComponentLocalServiceUtil.getServiceComponent(long serviceComponentId)
          Returns the service component with the primary key.
 ServiceComponent ServiceComponentLocalServiceWrapper.getServiceComponent(long serviceComponentId)
          Returns the service component with the primary key.
 ServiceComponent ServiceComponentLocalService.initServiceComponent(javax.servlet.ServletContext servletContext, ClassLoader classLoader, String buildNamespace, long buildNumber, long buildDate, boolean buildAutoUpgrade)
           
static ServiceComponent ServiceComponentLocalServiceUtil.initServiceComponent(javax.servlet.ServletContext servletContext, ClassLoader classLoader, String buildNamespace, long buildNumber, long buildDate, boolean buildAutoUpgrade)
           
 ServiceComponent ServiceComponentLocalServiceWrapper.initServiceComponent(javax.servlet.ServletContext servletContext, ClassLoader classLoader, String buildNamespace, long buildNumber, long buildDate, boolean buildAutoUpgrade)
           
 ServiceComponent ServiceComponentLocalService.updateServiceComponent(ServiceComponent serviceComponent)
          Updates the service component in the database or adds it if it does not yet exist.
static ServiceComponent ServiceComponentLocalServiceUtil.updateServiceComponent(ServiceComponent serviceComponent)
          Updates the service component in the database or adds it if it does not yet exist.
 ServiceComponent ServiceComponentLocalServiceWrapper.updateServiceComponent(ServiceComponent serviceComponent)
          Updates the service component in the database or adds it if it does not yet exist.
 ServiceComponent ServiceComponentLocalService.updateServiceComponent(ServiceComponent serviceComponent, boolean merge)
          Updates the service component in the database or adds it if it does not yet exist.
static ServiceComponent ServiceComponentLocalServiceUtil.updateServiceComponent(ServiceComponent serviceComponent, boolean merge)
          Updates the service component in the database or adds it if it does not yet exist.
 ServiceComponent ServiceComponentLocalServiceWrapper.updateServiceComponent(ServiceComponent serviceComponent, boolean merge)
          Updates the service component in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service that return types with arguments of type ServiceComponent
 List<ServiceComponent> ServiceComponentLocalService.getServiceComponents(int start, int end)
          Returns a range of all the service components.
static List<ServiceComponent> ServiceComponentLocalServiceUtil.getServiceComponents(int start, int end)
          Returns a range of all the service components.
 List<ServiceComponent> ServiceComponentLocalServiceWrapper.getServiceComponents(int start, int end)
          Returns a range of all the service components.
 

Methods in com.liferay.portal.service with parameters of type ServiceComponent
 ServiceComponent ServiceComponentLocalService.addServiceComponent(ServiceComponent serviceComponent)
          Adds the service component to the database.
static ServiceComponent ServiceComponentLocalServiceUtil.addServiceComponent(ServiceComponent serviceComponent)
          Adds the service component to the database.
 ServiceComponent ServiceComponentLocalServiceWrapper.addServiceComponent(ServiceComponent serviceComponent)
          Adds the service component to the database.
 ServiceComponent ServiceComponentLocalService.deleteServiceComponent(ServiceComponent serviceComponent)
          Deletes the service component from the database.
static ServiceComponent ServiceComponentLocalServiceUtil.deleteServiceComponent(ServiceComponent serviceComponent)
          Deletes the service component from the database.
 ServiceComponent ServiceComponentLocalServiceWrapper.deleteServiceComponent(ServiceComponent serviceComponent)
          Deletes the service component from the database.
 ServiceComponent ServiceComponentLocalService.updateServiceComponent(ServiceComponent serviceComponent)
          Updates the service component in the database or adds it if it does not yet exist.
static ServiceComponent ServiceComponentLocalServiceUtil.updateServiceComponent(ServiceComponent serviceComponent)
          Updates the service component in the database or adds it if it does not yet exist.
 ServiceComponent ServiceComponentLocalServiceWrapper.updateServiceComponent(ServiceComponent serviceComponent)
          Updates the service component in the database or adds it if it does not yet exist.
 ServiceComponent ServiceComponentLocalService.updateServiceComponent(ServiceComponent serviceComponent, boolean merge)
          Updates the service component in the database or adds it if it does not yet exist.
static ServiceComponent ServiceComponentLocalServiceUtil.updateServiceComponent(ServiceComponent serviceComponent, boolean merge)
          Updates the service component in the database or adds it if it does not yet exist.
 ServiceComponent ServiceComponentLocalServiceWrapper.updateServiceComponent(ServiceComponent serviceComponent, boolean merge)
          Updates the service component in the database or adds it if it does not yet exist.
 void ServiceComponentLocalService.upgradeDB(ClassLoader classLoader, String buildNamespace, long buildNumber, boolean buildAutoUpgrade, ServiceComponent previousServiceComponent, String tablesSQL, String sequencesSQL, String indexesSQL)
           
static void ServiceComponentLocalServiceUtil.upgradeDB(ClassLoader classLoader, String buildNamespace, long buildNumber, boolean buildAutoUpgrade, ServiceComponent previousServiceComponent, String tablesSQL, String sequencesSQL, String indexesSQL)
           
 void ServiceComponentLocalServiceWrapper.upgradeDB(ClassLoader classLoader, String buildNamespace, long buildNumber, boolean buildAutoUpgrade, ServiceComponent previousServiceComponent, String tablesSQL, String sequencesSQL, String indexesSQL)
           
 

Uses of ServiceComponent in com.liferay.portal.service.base
 

Methods in com.liferay.portal.service.base that return ServiceComponent
 ServiceComponent ServiceComponentLocalServiceBaseImpl.addServiceComponent(ServiceComponent serviceComponent)
          Adds the service component to the database.
 ServiceComponent ServiceComponentLocalServiceBaseImpl.createServiceComponent(long serviceComponentId)
          Creates a new service component with the primary key.
 ServiceComponent ServiceComponentLocalServiceBaseImpl.deleteServiceComponent(long serviceComponentId)
          Deletes the service component with the primary key from the database.
 ServiceComponent ServiceComponentLocalServiceBaseImpl.deleteServiceComponent(ServiceComponent serviceComponent)
          Deletes the service component from the database.
 ServiceComponent ServiceComponentLocalServiceBaseImpl.fetchServiceComponent(long serviceComponentId)
           
 ServiceComponent ServiceComponentLocalServiceBaseImpl.getServiceComponent(long serviceComponentId)
          Returns the service component with the primary key.
 ServiceComponent ServiceComponentLocalServiceBaseImpl.updateServiceComponent(ServiceComponent serviceComponent)
          Updates the service component in the database or adds it if it does not yet exist.
 ServiceComponent ServiceComponentLocalServiceBaseImpl.updateServiceComponent(ServiceComponent serviceComponent, boolean merge)
          Updates the service component in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service.base that return types with arguments of type ServiceComponent
 List<ServiceComponent> ServiceComponentLocalServiceBaseImpl.getServiceComponents(int start, int end)
          Returns a range of all the service components.
 

Methods in com.liferay.portal.service.base with parameters of type ServiceComponent
 ServiceComponent ServiceComponentLocalServiceBaseImpl.addServiceComponent(ServiceComponent serviceComponent)
          Adds the service component to the database.
 ServiceComponent ServiceComponentLocalServiceBaseImpl.deleteServiceComponent(ServiceComponent serviceComponent)
          Deletes the service component from the database.
 ServiceComponent ServiceComponentLocalServiceBaseImpl.updateServiceComponent(ServiceComponent serviceComponent)
          Updates the service component in the database or adds it if it does not yet exist.
 ServiceComponent ServiceComponentLocalServiceBaseImpl.updateServiceComponent(ServiceComponent serviceComponent, boolean merge)
          Updates the service component in the database or adds it if it does not yet exist.
 

Uses of ServiceComponent in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl that return ServiceComponent
 ServiceComponent ServiceComponentLocalServiceImpl.initServiceComponent(javax.servlet.ServletContext servletContext, ClassLoader classLoader, String buildNamespace, long buildNumber, long buildDate, boolean buildAutoUpgrade)
           
 

Methods in com.liferay.portal.service.impl with parameters of type ServiceComponent
protected  void ServiceComponentLocalServiceImpl.doUpgradeDB(ClassLoader classLoader, String buildNamespace, long buildNumber, boolean buildAutoUpgrade, ServiceComponent previousServiceComponent, String tablesSQL, String sequencesSQL, String indexesSQL)
           
 void ServiceComponentLocalServiceImpl.upgradeDB(ClassLoader classLoader, String buildNamespace, long buildNumber, boolean buildAutoUpgrade, ServiceComponent previousServiceComponent, String tablesSQL, String sequencesSQL, String indexesSQL)
           
 

Uses of ServiceComponent in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return ServiceComponent
 ServiceComponent ServiceComponentPersistence.create(long serviceComponentId)
          Creates a new service component with the primary key.
static ServiceComponent ServiceComponentUtil.create(long serviceComponentId)
          Creates a new service component with the primary key.
 ServiceComponent ServiceComponentPersistenceImpl.create(long serviceComponentId)
          Creates a new service component with the primary key.
 ServiceComponent ServiceComponentPersistence.fetchByBNS_BNU(String buildNamespace, long buildNumber)
          Returns the service component where buildNamespace = ? and buildNumber = ? or returns null if it could not be found.
static ServiceComponent ServiceComponentUtil.fetchByBNS_BNU(String buildNamespace, long buildNumber)
          Returns the service component where buildNamespace = ? and buildNumber = ? or returns null if it could not be found.
 ServiceComponent ServiceComponentPersistenceImpl.fetchByBNS_BNU(String buildNamespace, long buildNumber)
          Returns the service component where buildNamespace = ? and buildNumber = ? or returns null if it could not be found.
 ServiceComponent ServiceComponentPersistence.fetchByBNS_BNU(String buildNamespace, long buildNumber, boolean retrieveFromCache)
          Returns the service component where buildNamespace = ? and buildNumber = ? or returns null if it could not be found, optionally using the finder cache.
static ServiceComponent ServiceComponentUtil.fetchByBNS_BNU(String buildNamespace, long buildNumber, boolean retrieveFromCache)
          Returns the service component where buildNamespace = ? and buildNumber = ? or returns null if it could not be found, optionally using the finder cache.
 ServiceComponent ServiceComponentPersistenceImpl.fetchByBNS_BNU(String buildNamespace, long buildNumber, boolean retrieveFromCache)
          Returns the service component where buildNamespace = ? and buildNumber = ? or returns null if it could not be found, optionally using the finder cache.
 ServiceComponent ServiceComponentPersistence.fetchByBuildNamespace_First(String buildNamespace, OrderByComparator orderByComparator)
          Returns the first service component in the ordered set where buildNamespace = ?.
static ServiceComponent ServiceComponentUtil.fetchByBuildNamespace_First(String buildNamespace, OrderByComparator orderByComparator)
          Returns the first service component in the ordered set where buildNamespace = ?.
 ServiceComponent ServiceComponentPersistenceImpl.fetchByBuildNamespace_First(String buildNamespace, OrderByComparator orderByComparator)
          Returns the first service component in the ordered set where buildNamespace = ?.
 ServiceComponent ServiceComponentPersistence.fetchByBuildNamespace_Last(String buildNamespace, OrderByComparator orderByComparator)
          Returns the last service component in the ordered set where buildNamespace = ?.
static ServiceComponent ServiceComponentUtil.fetchByBuildNamespace_Last(String buildNamespace, OrderByComparator orderByComparator)
          Returns the last service component in the ordered set where buildNamespace = ?.
 ServiceComponent ServiceComponentPersistenceImpl.fetchByBuildNamespace_Last(String buildNamespace, OrderByComparator orderByComparator)
          Returns the last service component in the ordered set where buildNamespace = ?.
 ServiceComponent ServiceComponentPersistence.fetchByPrimaryKey(long serviceComponentId)
          Returns the service component with the primary key or returns null if it could not be found.
static ServiceComponent ServiceComponentUtil.fetchByPrimaryKey(long serviceComponentId)
          Returns the service component with the primary key or returns null if it could not be found.
 ServiceComponent ServiceComponentPersistenceImpl.fetchByPrimaryKey(long serviceComponentId)
          Returns the service component with the primary key or returns null if it could not be found.
 ServiceComponent ServiceComponentPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the service component with the primary key or returns null if it could not be found.
 ServiceComponent ServiceComponentPersistence.findByBNS_BNU(String buildNamespace, long buildNumber)
          Returns the service component where buildNamespace = ? and buildNumber = ? or throws a NoSuchServiceComponentException if it could not be found.
static ServiceComponent ServiceComponentUtil.findByBNS_BNU(String buildNamespace, long buildNumber)
          Returns the service component where buildNamespace = ? and buildNumber = ? or throws a NoSuchServiceComponentException if it could not be found.
 ServiceComponent ServiceComponentPersistenceImpl.findByBNS_BNU(String buildNamespace, long buildNumber)
          Returns the service component where buildNamespace = ? and buildNumber = ? or throws a NoSuchServiceComponentException if it could not be found.
 ServiceComponent ServiceComponentPersistence.findByBuildNamespace_First(String buildNamespace, OrderByComparator orderByComparator)
          Returns the first service component in the ordered set where buildNamespace = ?.
static ServiceComponent ServiceComponentUtil.findByBuildNamespace_First(String buildNamespace, OrderByComparator orderByComparator)
          Returns the first service component in the ordered set where buildNamespace = ?.
 ServiceComponent ServiceComponentPersistenceImpl.findByBuildNamespace_First(String buildNamespace, OrderByComparator orderByComparator)
          Returns the first service component in the ordered set where buildNamespace = ?.
 ServiceComponent ServiceComponentPersistence.findByBuildNamespace_Last(String buildNamespace, OrderByComparator orderByComparator)
          Returns the last service component in the ordered set where buildNamespace = ?.
static ServiceComponent ServiceComponentUtil.findByBuildNamespace_Last(String buildNamespace, OrderByComparator orderByComparator)
          Returns the last service component in the ordered set where buildNamespace = ?.
 ServiceComponent ServiceComponentPersistenceImpl.findByBuildNamespace_Last(String buildNamespace, OrderByComparator orderByComparator)
          Returns the last service component in the ordered set where buildNamespace = ?.
 ServiceComponent[] ServiceComponentPersistence.findByBuildNamespace_PrevAndNext(long serviceComponentId, String buildNamespace, OrderByComparator orderByComparator)
          Returns the service components before and after the current service component in the ordered set where buildNamespace = ?.
static ServiceComponent[] ServiceComponentUtil.findByBuildNamespace_PrevAndNext(long serviceComponentId, String buildNamespace, OrderByComparator orderByComparator)
          Returns the service components before and after the current service component in the ordered set where buildNamespace = ?.
 ServiceComponent[] ServiceComponentPersistenceImpl.findByBuildNamespace_PrevAndNext(long serviceComponentId, String buildNamespace, OrderByComparator orderByComparator)
          Returns the service components before and after the current service component in the ordered set where buildNamespace = ?.
 ServiceComponent ServiceComponentPersistence.findByPrimaryKey(long serviceComponentId)
          Returns the service component with the primary key or throws a NoSuchServiceComponentException if it could not be found.
static ServiceComponent ServiceComponentUtil.findByPrimaryKey(long serviceComponentId)
          Returns the service component with the primary key or throws a NoSuchServiceComponentException if it could not be found.
 ServiceComponent ServiceComponentPersistenceImpl.findByPrimaryKey(long serviceComponentId)
          Returns the service component with the primary key or throws a NoSuchServiceComponentException if it could not be found.
 ServiceComponent ServiceComponentPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the service component with the primary key or throws a NoSuchModelException if it could not be found.
protected  ServiceComponent ServiceComponentPersistenceImpl.getByBuildNamespace_PrevAndNext(Session session, ServiceComponent serviceComponent, String buildNamespace, OrderByComparator orderByComparator, boolean previous)
           
 ServiceComponent ServiceComponentPersistence.remove(long serviceComponentId)
          Removes the service component with the primary key from the database.
static ServiceComponent ServiceComponentUtil.remove(long serviceComponentId)
          Removes the service component with the primary key from the database.
 ServiceComponent ServiceComponentPersistenceImpl.remove(long serviceComponentId)
          Removes the service component with the primary key from the database.
 ServiceComponent ServiceComponentPersistenceImpl.remove(Serializable primaryKey)
          Removes the service component with the primary key from the database.
 ServiceComponent ServiceComponentPersistence.removeByBNS_BNU(String buildNamespace, long buildNumber)
          Removes the service component where buildNamespace = ? and buildNumber = ? from the database.
static ServiceComponent ServiceComponentUtil.removeByBNS_BNU(String buildNamespace, long buildNumber)
          Removes the service component where buildNamespace = ? and buildNumber = ? from the database.
 ServiceComponent ServiceComponentPersistenceImpl.removeByBNS_BNU(String buildNamespace, long buildNumber)
          Removes the service component where buildNamespace = ? and buildNumber = ? from the database.
protected  ServiceComponent ServiceComponentPersistenceImpl.removeImpl(ServiceComponent serviceComponent)
           
protected  ServiceComponent ServiceComponentPersistenceImpl.toUnwrappedModel(ServiceComponent serviceComponent)
           
static ServiceComponent ServiceComponentUtil.update(ServiceComponent serviceComponent, boolean merge)
           
static ServiceComponent ServiceComponentUtil.update(ServiceComponent serviceComponent, boolean merge, ServiceContext serviceContext)
           
 ServiceComponent ServiceComponentPersistence.updateImpl(ServiceComponent serviceComponent, boolean merge)
           
static ServiceComponent ServiceComponentUtil.updateImpl(ServiceComponent serviceComponent, boolean merge)
           
 ServiceComponent ServiceComponentPersistenceImpl.updateImpl(ServiceComponent serviceComponent, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type ServiceComponent
 List<ServiceComponent> ServiceComponentPersistence.findAll()
          Returns all the service components.
static List<ServiceComponent> ServiceComponentUtil.findAll()
          Returns all the service components.
 List<ServiceComponent> ServiceComponentPersistenceImpl.findAll()
          Returns all the service components.
 List<ServiceComponent> ServiceComponentPersistence.findAll(int start, int end)
          Returns a range of all the service components.
static List<ServiceComponent> ServiceComponentUtil.findAll(int start, int end)
          Returns a range of all the service components.
 List<ServiceComponent> ServiceComponentPersistenceImpl.findAll(int start, int end)
          Returns a range of all the service components.
 List<ServiceComponent> ServiceComponentPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the service components.
static List<ServiceComponent> ServiceComponentUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the service components.
 List<ServiceComponent> ServiceComponentPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the service components.
 List<ServiceComponent> ServiceComponentPersistence.findByBuildNamespace(String buildNamespace)
          Returns all the service components where buildNamespace = ?.
static List<ServiceComponent> ServiceComponentUtil.findByBuildNamespace(String buildNamespace)
          Returns all the service components where buildNamespace = ?.
 List<ServiceComponent> ServiceComponentPersistenceImpl.findByBuildNamespace(String buildNamespace)
          Returns all the service components where buildNamespace = ?.
 List<ServiceComponent> ServiceComponentPersistence.findByBuildNamespace(String buildNamespace, int start, int end)
          Returns a range of all the service components where buildNamespace = ?.
static List<ServiceComponent> ServiceComponentUtil.findByBuildNamespace(String buildNamespace, int start, int end)
          Returns a range of all the service components where buildNamespace = ?.
 List<ServiceComponent> ServiceComponentPersistenceImpl.findByBuildNamespace(String buildNamespace, int start, int end)
          Returns a range of all the service components where buildNamespace = ?.
 List<ServiceComponent> ServiceComponentPersistence.findByBuildNamespace(String buildNamespace, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the service components where buildNamespace = ?.
static List<ServiceComponent> ServiceComponentUtil.findByBuildNamespace(String buildNamespace, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the service components where buildNamespace = ?.
 List<ServiceComponent> ServiceComponentPersistenceImpl.findByBuildNamespace(String buildNamespace, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the service components where buildNamespace = ?.
static List<ServiceComponent> ServiceComponentUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<ServiceComponent> ServiceComponentUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<ServiceComponent> ServiceComponentUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type ServiceComponent
 void ServiceComponentPersistence.cacheResult(ServiceComponent serviceComponent)
          Caches the service component in the entity cache if it is enabled.
static void ServiceComponentUtil.cacheResult(ServiceComponent serviceComponent)
          Caches the service component in the entity cache if it is enabled.
 void ServiceComponentPersistenceImpl.cacheResult(ServiceComponent serviceComponent)
          Caches the service component in the entity cache if it is enabled.
protected  void ServiceComponentPersistenceImpl.cacheUniqueFindersCache(ServiceComponent serviceComponent)
           
static void ServiceComponentUtil.clearCache(ServiceComponent serviceComponent)
           
 void ServiceComponentPersistenceImpl.clearCache(ServiceComponent serviceComponent)
          Clears the cache for the service component.
protected  void ServiceComponentPersistenceImpl.clearUniqueFindersCache(ServiceComponent serviceComponent)
           
protected  ServiceComponent ServiceComponentPersistenceImpl.getByBuildNamespace_PrevAndNext(Session session, ServiceComponent serviceComponent, String buildNamespace, OrderByComparator orderByComparator, boolean previous)
           
protected  ServiceComponent ServiceComponentPersistenceImpl.removeImpl(ServiceComponent serviceComponent)
           
protected  ServiceComponent ServiceComponentPersistenceImpl.toUnwrappedModel(ServiceComponent serviceComponent)
           
static ServiceComponent ServiceComponentUtil.update(ServiceComponent serviceComponent, boolean merge)
           
static ServiceComponent ServiceComponentUtil.update(ServiceComponent serviceComponent, boolean merge, ServiceContext serviceContext)
           
 ServiceComponent ServiceComponentPersistence.updateImpl(ServiceComponent serviceComponent, boolean merge)
           
static ServiceComponent ServiceComponentUtil.updateImpl(ServiceComponent serviceComponent, boolean merge)
           
 ServiceComponent ServiceComponentPersistenceImpl.updateImpl(ServiceComponent serviceComponent, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type ServiceComponent
 void ServiceComponentPersistence.cacheResult(List<ServiceComponent> serviceComponents)
          Caches the service components in the entity cache if it is enabled.
static void ServiceComponentUtil.cacheResult(List<ServiceComponent> serviceComponents)
          Caches the service components in the entity cache if it is enabled.
 void ServiceComponentPersistenceImpl.cacheResult(List<ServiceComponent> serviceComponents)
          Caches the service components in the entity cache if it is enabled.
 void ServiceComponentPersistenceImpl.clearCache(List<ServiceComponent> serviceComponents)
           
 


Liferay 6.1.2-ce-ga3