|
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<SCProductEntry>
com.liferay.portlet.softwarecatalog.model.impl.SCProductEntryModelImpl
public class SCProductEntryModelImpl
The base model implementation for the SCProductEntry service. Represents a row in the "SCProductEntry" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface SCProductEntryModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in SCProductEntryImpl.
Never modify or reference this class directly. All methods that expect a s c product entry model instance should use the SCProductEntry interface instead.
SCProductEntryImpl,
SCProductEntry,
SCProductEntryModel,
Serialized Form| Field Summary | |
|---|---|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED_SCLICENSES_SCPRODUCTENTRIES
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
MAPPING_TABLE_SCLICENSES_SCPRODUCTENTRIES_NAME
|
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 | |
|---|---|
SCProductEntryModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(SCProductEntry scProductEntry)
|
boolean |
equals(Object obj)
|
String |
getAuthor()
Gets the author of this s c product entry. |
long |
getCompanyId()
Gets the company id of this s c product entry. |
Date |
getCreateDate()
Gets the create date of this s c product entry. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
Gets the group id of this s c product entry. |
String |
getLongDescription()
Gets the long description of this s c product entry. |
Date |
getModifiedDate()
Gets the modified date of this s c product entry. |
String |
getName()
Gets the name of this s c product entry. |
String |
getOriginalRepoArtifactId()
|
String |
getOriginalRepoGroupId()
|
String |
getPageURL()
Gets the page u r l of this s c product entry. |
long |
getPrimaryKey()
Gets the primary key of this s c product entry. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
long |
getProductEntryId()
Gets the product entry id of this s c product entry. |
String |
getRepoArtifactId()
Gets the repo artifact id of this s c product entry. |
String |
getRepoGroupId()
Gets the repo group id of this s c product entry. |
String |
getShortDescription()
Gets the short description of this s c product entry. |
String |
getTags()
Gets the tags of this s c product entry. |
String |
getType()
Gets the type of this s c product entry. |
long |
getUserId()
Gets the user id of this s c product entry. |
String |
getUserName()
Gets the user name of this s c product entry. |
String |
getUserUuid()
Gets the user uuid of this s c product entry. |
int |
hashCode()
|
void |
setAuthor(String author)
Sets the author of this s c product entry. |
void |
setCompanyId(long companyId)
Sets the company id of this s c product entry. |
void |
setCreateDate(Date createDate)
Sets the create date of this s c product entry. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setGroupId(long groupId)
Sets the group id of this s c product entry. |
void |
setLongDescription(String longDescription)
Sets the long description of this s c product entry. |
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this s c product entry. |
void |
setName(String name)
Sets the name of this s c product entry. |
void |
setPageURL(String pageURL)
Sets the page u r l of this s c product entry. |
void |
setPrimaryKey(long pk)
Sets the primary key of this s c product entry |
void |
setProductEntryId(long productEntryId)
Sets the product entry id of this s c product entry. |
void |
setRepoArtifactId(String repoArtifactId)
Sets the repo artifact id of this s c product entry. |
void |
setRepoGroupId(String repoGroupId)
Sets the repo group id of this s c product entry. |
void |
setShortDescription(String shortDescription)
Sets the short description of this s c product entry. |
void |
setTags(String tags)
Sets the tags of this s c product entry. |
void |
setType(String type)
Sets the type of this s c product entry. |
void |
setUserId(long userId)
Sets the user id of this s c product entry. |
void |
setUserName(String userName)
Sets the user name of this s c product entry. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this s c product entry. |
SCProductEntry |
toEscapedModel()
Gets a copy of this s c product entry as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
static SCProductEntry |
toModel(SCProductEntrySoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<SCProductEntry> |
toModels(SCProductEntrySoap[] soapModels)
Converts the soap model instances into normal model instances. |
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.portlet.softwarecatalog.model.SCProductEntryModel |
|---|
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 String MAPPING_TABLE_SCLICENSES_SCPRODUCTENTRIES_NAME
public static final boolean FINDER_CACHE_ENABLED_SCLICENSES_SCPRODUCTENTRIES
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public SCProductEntryModelImpl()
| Method Detail |
|---|
public static SCProductEntry toModel(SCProductEntrySoap soapModel)
soapModel - the soap model instance to convert
public static List<SCProductEntry> toModels(SCProductEntrySoap[] soapModels)
soapModels - the soap model instances to convert
public long getPrimaryKey()
SCProductEntryModel
getPrimaryKey in interface SCProductEntryModelpublic void setPrimaryKey(long pk)
SCProductEntryModel
setPrimaryKey in interface SCProductEntryModelpk - the primary key of this s c product entrypublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<SCProductEntry>getPrimaryKeyObj in interface SCProductEntryModelpublic long getProductEntryId()
SCProductEntryModel
getProductEntryId in interface SCProductEntryModelpublic void setProductEntryId(long productEntryId)
SCProductEntryModel
setProductEntryId in interface SCProductEntryModelproductEntryId - the product entry id of this s c product entrypublic long getGroupId()
SCProductEntryModel
getGroupId in interface SCProductEntryModelpublic void setGroupId(long groupId)
SCProductEntryModel
setGroupId in interface SCProductEntryModelgroupId - the group id of this s c product entrypublic long getCompanyId()
SCProductEntryModel
getCompanyId in interface SCProductEntryModelpublic void setCompanyId(long companyId)
SCProductEntryModel
setCompanyId in interface SCProductEntryModelcompanyId - the company id of this s c product entrypublic long getUserId()
SCProductEntryModel
getUserId in interface SCProductEntryModelpublic void setUserId(long userId)
SCProductEntryModel
setUserId in interface SCProductEntryModeluserId - the user id of this s c product entry
public String getUserUuid()
throws SystemException
SCProductEntryModel
getUserUuid in interface SCProductEntryModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
SCProductEntryModel
setUserUuid in interface SCProductEntryModeluserUuid - the user uuid of this s c product entrypublic String getUserName()
SCProductEntryModel
getUserName in interface SCProductEntryModelpublic void setUserName(String userName)
SCProductEntryModel
setUserName in interface SCProductEntryModeluserName - the user name of this s c product entrypublic Date getCreateDate()
SCProductEntryModel
getCreateDate in interface SCProductEntryModelpublic void setCreateDate(Date createDate)
SCProductEntryModel
setCreateDate in interface SCProductEntryModelcreateDate - the create date of this s c product entrypublic Date getModifiedDate()
SCProductEntryModel
getModifiedDate in interface SCProductEntryModelpublic void setModifiedDate(Date modifiedDate)
SCProductEntryModel
setModifiedDate in interface SCProductEntryModelmodifiedDate - the modified date of this s c product entrypublic String getName()
SCProductEntryModel
getName in interface SCProductEntryModelpublic void setName(String name)
SCProductEntryModel
setName in interface SCProductEntryModelname - the name of this s c product entrypublic String getType()
SCProductEntryModel
getType in interface SCProductEntryModelpublic void setType(String type)
SCProductEntryModel
setType in interface SCProductEntryModeltype - the type of this s c product entrypublic String getTags()
SCProductEntryModel
getTags in interface SCProductEntryModelpublic void setTags(String tags)
SCProductEntryModel
setTags in interface SCProductEntryModeltags - the tags of this s c product entrypublic String getShortDescription()
SCProductEntryModel
getShortDescription in interface SCProductEntryModelpublic void setShortDescription(String shortDescription)
SCProductEntryModel
setShortDescription in interface SCProductEntryModelshortDescription - the short description of this s c product entrypublic String getLongDescription()
SCProductEntryModel
getLongDescription in interface SCProductEntryModelpublic void setLongDescription(String longDescription)
SCProductEntryModel
setLongDescription in interface SCProductEntryModellongDescription - the long description of this s c product entrypublic String getPageURL()
SCProductEntryModel
getPageURL in interface SCProductEntryModelpublic void setPageURL(String pageURL)
SCProductEntryModel
setPageURL in interface SCProductEntryModelpageURL - the page u r l of this s c product entrypublic String getAuthor()
SCProductEntryModel
getAuthor in interface SCProductEntryModelpublic void setAuthor(String author)
SCProductEntryModel
setAuthor in interface SCProductEntryModelauthor - the author of this s c product entrypublic String getRepoGroupId()
SCProductEntryModel
getRepoGroupId in interface SCProductEntryModelpublic void setRepoGroupId(String repoGroupId)
SCProductEntryModel
setRepoGroupId in interface SCProductEntryModelrepoGroupId - the repo group id of this s c product entrypublic String getOriginalRepoGroupId()
public String getRepoArtifactId()
SCProductEntryModel
getRepoArtifactId in interface SCProductEntryModelpublic void setRepoArtifactId(String repoArtifactId)
SCProductEntryModel
setRepoArtifactId in interface SCProductEntryModelrepoArtifactId - the repo artifact id of this s c product entrypublic String getOriginalRepoArtifactId()
public SCProductEntry toEscapedModel()
SCProductEntryModelAutoEscapeBeanHandler.
toEscapedModel in interface SCProductEntryModelAutoEscapeBeanHandlerpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<SCProductEntry>getExpandoBridge in interface SCProductEntryModelgetExpandoBridge in class BaseModelImpl<SCProductEntry>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<SCProductEntry>setExpandoBridgeAttributes in interface SCProductEntryModelsetExpandoBridgeAttributes in class BaseModelImpl<SCProductEntry>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<SCProductEntry>clone in interface SCProductEntryModelclone in class BaseModelImpl<SCProductEntry>public int compareTo(SCProductEntry scProductEntry)
compareTo in interface SCProductEntryModelcompareTo in interface Comparable<SCProductEntry>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface SCProductEntryModelhashCode in class Objectpublic String toString()
toString in interface SCProductEntryModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<SCProductEntry>toXmlString in interface SCProductEntryModel
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||