|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<ServiceComponent>
com.liferay.portal.model.impl.ServiceComponentModelImpl
public class ServiceComponentModelImpl
The base model implementation for the ServiceComponent service. Represents a row in the "ServiceComponent" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface ServiceComponentModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in ServiceComponentImpl.
Never modify or reference this class directly. All methods that expect a service component model instance should use the ServiceComponent interface instead.
ServiceComponentImpl,
ServiceComponent,
ServiceComponentModel,
Serialized Form| Field Summary | |
|---|---|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
| Constructor Summary | |
|---|---|
ServiceComponentModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(ServiceComponent serviceComponent)
|
boolean |
equals(Object obj)
|
long |
getBuildDate()
Gets the build date of this service component. |
String |
getBuildNamespace()
Gets the build namespace of this service component. |
long |
getBuildNumber()
Gets the build number of this service component. |
String |
getData()
Gets the data of this service component. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
String |
getOriginalBuildNamespace()
|
long |
getOriginalBuildNumber()
|
long |
getPrimaryKey()
Gets the primary key of this service component. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
long |
getServiceComponentId()
Gets the service component id of this service component. |
int |
hashCode()
|
void |
setBuildDate(long buildDate)
Sets the build date of this service component. |
void |
setBuildNamespace(String buildNamespace)
Sets the build namespace of this service component. |
void |
setBuildNumber(long buildNumber)
Sets the build number of this service component. |
void |
setData(String data)
Sets the data of this service component. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setPrimaryKey(long pk)
Sets the primary key of this service component |
void |
setServiceComponentId(long serviceComponentId)
Sets the service component id of this service component. |
ServiceComponent |
toEscapedModel()
Gets a copy of this service component as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.model.ServiceComponentModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| Field Detail |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public ServiceComponentModelImpl()
| Method Detail |
|---|
public long getPrimaryKey()
ServiceComponentModel
getPrimaryKey in interface ServiceComponentModelpublic void setPrimaryKey(long pk)
ServiceComponentModel
setPrimaryKey in interface ServiceComponentModelpk - the primary key of this service componentpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<ServiceComponent>getPrimaryKeyObj in interface ServiceComponentModelpublic long getServiceComponentId()
ServiceComponentModel
getServiceComponentId in interface ServiceComponentModelpublic void setServiceComponentId(long serviceComponentId)
ServiceComponentModel
setServiceComponentId in interface ServiceComponentModelserviceComponentId - the service component id of this service componentpublic String getBuildNamespace()
ServiceComponentModel
getBuildNamespace in interface ServiceComponentModelpublic void setBuildNamespace(String buildNamespace)
ServiceComponentModel
setBuildNamespace in interface ServiceComponentModelbuildNamespace - the build namespace of this service componentpublic String getOriginalBuildNamespace()
public long getBuildNumber()
ServiceComponentModel
getBuildNumber in interface ServiceComponentModelpublic void setBuildNumber(long buildNumber)
ServiceComponentModel
setBuildNumber in interface ServiceComponentModelbuildNumber - the build number of this service componentpublic long getOriginalBuildNumber()
public long getBuildDate()
ServiceComponentModel
getBuildDate in interface ServiceComponentModelpublic void setBuildDate(long buildDate)
ServiceComponentModel
setBuildDate in interface ServiceComponentModelbuildDate - the build date of this service componentpublic String getData()
ServiceComponentModel
getData in interface ServiceComponentModelpublic void setData(String data)
ServiceComponentModel
setData in interface ServiceComponentModeldata - the data of this service componentpublic ServiceComponent toEscapedModel()
ServiceComponentModelAutoEscapeBeanHandler.
toEscapedModel in interface ServiceComponentModelAutoEscapeBeanHandlerpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<ServiceComponent>getExpandoBridge in interface ServiceComponentModelgetExpandoBridge in class BaseModelImpl<ServiceComponent>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<ServiceComponent>setExpandoBridgeAttributes in interface ServiceComponentModelsetExpandoBridgeAttributes in class BaseModelImpl<ServiceComponent>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<ServiceComponent>clone in interface ServiceComponentModelclone in class BaseModelImpl<ServiceComponent>public int compareTo(ServiceComponent serviceComponent)
compareTo in interface ServiceComponentModelcompareTo in interface Comparable<ServiceComponent>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface ServiceComponentModelhashCode in class Objectpublic String toString()
toString in interface ServiceComponentModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<ServiceComponent>toXmlString in interface ServiceComponentModel
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||