|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<ShoppingCategory>
com.liferay.portlet.shopping.model.impl.ShoppingCategoryModelImpl
public class ShoppingCategoryModelImpl
This interface is a model that represents the ShoppingCategory table in the database.
ShoppingCategoryImpl,
ShoppingCategory,
ShoppingCategoryModel,
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 | |
|---|---|
ShoppingCategoryModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(ShoppingCategory shoppingCategory)
|
boolean |
equals(Object obj)
|
long |
getCategoryId()
|
long |
getCompanyId()
|
Date |
getCreateDate()
|
String |
getDescription()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
|
Date |
getModifiedDate()
|
String |
getName()
|
long |
getParentCategoryId()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
int |
hashCode()
|
void |
setCategoryId(long categoryId)
|
void |
setCompanyId(long companyId)
|
void |
setCreateDate(Date createDate)
|
void |
setDescription(String description)
|
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)
|
void |
setModifiedDate(Date modifiedDate)
|
void |
setName(String name)
|
void |
setParentCategoryId(long parentCategoryId)
|
void |
setPrimaryKey(long pk)
|
void |
setUserId(long userId)
|
void |
setUserName(String userName)
|
void |
setUserUuid(String userUuid)
|
ShoppingCategory |
toEscapedModel()
|
static ShoppingCategory |
toModel(ShoppingCategorySoap soapModel)
|
static List<ShoppingCategory> |
toModels(ShoppingCategorySoap[] soapModels)
|
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.shopping.model.ShoppingCategoryModel |
|---|
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 ShoppingCategoryModelImpl()
| Method Detail |
|---|
public static ShoppingCategory toModel(ShoppingCategorySoap soapModel)
public static List<ShoppingCategory> toModels(ShoppingCategorySoap[] soapModels)
public long getPrimaryKey()
getPrimaryKey in interface ShoppingCategoryModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface ShoppingCategoryModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<ShoppingCategory>getPrimaryKeyObj in interface ShoppingCategoryModelpublic long getCategoryId()
getCategoryId in interface ShoppingCategoryModelpublic void setCategoryId(long categoryId)
setCategoryId in interface ShoppingCategoryModelpublic long getGroupId()
getGroupId in interface ShoppingCategoryModelpublic void setGroupId(long groupId)
setGroupId in interface ShoppingCategoryModelpublic long getCompanyId()
getCompanyId in interface ShoppingCategoryModelpublic void setCompanyId(long companyId)
setCompanyId in interface ShoppingCategoryModelpublic long getUserId()
getUserId in interface ShoppingCategoryModelpublic void setUserId(long userId)
setUserId in interface ShoppingCategoryModel
public String getUserUuid()
throws SystemException
getUserUuid in interface ShoppingCategoryModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface ShoppingCategoryModelpublic String getUserName()
getUserName in interface ShoppingCategoryModelpublic void setUserName(String userName)
setUserName in interface ShoppingCategoryModelpublic Date getCreateDate()
getCreateDate in interface ShoppingCategoryModelpublic void setCreateDate(Date createDate)
setCreateDate in interface ShoppingCategoryModelpublic Date getModifiedDate()
getModifiedDate in interface ShoppingCategoryModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface ShoppingCategoryModelpublic long getParentCategoryId()
getParentCategoryId in interface ShoppingCategoryModelpublic void setParentCategoryId(long parentCategoryId)
setParentCategoryId in interface ShoppingCategoryModelpublic String getName()
getName in interface ShoppingCategoryModelpublic void setName(String name)
setName in interface ShoppingCategoryModelpublic String getDescription()
getDescription in interface ShoppingCategoryModelpublic void setDescription(String description)
setDescription in interface ShoppingCategoryModelpublic ShoppingCategory toEscapedModel()
toEscapedModel in interface ShoppingCategoryModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<ShoppingCategory>getExpandoBridge in interface ShoppingCategoryModelgetExpandoBridge in class BaseModelImpl<ShoppingCategory>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<ShoppingCategory>setExpandoBridgeAttributes in interface ShoppingCategoryModelsetExpandoBridgeAttributes in class BaseModelImpl<ShoppingCategory>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<ShoppingCategory>clone in interface ShoppingCategoryModelclone in class BaseModelImpl<ShoppingCategory>public int compareTo(ShoppingCategory shoppingCategory)
compareTo in interface ShoppingCategoryModelcompareTo in interface Comparable<ShoppingCategory>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface ShoppingCategoryModelhashCode in class Objectpublic String toString()
toString in interface ShoppingCategoryModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<ShoppingCategory>toXmlString in interface ShoppingCategoryModel
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||