|
Liferay 6.0-ee-sp2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.social.model.SocialEquitySettingWrapper
public class SocialEquitySettingWrapper
This class is a wrapper for SocialEquitySetting.
SocialEquitySetting,
Serialized Form| Constructor Summary | |
|---|---|
SocialEquitySettingWrapper(SocialEquitySetting socialEquitySetting)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(SocialEquitySetting socialEquitySetting)
|
String |
getActionId()
Gets the action ID of this social equity setting. |
String |
getClassName()
Gets the class name of the model instance this social equity setting is polymorphically associated with. |
long |
getClassNameId()
Gets the class name ID of this social equity setting. |
long |
getCompanyId()
Gets the company ID of this social equity setting. |
int |
getDailyLimit()
Gets the daily limit of this social equity setting. |
long |
getEquitySettingId()
Gets the equity setting ID of this social equity setting. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getGroupId()
Gets the group ID of this social equity setting. |
int |
getLifespan()
Gets the lifespan of this social equity setting. |
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
long |
getPrimaryKey()
Gets the primary key of this social equity setting. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
int |
getType()
Gets the type of this social equity setting. |
boolean |
getUniqueEntry()
Gets the unique entry of this social equity setting. |
int |
getValue()
Gets the value of this social equity setting. |
SocialEquitySetting |
getWrappedSocialEquitySetting()
|
int |
hashCode()
|
boolean |
isCachedModel()
Returns true if this model instance was retrieved from the
entity cache. |
boolean |
isEscapedModel()
Returns true if this model instance is escaped. |
boolean |
isNew()
Returns true if this model instance does not yet exist in
the database. |
boolean |
isUniqueEntry()
Determines if this social equity setting is unique entry. |
void |
persist()
Updates this model instance in the database or adds it if it does not yet exist. |
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setActionId(String actionId)
Sets the action ID of this social equity setting. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setClassNameId(long classNameId)
Sets the class name ID of this social equity setting. |
void |
setCompanyId(long companyId)
Sets the company ID of this social equity setting. |
void |
setDailyLimit(int dailyLimit)
Sets the daily limit of this social equity setting. |
void |
setEquitySettingId(long equitySettingId)
Sets the equity setting ID of this social equity setting. |
void |
setEscapedModel(boolean escapedModel)
Sets whether this model instance is escaped, meaning that all strings returned from getter methods are HTML safe. |
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 social equity setting. |
void |
setLifespan(int lifespan)
Sets the lifespan of this social equity setting. |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this social equity setting |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setType(int type)
Sets the type of this social equity setting. |
void |
setUniqueEntry(boolean uniqueEntry)
Sets whether this social equity setting is unique entry. |
void |
setValue(int value)
Sets the value of this social equity setting. |
CacheModel<SocialEquitySetting> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
SocialEquitySetting |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
void |
update(SocialEquityActionMapping equityActionMapping)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SocialEquitySettingWrapper(SocialEquitySetting socialEquitySetting)
| Method Detail |
|---|
public Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic long getPrimaryKey()
getPrimaryKey in interface SocialEquitySettingModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface SocialEquitySettingModelprimaryKey - the primary key of this social equity settingpublic long getEquitySettingId()
getEquitySettingId in interface SocialEquitySettingModelpublic void setEquitySettingId(long equitySettingId)
setEquitySettingId in interface SocialEquitySettingModelequitySettingId - the equity setting ID of this social equity settingpublic long getGroupId()
getGroupId in interface SocialEquitySettingModelpublic void setGroupId(long groupId)
setGroupId in interface SocialEquitySettingModelgroupId - the group ID of this social equity settingpublic long getCompanyId()
getCompanyId in interface SocialEquitySettingModelpublic void setCompanyId(long companyId)
setCompanyId in interface SocialEquitySettingModelcompanyId - the company ID of this social equity settingpublic String getClassName()
getClassName in interface SocialEquitySettingModelpublic long getClassNameId()
getClassNameId in interface SocialEquitySettingModelpublic void setClassNameId(long classNameId)
setClassNameId in interface SocialEquitySettingModelclassNameId - the class name ID of this social equity settingpublic String getActionId()
getActionId in interface SocialEquitySettingModelpublic void setActionId(String actionId)
setActionId in interface SocialEquitySettingModelactionId - the action ID of this social equity settingpublic int getDailyLimit()
getDailyLimit in interface SocialEquitySettingModelpublic void setDailyLimit(int dailyLimit)
setDailyLimit in interface SocialEquitySettingModeldailyLimit - the daily limit of this social equity settingpublic int getLifespan()
getLifespan in interface SocialEquitySettingModelpublic void setLifespan(int lifespan)
setLifespan in interface SocialEquitySettingModellifespan - the lifespan of this social equity settingpublic int getType()
getType in interface SocialEquitySettingModelpublic void setType(int type)
setType in interface SocialEquitySettingModeltype - the type of this social equity settingpublic boolean getUniqueEntry()
getUniqueEntry in interface SocialEquitySettingModelpublic boolean isUniqueEntry()
isUniqueEntry in interface SocialEquitySettingModeltrue if this social equity setting is unique entry; false otherwisepublic void setUniqueEntry(boolean uniqueEntry)
setUniqueEntry in interface SocialEquitySettingModeluniqueEntry - the unique entry of this social equity settingpublic int getValue()
getValue in interface SocialEquitySettingModelpublic void setValue(int value)
setValue in interface SocialEquitySettingModelvalue - the value of this social equity settingpublic boolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.
isNew in interface BaseModel<SocialEquitySetting>isNew in interface SocialEquitySettingModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<SocialEquitySetting>setNew in interface SocialEquitySettingModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.
isCachedModel in interface BaseModel<SocialEquitySetting>isCachedModel in interface SocialEquitySettingModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<SocialEquitySetting>setCachedModel in interface SocialEquitySettingModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModeltrue if this model instance is escaped.
isEscapedModel in interface BaseModel<SocialEquitySetting>isEscapedModel in interface SocialEquitySettingModeltrue if this model instance is escaped;
false otherwiseBaseModel.setEscapedModel(boolean)public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be made escaped by wrapping it with an HTML auto
escape handler using its toEscapedModel method. For example,
UserModel.toEscapedModel().
setEscapedModel in interface BaseModel<SocialEquitySetting>setEscapedModel in interface SocialEquitySettingModelescapedModel - whether this model instance is escapedAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<SocialEquitySetting>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface SocialEquitySettingModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<SocialEquitySetting>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface SocialEquitySettingModelprimaryKeyObj - the primary key of this model instancepublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<SocialEquitySetting>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface SocialEquitySettingModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<SocialEquitySetting>setExpandoBridgeAttributes in interface SocialEquitySettingModelserviceContext - the service contextServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<SocialEquitySetting>clone in interface SocialEquitySettingModelclone in class Objectpublic int compareTo(SocialEquitySetting socialEquitySetting)
compareTo in interface SocialEquitySettingModelcompareTo in interface Comparable<SocialEquitySetting>public int hashCode()
hashCode in interface SocialEquitySettingModelhashCode in class Objectpublic CacheModel<SocialEquitySetting> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<SocialEquitySetting>toCacheModel in interface SocialEquitySettingModelpublic SocialEquitySetting toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<SocialEquitySetting>toEscapedModel in interface SocialEquitySettingModelAutoEscapeBeanHandlerpublic String toString()
toString in interface SocialEquitySettingModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<SocialEquitySetting>toXmlString in interface SocialEquitySettingModel
public void persist()
throws SystemException
PersistedModel
persist in interface PersistedModelSystemException - if a system exception occurredpublic void update(SocialEquityActionMapping equityActionMapping)
update in interface SocialEquitySettingpublic SocialEquitySetting getWrappedSocialEquitySetting()
public void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<SocialEquitySetting>
|
Liferay 6.0-ee-sp2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||