Liferay 6.1.0

com.liferay.portlet.social.model
Interface SocialEquitySetting

All Superinterfaces:
BaseModel<SocialEquitySetting>, ClassedModel, Cloneable, Comparable<SocialEquitySetting>, PersistedModel, Serializable, SocialEquitySettingModel
All Known Implementing Classes:
SocialEquitySettingWrapper

public interface SocialEquitySetting
extends SocialEquitySettingModel, PersistedModel

The extended model interface for the SocialEquitySetting service. Represents a row in the "SocialEquitySetting" database table, with each column mapped to a property of this class.

See Also:
SocialEquitySettingModel, SocialEquitySettingImpl, SocialEquitySettingModelImpl

Method Summary
 void update(SocialEquityActionMapping equityActionMapping)
           
 
Methods inherited from interface com.liferay.portlet.social.model.SocialEquitySettingModel
clone, compareTo, getActionId, getClassName, getClassNameId, getCompanyId, getDailyLimit, getEquitySettingId, getExpandoBridge, getGroupId, getLifespan, getPrimaryKey, getPrimaryKeyObj, getType, getUniqueEntry, getValue, hashCode, isCachedModel, isEscapedModel, isNew, isUniqueEntry, setActionId, setCachedModel, setClassNameId, setCompanyId, setDailyLimit, setEquitySettingId, setExpandoBridgeAttributes, setGroupId, setLifespan, setNew, setPrimaryKey, setPrimaryKeyObj, setType, setUniqueEntry, setValue, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
resetOriginalValues
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

update

void update(SocialEquityActionMapping equityActionMapping)

Liferay 6.1.0