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.service This package defines the portal service interfaces and classes. 
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.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.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 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 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 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 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 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 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 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 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[] 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 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 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 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.
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)
           
 

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> 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> 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> 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> 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> 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 = ?.
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.
static void ServiceComponentUtil.clearCache(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)
           
 

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.
 


Liferay 6.1.2-ce-ga3