|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.messageboards.model.MBMailingListWrapper
@ProviderType public class MBMailingListWrapper
This class is a wrapper for MBMailingList.
MBMailingList,
Serialized Form| Field Summary |
|---|
| Fields inherited from interface com.liferay.portlet.messageboards.model.MBMailingList |
|---|
MAILING_LIST_ID_ACCESSOR |
| Constructor Summary | |
|---|---|
MBMailingListWrapper(MBMailingList mbMailingList)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(MBMailingList mbMailingList)
|
boolean |
equals(Object obj)
|
boolean |
getActive()
Returns the active of this message boards mailing list. |
boolean |
getAllowAnonymous()
Returns the allow anonymous of this message boards mailing list. |
long |
getCategoryId()
Returns the category ID of this message boards mailing list. |
long |
getCompanyId()
Returns the company ID of this message boards mailing list. |
Date |
getCreateDate()
Returns the create date of this message boards mailing list. |
String |
getEmailAddress()
Returns the email address of this message boards mailing list. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getGroupId()
Returns the group ID of this message boards mailing list. |
String |
getInPassword()
Returns the in password of this message boards mailing list. |
String |
getInProtocol()
Returns the in protocol of this message boards mailing list. |
int |
getInReadInterval()
Returns the in read interval of this message boards mailing list. |
String |
getInServerName()
Returns the in server name of this message boards mailing list. |
int |
getInServerPort()
Returns the in server port of this message boards mailing list. |
String |
getInUserName()
Returns the in user name of this message boards mailing list. |
boolean |
getInUseSSL()
Returns the in use s s l of this message boards mailing list. |
long |
getMailingListId()
Returns the mailing list ID of this message boards mailing list. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Returns the modified date of this message boards mailing list. |
boolean |
getOutCustom()
Returns the out custom of this message boards mailing list. |
String |
getOutEmailAddress()
Returns the out email address of this message boards mailing list. |
String |
getOutPassword()
Returns the out password of this message boards mailing list. |
String |
getOutServerName()
Returns the out server name of this message boards mailing list. |
int |
getOutServerPort()
Returns the out server port of this message boards mailing list. |
String |
getOutUserName()
Returns the out user name of this message boards mailing list. |
boolean |
getOutUseSSL()
Returns the out use s s l of this message boards mailing list. |
long |
getPrimaryKey()
Returns the primary key of this message boards mailing list. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
StagedModelType |
getStagedModelType()
|
long |
getUserId()
Returns the user ID of this message boards mailing list. |
String |
getUserName()
Returns the user name of this message boards mailing list. |
String |
getUserUuid()
Returns the user uuid of this message boards mailing list. |
String |
getUuid()
Returns the uuid of this message boards mailing list. |
MBMailingList |
getWrappedModel()
|
int |
hashCode()
|
boolean |
isActive()
Returns true if this message boards mailing list is active. |
boolean |
isAllowAnonymous()
Returns true if this message boards mailing list is allow anonymous. |
boolean |
isCachedModel()
Returns true if this model instance was retrieved from the
entity cache. |
boolean |
isEntityCacheEnabled()
Returns true if this model's entity cache is enabled. |
boolean |
isEscapedModel()
Returns true if this model instance is escaped. |
boolean |
isFinderCacheEnabled()
Returns true if this model's finder cache is enabled. |
boolean |
isInUseSSL()
Returns true if this message boards mailing list is in use s s l. |
boolean |
isNew()
Returns true if this model instance does not yet exist in
the database. |
boolean |
isOutCustom()
Returns true if this message boards mailing list is out custom. |
boolean |
isOutUseSSL()
Returns true if this message boards mailing list is out use s s l. |
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 |
setActive(boolean active)
Sets whether this message boards mailing list is active. |
void |
setAllowAnonymous(boolean allowAnonymous)
Sets whether this message boards mailing list is allow anonymous. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setCategoryId(long categoryId)
Sets the category ID of this message boards mailing list. |
void |
setCompanyId(long companyId)
Sets the company ID of this message boards mailing list. |
void |
setCreateDate(Date createDate)
Sets the create date of this message boards mailing list. |
void |
setEmailAddress(String emailAddress)
Sets the email address of this message boards mailing list. |
void |
setExpandoBridgeAttributes(BaseModel<?> baseModel)
|
void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
|
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 message boards mailing list. |
void |
setInPassword(String inPassword)
Sets the in password of this message boards mailing list. |
void |
setInProtocol(String inProtocol)
Sets the in protocol of this message boards mailing list. |
void |
setInReadInterval(int inReadInterval)
Sets the in read interval of this message boards mailing list. |
void |
setInServerName(String inServerName)
Sets the in server name of this message boards mailing list. |
void |
setInServerPort(int inServerPort)
Sets the in server port of this message boards mailing list. |
void |
setInUserName(String inUserName)
Sets the in user name of this message boards mailing list. |
void |
setInUseSSL(boolean inUseSSL)
Sets whether this message boards mailing list is in use s s l. |
void |
setMailingListId(long mailingListId)
Sets the mailing list ID of this message boards mailing list. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this message boards mailing list. |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setOutCustom(boolean outCustom)
Sets whether this message boards mailing list is out custom. |
void |
setOutEmailAddress(String outEmailAddress)
Sets the out email address of this message boards mailing list. |
void |
setOutPassword(String outPassword)
Sets the out password of this message boards mailing list. |
void |
setOutServerName(String outServerName)
Sets the out server name of this message boards mailing list. |
void |
setOutServerPort(int outServerPort)
Sets the out server port of this message boards mailing list. |
void |
setOutUserName(String outUserName)
Sets the out user name of this message boards mailing list. |
void |
setOutUseSSL(boolean outUseSSL)
Sets whether this message boards mailing list is out use s s l. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this message boards mailing list. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setUserId(long userId)
Sets the user ID of this message boards mailing list. |
void |
setUserName(String userName)
Sets the user name of this message boards mailing list. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this message boards mailing list. |
void |
setUuid(String uuid)
Sets the uuid of this message boards mailing list. |
CacheModel<MBMailingList> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
MBMailingList |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
MBMailingList |
toUnescapedModel()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MBMailingListWrapper(MBMailingList mbMailingList)
| Method Detail |
|---|
public Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<MBMailingList>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<MBMailingList>public Object clone()
BaseModel
clone in interface BaseModel<MBMailingList>clone in interface StagedModelclone in interface MBMailingListModelclone in class Objectpublic int compareTo(MBMailingList mbMailingList)
compareTo in interface MBMailingListModelcompareTo in interface Comparable<MBMailingList>public boolean getActive()
getActive in interface MBMailingListModelpublic boolean getAllowAnonymous()
getAllowAnonymous in interface MBMailingListModelpublic long getCategoryId()
getCategoryId in interface MBMailingListModelpublic long getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelgetCompanyId in interface StagedModelgetCompanyId in interface MBMailingListModelpublic Date getCreateDate()
getCreateDate in interface AuditedModelgetCreateDate in interface StagedModelgetCreateDate in interface MBMailingListModelpublic String getEmailAddress()
getEmailAddress in interface MBMailingListModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<MBMailingList>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface MBMailingListModelpublic long getGroupId()
getGroupId in interface GroupedModelgetGroupId in interface MBMailingListModelpublic String getInPassword()
getInPassword in interface MBMailingListModelpublic String getInProtocol()
getInProtocol in interface MBMailingListModelpublic int getInReadInterval()
getInReadInterval in interface MBMailingListModelpublic String getInServerName()
getInServerName in interface MBMailingListModelpublic int getInServerPort()
getInServerPort in interface MBMailingListModelpublic boolean getInUseSSL()
getInUseSSL in interface MBMailingListModelpublic String getInUserName()
getInUserName in interface MBMailingListModelpublic long getMailingListId()
getMailingListId in interface MBMailingListModelpublic Date getModifiedDate()
getModifiedDate in interface AuditedModelgetModifiedDate in interface StagedModelgetModifiedDate in interface MBMailingListModelpublic boolean getOutCustom()
getOutCustom in interface MBMailingListModelpublic String getOutEmailAddress()
getOutEmailAddress in interface MBMailingListModelpublic String getOutPassword()
getOutPassword in interface MBMailingListModelpublic String getOutServerName()
getOutServerName in interface MBMailingListModelpublic int getOutServerPort()
getOutServerPort in interface MBMailingListModelpublic boolean getOutUseSSL()
getOutUseSSL in interface MBMailingListModelpublic String getOutUserName()
getOutUserName in interface MBMailingListModelpublic long getPrimaryKey()
getPrimaryKey in interface MBMailingListModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<MBMailingList>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface MBMailingListModelpublic long getUserId()
getUserId in interface AuditedModelgetUserId in interface MBMailingListModelpublic String getUserName()
getUserName in interface AuditedModelgetUserName in interface MBMailingListModelpublic String getUserUuid()
getUserUuid in interface AuditedModelgetUserUuid in interface MBMailingListModelpublic String getUuid()
getUuid in interface StagedModelgetUuid in interface MBMailingListModelpublic int hashCode()
hashCode in interface MBMailingListModelhashCode in class Objectpublic boolean isActive()
true if this message boards mailing list is active.
isActive in interface MBMailingListModeltrue if this message boards mailing list is active; false otherwisepublic boolean isAllowAnonymous()
true if this message boards mailing list is allow anonymous.
isAllowAnonymous in interface MBMailingListModeltrue if this message boards mailing list is allow anonymous; false otherwisepublic boolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.
isCachedModel in interface BaseModel<MBMailingList>isCachedModel in interface MBMailingListModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public boolean isEscapedModel()
BaseModeltrue if this model instance is escaped.
isEscapedModel in interface BaseModel<MBMailingList>isEscapedModel in interface MBMailingListModeltrue if this model instance is escaped;
false otherwisepublic boolean isInUseSSL()
true if this message boards mailing list is in use s s l.
isInUseSSL in interface MBMailingListModeltrue if this message boards mailing list is in use s s l; false otherwisepublic boolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.
isNew in interface BaseModel<MBMailingList>isNew in interface MBMailingListModeltrue if this model instance does not yet exist in
the database; false otherwisepublic boolean isOutCustom()
true if this message boards mailing list is out custom.
isOutCustom in interface MBMailingListModeltrue if this message boards mailing list is out custom; false otherwisepublic boolean isOutUseSSL()
true if this message boards mailing list is out use s s l.
isOutUseSSL in interface MBMailingListModeltrue if this message boards mailing list is out use s s l; false otherwisepublic void persist()
PersistedModel
persist in interface PersistedModelpublic void setActive(boolean active)
setActive in interface MBMailingListModelactive - the active of this message boards mailing listpublic void setAllowAnonymous(boolean allowAnonymous)
setAllowAnonymous in interface MBMailingListModelallowAnonymous - the allow anonymous of this message boards mailing listpublic void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<MBMailingList>setCachedModel in interface MBMailingListModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic void setCategoryId(long categoryId)
setCategoryId in interface MBMailingListModelcategoryId - the category ID of this message boards mailing listpublic void setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelsetCompanyId in interface StagedModelsetCompanyId in interface MBMailingListModelcompanyId - the company ID of this message boards mailing listpublic void setCreateDate(Date createDate)
setCreateDate in interface AuditedModelsetCreateDate in interface StagedModelsetCreateDate in interface MBMailingListModelcreateDate - the create date of this message boards mailing listpublic void setEmailAddress(String emailAddress)
setEmailAddress in interface MBMailingListModelemailAddress - the email address of this message boards mailing listpublic void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<MBMailingList>setExpandoBridgeAttributes in interface MBMailingListModelpublic void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<MBMailingList>setExpandoBridgeAttributes in interface MBMailingListModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<MBMailingList>setExpandoBridgeAttributes in interface MBMailingListModelserviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public void setGroupId(long groupId)
setGroupId in interface GroupedModelsetGroupId in interface MBMailingListModelgroupId - the group ID of this message boards mailing listpublic void setInPassword(String inPassword)
setInPassword in interface MBMailingListModelinPassword - the in password of this message boards mailing listpublic void setInProtocol(String inProtocol)
setInProtocol in interface MBMailingListModelinProtocol - the in protocol of this message boards mailing listpublic void setInReadInterval(int inReadInterval)
setInReadInterval in interface MBMailingListModelinReadInterval - the in read interval of this message boards mailing listpublic void setInServerName(String inServerName)
setInServerName in interface MBMailingListModelinServerName - the in server name of this message boards mailing listpublic void setInServerPort(int inServerPort)
setInServerPort in interface MBMailingListModelinServerPort - the in server port of this message boards mailing listpublic void setInUseSSL(boolean inUseSSL)
setInUseSSL in interface MBMailingListModelinUseSSL - the in use s s l of this message boards mailing listpublic void setInUserName(String inUserName)
setInUserName in interface MBMailingListModelinUserName - the in user name of this message boards mailing listpublic void setMailingListId(long mailingListId)
setMailingListId in interface MBMailingListModelmailingListId - the mailing list ID of this message boards mailing listpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface AuditedModelsetModifiedDate in interface StagedModelsetModifiedDate in interface MBMailingListModelmodifiedDate - the modified date of this message boards mailing listpublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<MBMailingList>setNew in interface MBMailingListModeln - whether this model instance does not yet exist in the databasepublic void setOutCustom(boolean outCustom)
setOutCustom in interface MBMailingListModeloutCustom - the out custom of this message boards mailing listpublic void setOutEmailAddress(String outEmailAddress)
setOutEmailAddress in interface MBMailingListModeloutEmailAddress - the out email address of this message boards mailing listpublic void setOutPassword(String outPassword)
setOutPassword in interface MBMailingListModeloutPassword - the out password of this message boards mailing listpublic void setOutServerName(String outServerName)
setOutServerName in interface MBMailingListModeloutServerName - the out server name of this message boards mailing listpublic void setOutServerPort(int outServerPort)
setOutServerPort in interface MBMailingListModeloutServerPort - the out server port of this message boards mailing listpublic void setOutUseSSL(boolean outUseSSL)
setOutUseSSL in interface MBMailingListModeloutUseSSL - the out use s s l of this message boards mailing listpublic void setOutUserName(String outUserName)
setOutUserName in interface MBMailingListModeloutUserName - the out user name of this message boards mailing listpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface MBMailingListModelprimaryKey - the primary key of this message boards mailing listpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<MBMailingList>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface MBMailingListModelprimaryKeyObj - the primary key of this model instancepublic void setUserId(long userId)
setUserId in interface AuditedModelsetUserId in interface MBMailingListModeluserId - the user ID of this message boards mailing listpublic void setUserName(String userName)
setUserName in interface AuditedModelsetUserName in interface MBMailingListModeluserName - the user name of this message boards mailing listpublic void setUserUuid(String userUuid)
setUserUuid in interface AuditedModelsetUserUuid in interface MBMailingListModeluserUuid - the user uuid of this message boards mailing listpublic void setUuid(String uuid)
setUuid in interface StagedModelsetUuid in interface MBMailingListModeluuid - the uuid of this message boards mailing listpublic CacheModel<MBMailingList> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<MBMailingList>toCacheModel in interface MBMailingListModelpublic MBMailingList toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<MBMailingList>toEscapedModel in interface MBMailingListModelAutoEscapeBeanHandlerpublic String toString()
toString in interface MBMailingListModeltoString in class Objectpublic MBMailingList toUnescapedModel()
toUnescapedModel in interface BaseModel<MBMailingList>toUnescapedModel in interface MBMailingListModelpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<MBMailingList>toXmlString in interface MBMailingListModelpublic boolean equals(Object obj)
equals in class Objectpublic StagedModelType getStagedModelType()
getStagedModelType in interface StagedModelpublic MBMailingList getWrappedModel()
getWrappedModel in interface ModelWrapper<MBMailingList>public boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<MBMailingList>true if this model's entity cache is enabled;
false otherwisepublic boolean isFinderCacheEnabled()
BaseModeltrue if this model's finder cache is enabled.
isFinderCacheEnabled in interface BaseModel<MBMailingList>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<MBMailingList>
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||