Liferay 6.2-ce-ga5

com.liferay.portal.model
Interface ServiceComponent

All Superinterfaces:
BaseModel<ServiceComponent>, ClassedModel, Cloneable, Comparable<ServiceComponent>, PersistedModel, Serializable, ServiceComponentModel
All Known Implementing Classes:
ServiceComponentWrapper

@ProviderType
public interface ServiceComponent
extends ServiceComponentModel, PersistedModel

The extended model interface for the ServiceComponent service. Represents a row in the "ServiceComponent" database table, with each column mapped to a property of this class.

See Also:
ServiceComponentModel, ServiceComponentImpl, ServiceComponentModelImpl

Method Summary
 String getIndexesSQL()
           
 String getSequencesSQL()
           
 String getTablesSQL()
           
 
Methods inherited from interface com.liferay.portal.model.ServiceComponentModel
clone, compareTo, getBuildDate, getBuildNamespace, getBuildNumber, getData, getExpandoBridge, getPrimaryKey, getPrimaryKeyObj, getServiceComponentId, hashCode, isCachedModel, isEscapedModel, isNew, setBuildDate, setBuildNamespace, setBuildNumber, setCachedModel, setData, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKey, setPrimaryKeyObj, setServiceComponentId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getIndexesSQL

String getIndexesSQL()

getSequencesSQL

String getSequencesSQL()

getTablesSQL

String getTablesSQL()

Liferay 6.2-ce-ga5