|
Liferay 6.2.0-ce-rc3 | |||||||||
| 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
@JSON(strict=true) 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.
SCProductEntryImpl,
SCProductEntry,
SCProductEntryModel,
Serialized Form| Field Summary | |
|---|---|
static boolean |
COLUMN_BITMASK_ENABLED
|
static long |
COMPANYID_COLUMN_BITMASK
|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED_SCLICENSES_SCPRODUCTENTRIES
|
static long |
GROUPID_COLUMN_BITMASK
|
static long |
LOCK_EXPIRATION_TIME
|
static Object[][] |
MAPPING_TABLE_SCLICENSES_SCPRODUCTENTRIES_COLUMNS
|
static String |
MAPPING_TABLE_SCLICENSES_SCPRODUCTENTRIES_NAME
|
static String |
MAPPING_TABLE_SCLICENSES_SCPRODUCTENTRIES_SQL_CREATE
|
static long |
MODIFIEDDATE_COLUMN_BITMASK
|
static long |
NAME_COLUMN_BITMASK
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static long |
REPOARTIFACTID_COLUMN_BITMASK
|
static long |
REPOGROUPID_COLUMN_BITMASK
|
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
|
static long |
USERID_COLUMN_BITMASK
|
| 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()
Returns the author of this s c product entry. |
long |
getColumnBitmask()
|
long |
getCompanyId()
Returns the company ID of this s c product entry. |
Date |
getCreateDate()
Returns the create date of this s c product entry. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getGroupId()
Returns the group ID of this s c product entry. |
String |
getLongDescription()
Returns the long description of this s c product entry. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Returns the modified date of this s c product entry. |
String |
getName()
Returns the name of this s c product entry. |
long |
getOriginalCompanyId()
|
long |
getOriginalGroupId()
|
String |
getOriginalRepoArtifactId()
|
String |
getOriginalRepoGroupId()
|
long |
getOriginalUserId()
|
String |
getPageURL()
Returns the page u r l of this s c product entry. |
long |
getPrimaryKey()
Returns the primary key of this s c product entry. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getProductEntryId()
Returns the product entry ID of this s c product entry. |
String |
getRepoArtifactId()
Returns the repo artifact ID of this s c product entry. |
String |
getRepoGroupId()
Returns the repo group ID of this s c product entry. |
String |
getShortDescription()
Returns the short description of this s c product entry. |
String |
getTags()
Returns the tags of this s c product entry. |
String |
getType()
Returns the type of this s c product entry. |
long |
getUserId()
Returns the user ID of this s c product entry. |
String |
getUserName()
Returns the user name of this s c product entry. |
String |
getUserUuid()
Returns the user uuid of this s c product entry. |
int |
hashCode()
|
void |
resetOriginalValues()
Reset all original fields to current values. |
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 |
setModelAttributes(Map<String,Object> attributes)
|
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 primaryKey)
Sets the primary key of this s c product entry. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
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. |
CacheModel<SCProductEntry> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
SCProductEntry |
toEscapedModel()
Returns a copy of this entity 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()
Returns the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| 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, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| 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 boolean COLUMN_BITMASK_ENABLED
public static long COMPANYID_COLUMN_BITMASK
public static long GROUPID_COLUMN_BITMASK
public static long REPOARTIFACTID_COLUMN_BITMASK
public static long REPOGROUPID_COLUMN_BITMASK
public static long USERID_COLUMN_BITMASK
public static long MODIFIEDDATE_COLUMN_BITMASK
public static long NAME_COLUMN_BITMASK
public static final String MAPPING_TABLE_SCLICENSES_SCPRODUCTENTRIES_NAME
public static final Object[][] MAPPING_TABLE_SCLICENSES_SCPRODUCTENTRIES_COLUMNS
public static final String MAPPING_TABLE_SCLICENSES_SCPRODUCTENTRIES_SQL_CREATE
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 primaryKey)
SCProductEntryModel
setPrimaryKey in interface SCProductEntryModelprimaryKey - the primary key of this s c product entrypublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<SCProductEntry>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface SCProductEntryModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<SCProductEntry>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface SCProductEntryModelprimaryKeyObj - the primary key of this model instancepublic Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<SCProductEntry>getModelAttributes in class BaseModelImpl<SCProductEntry>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<SCProductEntry>setModelAttributes in class BaseModelImpl<SCProductEntry>@JSON public 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 entry@JSON public long getGroupId()
SCProductEntryModel
getGroupId in interface GroupedModelgetGroupId in interface SCProductEntryModelpublic void setGroupId(long groupId)
SCProductEntryModel
setGroupId in interface GroupedModelsetGroupId in interface SCProductEntryModelgroupId - the group ID of this s c product entrypublic long getOriginalGroupId()
@JSON public long getCompanyId()
SCProductEntryModel
getCompanyId in interface AuditedModelgetCompanyId in interface SCProductEntryModelpublic void setCompanyId(long companyId)
SCProductEntryModel
setCompanyId in interface AuditedModelsetCompanyId in interface SCProductEntryModelcompanyId - the company ID of this s c product entrypublic long getOriginalCompanyId()
@JSON public long getUserId()
SCProductEntryModel
getUserId in interface AuditedModelgetUserId in interface SCProductEntryModelpublic void setUserId(long userId)
SCProductEntryModel
setUserId in interface AuditedModelsetUserId in interface SCProductEntryModeluserId - the user ID of this s c product entry
public String getUserUuid()
throws SystemException
SCProductEntryModel
getUserUuid in interface AuditedModelgetUserUuid in interface SCProductEntryModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
SCProductEntryModel
setUserUuid in interface AuditedModelsetUserUuid in interface SCProductEntryModeluserUuid - the user uuid of this s c product entrypublic long getOriginalUserId()
@JSON public String getUserName()
SCProductEntryModel
getUserName in interface AuditedModelgetUserName in interface SCProductEntryModelpublic void setUserName(String userName)
SCProductEntryModel
setUserName in interface AuditedModelsetUserName in interface SCProductEntryModeluserName - the user name of this s c product entry@JSON public Date getCreateDate()
SCProductEntryModel
getCreateDate in interface AuditedModelgetCreateDate in interface SCProductEntryModelpublic void setCreateDate(Date createDate)
SCProductEntryModel
setCreateDate in interface AuditedModelsetCreateDate in interface SCProductEntryModelcreateDate - the create date of this s c product entry@JSON public Date getModifiedDate()
SCProductEntryModel
getModifiedDate in interface AuditedModelgetModifiedDate in interface SCProductEntryModelpublic void setModifiedDate(Date modifiedDate)
SCProductEntryModel
setModifiedDate in interface AuditedModelsetModifiedDate in interface SCProductEntryModelmodifiedDate - the modified date of this s c product entry@JSON public String getName()
SCProductEntryModel
getName in interface SCProductEntryModelpublic void setName(String name)
SCProductEntryModel
setName in interface SCProductEntryModelname - the name of this s c product entry@JSON public String getType()
SCProductEntryModel
getType in interface SCProductEntryModelpublic void setType(String type)
SCProductEntryModel
setType in interface SCProductEntryModeltype - the type of this s c product entry@JSON public String getTags()
SCProductEntryModel
getTags in interface SCProductEntryModelpublic void setTags(String tags)
SCProductEntryModel
setTags in interface SCProductEntryModeltags - the tags of this s c product entry@JSON public String getShortDescription()
SCProductEntryModel
getShortDescription in interface SCProductEntryModelpublic void setShortDescription(String shortDescription)
SCProductEntryModel
setShortDescription in interface SCProductEntryModelshortDescription - the short description of this s c product entry@JSON public String getLongDescription()
SCProductEntryModel
getLongDescription in interface SCProductEntryModelpublic void setLongDescription(String longDescription)
SCProductEntryModel
setLongDescription in interface SCProductEntryModellongDescription - the long description of this s c product entry@JSON public 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 entry@JSON public String getAuthor()
SCProductEntryModel
getAuthor in interface SCProductEntryModelpublic void setAuthor(String author)
SCProductEntryModel
setAuthor in interface SCProductEntryModelauthor - the author of this s c product entry@JSON public 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()
@JSON 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 long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<SCProductEntry>getExpandoBridge in interface ClassedModelgetExpandoBridge 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 be appliedServiceContext.getExpandoBridgeAttributes(
)public SCProductEntry toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<SCProductEntry>toEscapedModel in interface SCProductEntryModeltoEscapedModel in class BaseModelImpl<SCProductEntry>AutoEscapeBeanHandlerpublic 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 void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<SCProductEntry>resetOriginalValues in class BaseModelImpl<SCProductEntry>public CacheModel<SCProductEntry> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<SCProductEntry>toCacheModel in interface SCProductEntryModeltoCacheModel in class BaseModelImpl<SCProductEntry>public String toString()
toString in interface SCProductEntryModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<SCProductEntry>toXmlString in interface SCProductEntryModel
|
Liferay 6.2.0-ce-rc3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||