Liferay 6.0.5

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

Packages that use ServiceComponent
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.service   
com.liferay.portal.service.base   
com.liferay.portal.service.impl   
com.liferay.portal.service.persistence   
 

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.getWrappedServiceComponent()
           
 ServiceComponent ServiceComponentWrapper.toEscapedModel()
           
 ServiceComponent ServiceComponentModel.toEscapedModel()
          Gets a copy of this service component as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

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

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 ServiceComponentImpl
           
 

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

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 ServiceComponentLocalServiceWrapper.addServiceComponent(ServiceComponent serviceComponent)
          Adds the service component to the database.
static ServiceComponent ServiceComponentLocalServiceUtil.addServiceComponent(ServiceComponent serviceComponent)
          Adds the service component to the database.
 ServiceComponent ServiceComponentLocalService.addServiceComponent(ServiceComponent serviceComponent)
          Adds the service component to the database.
 ServiceComponent ServiceComponentLocalServiceWrapper.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 ServiceComponentLocalService.createServiceComponent(long serviceComponentId)
          Creates a new service component with the primary key.
 ServiceComponent ServiceComponentLocalServiceWrapper.getServiceComponent(long serviceComponentId)
          Gets the service component with the primary key.
static ServiceComponent ServiceComponentLocalServiceUtil.getServiceComponent(long serviceComponentId)
          Gets the service component with the primary key.
 ServiceComponent ServiceComponentLocalService.getServiceComponent(long serviceComponentId)
          Gets the service component with the primary key.
 ServiceComponent ServiceComponentLocalServiceWrapper.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 ServiceComponentLocalService.initServiceComponent(javax.servlet.ServletContext servletContext, ClassLoader classLoader, String buildNamespace, long buildNumber, long buildDate, boolean buildAutoUpgrade)
           
 ServiceComponent ServiceComponentLocalServiceWrapper.updateServiceComponent(ServiceComponent serviceComponent)
          Updates the service component in the database.
static ServiceComponent ServiceComponentLocalServiceUtil.updateServiceComponent(ServiceComponent serviceComponent)
          Updates the service component in the database.
 ServiceComponent ServiceComponentLocalService.updateServiceComponent(ServiceComponent serviceComponent)
          Updates the service component in the database.
 ServiceComponent ServiceComponentLocalServiceWrapper.updateServiceComponent(ServiceComponent serviceComponent, boolean merge)
          Updates the service component in the database.
static ServiceComponent ServiceComponentLocalServiceUtil.updateServiceComponent(ServiceComponent serviceComponent, boolean merge)
          Updates the service component in the database.
 ServiceComponent ServiceComponentLocalService.updateServiceComponent(ServiceComponent serviceComponent, boolean merge)
          Updates the service component in the database.
 

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

Methods in com.liferay.portal.service with parameters of type ServiceComponent
 ServiceComponent ServiceComponentLocalServiceWrapper.addServiceComponent(ServiceComponent serviceComponent)
          Adds the service component to the database.
static ServiceComponent ServiceComponentLocalServiceUtil.addServiceComponent(ServiceComponent serviceComponent)
          Adds the service component to the database.
 ServiceComponent ServiceComponentLocalService.addServiceComponent(ServiceComponent serviceComponent)
          Adds the service component to the database.
 void ServiceComponentLocalServiceWrapper.deleteServiceComponent(ServiceComponent serviceComponent)
          Deletes the service component from the database.
static void ServiceComponentLocalServiceUtil.deleteServiceComponent(ServiceComponent serviceComponent)
          Deletes the service component from the database.
 void ServiceComponentLocalService.deleteServiceComponent(ServiceComponent serviceComponent)
          Deletes the service component from the database.
 ServiceComponent ServiceComponentLocalServiceWrapper.updateServiceComponent(ServiceComponent serviceComponent)
          Updates the service component in the database.
static ServiceComponent ServiceComponentLocalServiceUtil.updateServiceComponent(ServiceComponent serviceComponent)
          Updates the service component in the database.
 ServiceComponent ServiceComponentLocalService.updateServiceComponent(ServiceComponent serviceComponent)
          Updates the service component in the database.
 ServiceComponent ServiceComponentLocalServiceWrapper.updateServiceComponent(ServiceComponent serviceComponent, boolean merge)
          Updates the service component in the database.
static ServiceComponent ServiceComponentLocalServiceUtil.updateServiceComponent(ServiceComponent serviceComponent, boolean merge)
          Updates the service component in the database.
 ServiceComponent ServiceComponentLocalService.updateServiceComponent(ServiceComponent serviceComponent, boolean merge)
          Updates the service component in the database.
 void ServiceComponentLocalServiceWrapper.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 ServiceComponentLocalService.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.getServiceComponent(long serviceComponentId)
          Gets the service component with the primary key.
 ServiceComponent ServiceComponentLocalServiceBaseImpl.updateServiceComponent(ServiceComponent serviceComponent)
          Updates the service component in the database.
 ServiceComponent ServiceComponentLocalServiceBaseImpl.updateServiceComponent(ServiceComponent serviceComponent, boolean merge)
          Updates the service component in the database.
 

Methods in com.liferay.portal.service.base that return types with arguments of type ServiceComponent
 List<ServiceComponent> ServiceComponentLocalServiceBaseImpl.getServiceComponents(int start, int end)
          Gets 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.
 void ServiceComponentLocalServiceBaseImpl.deleteServiceComponent(ServiceComponent serviceComponent)
          Deletes the service component from the database.
 ServiceComponent ServiceComponentLocalServiceBaseImpl.updateServiceComponent(ServiceComponent serviceComponent)
          Updates the service component in the database.
 ServiceComponent ServiceComponentLocalServiceBaseImpl.updateServiceComponent(ServiceComponent serviceComponent, boolean merge)
          Updates the service component in the database.
 

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
 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
static ServiceComponent ServiceComponentUtil.create(long serviceComponentId)
          Creates a new service component with the primary key.
 ServiceComponent ServiceComponentPersistence.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.
static ServiceComponent ServiceComponentUtil.fetchByBNS_BNU(String buildNamespace, long buildNumber)
          Finds the service component where buildNamespace = ? and buildNumber = ? or returns null if it could not be found.
 ServiceComponent ServiceComponentPersistence.fetchByBNS_BNU(String buildNamespace, long buildNumber)
          Finds the service component where buildNamespace = ? and buildNumber = ? or returns null if it could not be found.
 ServiceComponent ServiceComponentPersistenceImpl.fetchByBNS_BNU(String buildNamespace, long buildNumber)
          Finds 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, boolean retrieveFromCache)
          Finds the service component where buildNamespace = ? and buildNumber = ? or returns null if it could not be found, optionally using the finder cache.
 ServiceComponent ServiceComponentPersistence.fetchByBNS_BNU(String buildNamespace, long buildNumber, boolean retrieveFromCache)
          Finds 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)
          Finds the service component where buildNamespace = ? and buildNumber = ? or returns null if it could not be found, optionally using the finder cache.
static ServiceComponent ServiceComponentUtil.fetchByPrimaryKey(long serviceComponentId)
          Finds the service component with the primary key or returns null if it could not be found.
 ServiceComponent ServiceComponentPersistence.fetchByPrimaryKey(long serviceComponentId)
          Finds the service component with the primary key or returns null if it could not be found.
 ServiceComponent ServiceComponentPersistenceImpl.fetchByPrimaryKey(long serviceComponentId)
          Finds the service component with the primary key or returns null if it could not be found.
 ServiceComponent ServiceComponentPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the service component with the primary key or returns null if it could not be found.
static ServiceComponent ServiceComponentUtil.findByBNS_BNU(String buildNamespace, long buildNumber)
          Finds the service component where buildNamespace = ? and buildNumber = ? or throws a NoSuchServiceComponentException if it could not be found.
 ServiceComponent ServiceComponentPersistence.findByBNS_BNU(String buildNamespace, long buildNumber)
          Finds 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)
          Finds the service component where buildNamespace = ? and buildNumber = ? or throws a NoSuchServiceComponentException if it could not be found.
static ServiceComponent ServiceComponentUtil.findByBuildNamespace_First(String buildNamespace, OrderByComparator orderByComparator)
          Finds the first service component in the ordered set where buildNamespace = ?.
 ServiceComponent ServiceComponentPersistence.findByBuildNamespace_First(String buildNamespace, OrderByComparator orderByComparator)
          Finds the first service component in the ordered set where buildNamespace = ?.
 ServiceComponent ServiceComponentPersistenceImpl.findByBuildNamespace_First(String buildNamespace, OrderByComparator orderByComparator)
          Finds the first service component in the ordered set where buildNamespace = ?.
static ServiceComponent ServiceComponentUtil.findByBuildNamespace_Last(String buildNamespace, OrderByComparator orderByComparator)
          Finds the last service component in the ordered set where buildNamespace = ?.
 ServiceComponent ServiceComponentPersistence.findByBuildNamespace_Last(String buildNamespace, OrderByComparator orderByComparator)
          Finds the last service component in the ordered set where buildNamespace = ?.
 ServiceComponent ServiceComponentPersistenceImpl.findByBuildNamespace_Last(String buildNamespace, OrderByComparator orderByComparator)
          Finds the last service component in the ordered set where buildNamespace = ?.
static ServiceComponent[] ServiceComponentUtil.findByBuildNamespace_PrevAndNext(long serviceComponentId, String buildNamespace, OrderByComparator orderByComparator)
          Finds the service components before and after the current service component in the ordered set where buildNamespace = ?.
 ServiceComponent[] ServiceComponentPersistence.findByBuildNamespace_PrevAndNext(long serviceComponentId, String buildNamespace, OrderByComparator orderByComparator)
          Finds 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)
          Finds the service components before and after the current service component in the ordered set where buildNamespace = ?.
static ServiceComponent ServiceComponentUtil.findByPrimaryKey(long serviceComponentId)
          Finds the service component with the primary key or throws a NoSuchServiceComponentException if it could not be found.
 ServiceComponent ServiceComponentPersistence.findByPrimaryKey(long serviceComponentId)
          Finds the service component with the primary key or throws a NoSuchServiceComponentException if it could not be found.
 ServiceComponent ServiceComponentPersistenceImpl.findByPrimaryKey(long serviceComponentId)
          Finds the service component with the primary key or throws a NoSuchServiceComponentException if it could not be found.
 ServiceComponent ServiceComponentPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds 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)
           
static ServiceComponent ServiceComponentUtil.remove(long serviceComponentId)
          Removes the service component with the primary key from the database.
 ServiceComponent ServiceComponentPersistence.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.
static ServiceComponent ServiceComponentUtil.remove(ServiceComponent serviceComponent)
           
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)
           
static ServiceComponent ServiceComponentUtil.updateImpl(ServiceComponent serviceComponent, boolean merge)
           
 ServiceComponent ServiceComponentPersistence.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
static List<ServiceComponent> ServiceComponentUtil.findAll()
          Finds all the service components.
 List<ServiceComponent> ServiceComponentPersistence.findAll()
          Finds all the service components.
 List<ServiceComponent> ServiceComponentPersistenceImpl.findAll()
          Finds all the service components.
static List<ServiceComponent> ServiceComponentUtil.findAll(int start, int end)
          Finds a range of all the service components.
 List<ServiceComponent> ServiceComponentPersistence.findAll(int start, int end)
          Finds a range of all the service components.
 List<ServiceComponent> ServiceComponentPersistenceImpl.findAll(int start, int end)
          Finds a range of all the service components.
static List<ServiceComponent> ServiceComponentUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the service components.
 List<ServiceComponent> ServiceComponentPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the service components.
 List<ServiceComponent> ServiceComponentPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the service components.
static List<ServiceComponent> ServiceComponentUtil.findByBuildNamespace(String buildNamespace)
          Finds all the service components where buildNamespace = ?.
 List<ServiceComponent> ServiceComponentPersistence.findByBuildNamespace(String buildNamespace)
          Finds all the service components where buildNamespace = ?.
 List<ServiceComponent> ServiceComponentPersistenceImpl.findByBuildNamespace(String buildNamespace)
          Finds all the service components where buildNamespace = ?.
static List<ServiceComponent> ServiceComponentUtil.findByBuildNamespace(String buildNamespace, int start, int end)
          Finds a range of all the service components where buildNamespace = ?.
 List<ServiceComponent> ServiceComponentPersistence.findByBuildNamespace(String buildNamespace, int start, int end)
          Finds a range of all the service components where buildNamespace = ?.
 List<ServiceComponent> ServiceComponentPersistenceImpl.findByBuildNamespace(String buildNamespace, int start, int end)
          Finds a range of all the service components where buildNamespace = ?.
static List<ServiceComponent> ServiceComponentUtil.findByBuildNamespace(String buildNamespace, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the service components where buildNamespace = ?.
 List<ServiceComponent> ServiceComponentPersistence.findByBuildNamespace(String buildNamespace, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the service components where buildNamespace = ?.
 List<ServiceComponent> ServiceComponentPersistenceImpl.findByBuildNamespace(String buildNamespace, int start, int end, OrderByComparator orderByComparator)
          Finds 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
static void ServiceComponentUtil.cacheResult(ServiceComponent serviceComponent)
          Caches the service component in the entity cache if it is enabled.
 void ServiceComponentPersistence.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.
static void ServiceComponentUtil.clearCache(ServiceComponent serviceComponent)
           
 void ServiceComponentPersistenceImpl.clearCache(ServiceComponent serviceComponent)
          Clears the cache for the service component.
protected  ServiceComponent ServiceComponentPersistenceImpl.getByBuildNamespace_PrevAndNext(Session session, ServiceComponent serviceComponent, String buildNamespace, OrderByComparator orderByComparator, boolean previous)
           
static ServiceComponent ServiceComponentUtil.remove(ServiceComponent serviceComponent)
           
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)
           
static ServiceComponent ServiceComponentUtil.updateImpl(ServiceComponent serviceComponent, boolean merge)
           
 ServiceComponent ServiceComponentPersistence.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
static void ServiceComponentUtil.cacheResult(List<ServiceComponent> serviceComponents)
          Caches the service components in the entity cache if it is enabled.
 void ServiceComponentPersistence.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.
 


Liferay 6.0.5