Liferay 6.0.3

com.liferay.portlet.social.model
Interface SocialEquitySetting

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

public interface SocialEquitySetting
extends SocialEquitySettingModel

This interface is a model that represents the SocialEquitySetting table in the database.

Customize SocialEquitySettingImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
SocialEquitySettingModel, SocialEquitySettingImpl, SocialEquitySettingModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

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, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setLifespan, setNew, setPrimaryKey, setType, setUniqueEntry, setValue, toEscapedModel, toString, toXmlString
 

Method Detail

update

void update(SocialEquityActionMapping equityActionMapping)

Liferay 6.0.3