@ProviderType
public class MBMailingListModelImpl
extends com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.messageboards.model.MBMailingList>
implements com.liferay.portlet.messageboards.model.MBMailingListModel
This implementation and its corresponding interface MBMailingListModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in MBMailingListImpl.
MBMailingListImpl,
MBMailingList,
MBMailingListModel,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static long |
ACTIVE_COLUMN_BITMASK |
static long |
CATEGORYID_COLUMN_BITMASK |
static boolean |
COLUMN_BITMASK_ENABLED |
static long |
COMPANYID_COLUMN_BITMASK |
static java.lang.String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED |
static boolean |
FINDER_CACHE_ENABLED |
static long |
GROUPID_COLUMN_BITMASK |
static long |
LOCK_EXPIRATION_TIME |
static long |
MAILINGLISTID_COLUMN_BITMASK |
static java.lang.String |
ORDER_BY_JPQL |
static java.lang.String |
ORDER_BY_SQL |
static java.lang.String |
SESSION_FACTORY |
static java.lang.Object[][] |
TABLE_COLUMNS |
static java.util.Map<java.lang.String,java.lang.Integer> |
TABLE_COLUMNS_MAP |
static java.lang.String |
TABLE_NAME |
static java.lang.String |
TABLE_SQL_CREATE |
static java.lang.String |
TABLE_SQL_DROP |
static java.lang.String |
TX_MANAGER |
static long |
UUID_COLUMN_BITMASK |
| Constructor and Description |
|---|
MBMailingListModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(com.liferay.portlet.messageboards.model.MBMailingList mbMailingList) |
boolean |
equals(java.lang.Object obj) |
boolean |
getActive() |
boolean |
getAllowAnonymous() |
long |
getCategoryId() |
long |
getColumnBitmask() |
long |
getCompanyId() |
java.util.Date |
getCreateDate() |
java.lang.String |
getEmailAddress() |
com.liferay.portlet.expando.model.ExpandoBridge |
getExpandoBridge() |
long |
getGroupId() |
java.lang.String |
getInPassword() |
java.lang.String |
getInProtocol() |
int |
getInReadInterval() |
java.lang.String |
getInServerName() |
int |
getInServerPort() |
java.lang.String |
getInUserName() |
boolean |
getInUseSSL() |
long |
getMailingListId() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate() |
boolean |
getOriginalActive() |
long |
getOriginalCategoryId() |
long |
getOriginalCompanyId() |
long |
getOriginalGroupId() |
java.lang.String |
getOriginalUuid() |
boolean |
getOutCustom() |
java.lang.String |
getOutEmailAddress() |
java.lang.String |
getOutPassword() |
java.lang.String |
getOutServerName() |
int |
getOutServerPort() |
java.lang.String |
getOutUserName() |
boolean |
getOutUseSSL() |
long |
getPrimaryKey() |
java.io.Serializable |
getPrimaryKeyObj() |
com.liferay.portlet.exportimport.lar.StagedModelType |
getStagedModelType() |
long |
getUserId() |
java.lang.String |
getUserName() |
java.lang.String |
getUserUuid() |
java.lang.String |
getUuid() |
int |
hashCode() |
boolean |
hasSetModifiedDate() |
boolean |
isActive() |
boolean |
isAllowAnonymous() |
boolean |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
boolean |
isInUseSSL() |
boolean |
isOutCustom() |
boolean |
isOutUseSSL() |
void |
resetOriginalValues() |
void |
setActive(boolean active) |
void |
setAllowAnonymous(boolean allowAnonymous) |
void |
setCategoryId(long categoryId) |
void |
setCompanyId(long companyId) |
void |
setCreateDate(java.util.Date createDate) |
void |
setEmailAddress(java.lang.String emailAddress) |
void |
setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext) |
void |
setGroupId(long groupId) |
void |
setInPassword(java.lang.String inPassword) |
void |
setInProtocol(java.lang.String inProtocol) |
void |
setInReadInterval(int inReadInterval) |
void |
setInServerName(java.lang.String inServerName) |
void |
setInServerPort(int inServerPort) |
void |
setInUserName(java.lang.String inUserName) |
void |
setInUseSSL(boolean inUseSSL) |
void |
setMailingListId(long mailingListId) |
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate) |
void |
setOutCustom(boolean outCustom) |
void |
setOutEmailAddress(java.lang.String outEmailAddress) |
void |
setOutPassword(java.lang.String outPassword) |
void |
setOutServerName(java.lang.String outServerName) |
void |
setOutServerPort(int outServerPort) |
void |
setOutUserName(java.lang.String outUserName) |
void |
setOutUseSSL(boolean outUseSSL) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setUserId(long userId) |
void |
setUserName(java.lang.String userName) |
void |
setUserUuid(java.lang.String userUuid) |
void |
setUuid(java.lang.String uuid) |
com.liferay.portal.model.CacheModel<com.liferay.portlet.messageboards.model.MBMailingList> |
toCacheModel() |
com.liferay.portlet.messageboards.model.MBMailingList |
toEscapedModel() |
java.lang.String |
toString() |
java.lang.String |
toXmlString() |
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelpublic static final java.lang.String TABLE_NAME
public static final java.lang.Object[][] TABLE_COLUMNS
public static final java.util.Map<java.lang.String,java.lang.Integer> TABLE_COLUMNS_MAP
public static final java.lang.String TABLE_SQL_CREATE
public static final java.lang.String TABLE_SQL_DROP
public static final java.lang.String ORDER_BY_JPQL
public static final java.lang.String ORDER_BY_SQL
public static final java.lang.String DATA_SOURCE
public static final java.lang.String SESSION_FACTORY
public static final java.lang.String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
public static final long ACTIVE_COLUMN_BITMASK
public static final long CATEGORYID_COLUMN_BITMASK
public static final long COMPANYID_COLUMN_BITMASK
public static final long GROUPID_COLUMN_BITMASK
public static final long UUID_COLUMN_BITMASK
public static final long MAILINGLISTID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public long getPrimaryKey()
getPrimaryKey in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.messageboards.model.MBMailingList>getPrimaryKeyObj in interface com.liferay.portal.model.ClassedModelgetPrimaryKeyObj in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.messageboards.model.MBMailingList>setPrimaryKeyObj in interface com.liferay.portal.model.ClassedModelsetPrimaryKeyObj in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.model.ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.messageboards.model.MBMailingList>getModelAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.messageboards.model.MBMailingList>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.messageboards.model.MBMailingList>setModelAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.messageboards.model.MBMailingList>public java.lang.String getUuid()
getUuid in interface com.liferay.portal.model.StagedModelgetUuid in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic void setUuid(java.lang.String uuid)
setUuid in interface com.liferay.portal.model.StagedModelsetUuid in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic java.lang.String getOriginalUuid()
public long getMailingListId()
getMailingListId in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic void setMailingListId(long mailingListId)
setMailingListId in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic long getGroupId()
getGroupId in interface com.liferay.portal.model.GroupedModelgetGroupId in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic void setGroupId(long groupId)
setGroupId in interface com.liferay.portal.model.GroupedModelsetGroupId in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic long getOriginalGroupId()
public long getCompanyId()
getCompanyId in interface com.liferay.portal.model.AuditedModelgetCompanyId in interface com.liferay.portal.model.StagedModelgetCompanyId in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.model.AuditedModelsetCompanyId in interface com.liferay.portal.model.StagedModelsetCompanyId in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic long getOriginalCompanyId()
public long getUserId()
getUserId in interface com.liferay.portal.model.AuditedModelgetUserId in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic void setUserId(long userId)
setUserId in interface com.liferay.portal.model.AuditedModelsetUserId in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic java.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.model.AuditedModelgetUserUuid in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.model.AuditedModelsetUserUuid in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic java.lang.String getUserName()
getUserName in interface com.liferay.portal.model.AuditedModelgetUserName in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic void setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.model.AuditedModelsetUserName in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic java.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.model.AuditedModelgetCreateDate in interface com.liferay.portal.model.StagedModelgetCreateDate in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.model.AuditedModelsetCreateDate in interface com.liferay.portal.model.StagedModelsetCreateDate in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.model.AuditedModelgetModifiedDate in interface com.liferay.portal.model.StagedModelgetModifiedDate in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic boolean hasSetModifiedDate()
public void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.model.AuditedModelsetModifiedDate in interface com.liferay.portal.model.StagedModelsetModifiedDate in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic long getCategoryId()
getCategoryId in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic void setCategoryId(long categoryId)
setCategoryId in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic long getOriginalCategoryId()
public java.lang.String getEmailAddress()
getEmailAddress in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic void setEmailAddress(java.lang.String emailAddress)
setEmailAddress in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic java.lang.String getInProtocol()
getInProtocol in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic void setInProtocol(java.lang.String inProtocol)
setInProtocol in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic java.lang.String getInServerName()
getInServerName in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic void setInServerName(java.lang.String inServerName)
setInServerName in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic int getInServerPort()
getInServerPort in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic void setInServerPort(int inServerPort)
setInServerPort in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic boolean getInUseSSL()
getInUseSSL in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic boolean isInUseSSL()
isInUseSSL in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic void setInUseSSL(boolean inUseSSL)
setInUseSSL in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic java.lang.String getInUserName()
getInUserName in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic void setInUserName(java.lang.String inUserName)
setInUserName in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic java.lang.String getInPassword()
getInPassword in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic void setInPassword(java.lang.String inPassword)
setInPassword in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic int getInReadInterval()
getInReadInterval in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic void setInReadInterval(int inReadInterval)
setInReadInterval in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic java.lang.String getOutEmailAddress()
getOutEmailAddress in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic void setOutEmailAddress(java.lang.String outEmailAddress)
setOutEmailAddress in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic boolean getOutCustom()
getOutCustom in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic boolean isOutCustom()
isOutCustom in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic void setOutCustom(boolean outCustom)
setOutCustom in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic java.lang.String getOutServerName()
getOutServerName in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic void setOutServerName(java.lang.String outServerName)
setOutServerName in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic int getOutServerPort()
getOutServerPort in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic void setOutServerPort(int outServerPort)
setOutServerPort in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic boolean getOutUseSSL()
getOutUseSSL in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic boolean isOutUseSSL()
isOutUseSSL in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic void setOutUseSSL(boolean outUseSSL)
setOutUseSSL in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic java.lang.String getOutUserName()
getOutUserName in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic void setOutUserName(java.lang.String outUserName)
setOutUserName in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic java.lang.String getOutPassword()
getOutPassword in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic void setOutPassword(java.lang.String outPassword)
setOutPassword in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic boolean getAllowAnonymous()
getAllowAnonymous in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic boolean isAllowAnonymous()
isAllowAnonymous in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic void setAllowAnonymous(boolean allowAnonymous)
setAllowAnonymous in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic boolean getActive()
getActive in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic boolean isActive()
isActive in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic void setActive(boolean active)
setActive in interface com.liferay.portlet.messageboards.model.MBMailingListModelpublic boolean getOriginalActive()
public com.liferay.portlet.exportimport.lar.StagedModelType getStagedModelType()
getStagedModelType in interface com.liferay.portal.model.StagedModelpublic long getColumnBitmask()
public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.messageboards.model.MBMailingList>getExpandoBridge in interface com.liferay.portal.model.ClassedModelgetExpandoBridge in interface com.liferay.portlet.messageboards.model.MBMailingListModelgetExpandoBridge in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.messageboards.model.MBMailingList>public void setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.messageboards.model.MBMailingList>setExpandoBridgeAttributes in interface com.liferay.portlet.messageboards.model.MBMailingListModelsetExpandoBridgeAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.messageboards.model.MBMailingList>public com.liferay.portlet.messageboards.model.MBMailingList toEscapedModel()
toEscapedModel in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.messageboards.model.MBMailingList>toEscapedModel in interface com.liferay.portlet.messageboards.model.MBMailingListModeltoEscapedModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.messageboards.model.MBMailingList>public java.lang.Object clone()
clone in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.messageboards.model.MBMailingList>clone in interface com.liferay.portal.model.StagedModelclone in interface com.liferay.portlet.messageboards.model.MBMailingListModelclone in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.messageboards.model.MBMailingList>public int compareTo(com.liferay.portlet.messageboards.model.MBMailingList mbMailingList)
compareTo in interface com.liferay.portlet.messageboards.model.MBMailingListModelcompareTo in interface java.lang.Comparable<com.liferay.portlet.messageboards.model.MBMailingList>public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in interface com.liferay.portlet.messageboards.model.MBMailingListModelhashCode in class java.lang.Objectpublic boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.messageboards.model.MBMailingList>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.messageboards.model.MBMailingList>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.messageboards.model.MBMailingList>resetOriginalValues in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.messageboards.model.MBMailingList>public com.liferay.portal.model.CacheModel<com.liferay.portlet.messageboards.model.MBMailingList> toCacheModel()
toCacheModel in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.messageboards.model.MBMailingList>toCacheModel in interface com.liferay.portlet.messageboards.model.MBMailingListModeltoCacheModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.messageboards.model.MBMailingList>public java.lang.String toString()
toString in interface com.liferay.portlet.messageboards.model.MBMailingListModeltoString in class java.lang.Objectpublic java.lang.String toXmlString()
toXmlString in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.messageboards.model.MBMailingList>toXmlString in interface com.liferay.portlet.messageboards.model.MBMailingListModel