com.liferay.portlet.messageboards.model.impl
Class MBMailingListModelImpl
java.lang.Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.message.boards.kernel.model.MBMailingList>
com.liferay.portlet.messageboards.model.impl.MBMailingListModelImpl
- All Implemented Interfaces:
- com.liferay.message.boards.kernel.model.MBMailingListModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<com.liferay.message.boards.kernel.model.MBMailingList>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel, com.liferay.portal.kernel.model.StagedModel, Serializable, Cloneable, Comparable<com.liferay.message.boards.kernel.model.MBMailingList>
- Direct Known Subclasses:
- MBMailingListBaseImpl
@ProviderType
public class MBMailingListModelImpl
- extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.message.boards.kernel.model.MBMailingList>
- implements com.liferay.message.boards.kernel.model.MBMailingListModel
The base model implementation for the MBMailingList service. Represents a row in the "MBMailingList" database table, with each column mapped to a property of this class.
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.
- See Also:
MBMailingListImpl,
MBMailingList,
MBMailingListModel,
Serialized Form- {$generated.description}
| Methods inherited from class com.liferay.portal.kernel.model.impl.BaseModelImpl |
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| Methods inherited from interface com.liferay.message.boards.kernel.model.MBMailingListModel |
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
TABLE_NAME
public static final String TABLE_NAME
- See Also:
- Constant Field Values
TABLE_COLUMNS
public static final Object[][] TABLE_COLUMNS
TABLE_COLUMNS_MAP
public static final Map<String,Integer> TABLE_COLUMNS_MAP
TABLE_SQL_CREATE
public static final String TABLE_SQL_CREATE
- See Also:
- Constant Field Values
TABLE_SQL_DROP
public static final String TABLE_SQL_DROP
- See Also:
- Constant Field Values
ORDER_BY_JPQL
public static final String ORDER_BY_JPQL
- See Also:
- Constant Field Values
ORDER_BY_SQL
public static final String ORDER_BY_SQL
- See Also:
- Constant Field Values
DATA_SOURCE
public static final String DATA_SOURCE
- See Also:
- Constant Field Values
SESSION_FACTORY
public static final String SESSION_FACTORY
- See Also:
- Constant Field Values
TX_MANAGER
public static final String TX_MANAGER
- See Also:
- Constant Field Values
ENTITY_CACHE_ENABLED
public static final boolean ENTITY_CACHE_ENABLED
FINDER_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
COLUMN_BITMASK_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
ACTIVE_COLUMN_BITMASK
public static final long ACTIVE_COLUMN_BITMASK
- See Also:
- Constant Field Values
CATEGORYID_COLUMN_BITMASK
public static final long CATEGORYID_COLUMN_BITMASK
- See Also:
- Constant Field Values
COMPANYID_COLUMN_BITMASK
public static final long COMPANYID_COLUMN_BITMASK
- See Also:
- Constant Field Values
GROUPID_COLUMN_BITMASK
public static final long GROUPID_COLUMN_BITMASK
- See Also:
- Constant Field Values
UUID_COLUMN_BITMASK
public static final long UUID_COLUMN_BITMASK
- See Also:
- Constant Field Values
MAILINGLISTID_COLUMN_BITMASK
public static final long MAILINGLISTID_COLUMN_BITMASK
- See Also:
- Constant Field Values
LOCK_EXPIRATION_TIME
public static final long LOCK_EXPIRATION_TIME
MBMailingListModelImpl
public MBMailingListModelImpl()
getPrimaryKey
public long getPrimaryKey()
- Specified by:
getPrimaryKey in interface com.liferay.message.boards.kernel.model.MBMailingListModel
setPrimaryKey
public void setPrimaryKey(long primaryKey)
- Specified by:
setPrimaryKey in interface com.liferay.message.boards.kernel.model.MBMailingListModel
getPrimaryKeyObj
public Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj in interface com.liferay.message.boards.kernel.model.MBMailingListModel- Specified by:
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.message.boards.kernel.model.MBMailingList>- Specified by:
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModel
setPrimaryKeyObj
public void setPrimaryKeyObj(Serializable primaryKeyObj)
- Specified by:
setPrimaryKeyObj in interface com.liferay.message.boards.kernel.model.MBMailingListModel- Specified by:
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.message.boards.kernel.model.MBMailingList>- Specified by:
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModel
getModelClass
public Class<?> getModelClass()
- Specified by:
getModelClass in interface com.liferay.portal.kernel.model.ClassedModel
getModelClassName
public String getModelClassName()
- Specified by:
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModel
getModelAttributes
public Map<String,Object> getModelAttributes()
- Specified by:
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.message.boards.kernel.model.MBMailingList>- Overrides:
getModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.message.boards.kernel.model.MBMailingList>
setModelAttributes
public void setModelAttributes(Map<String,Object> attributes)
- Specified by:
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.message.boards.kernel.model.MBMailingList>- Overrides:
setModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.message.boards.kernel.model.MBMailingList>
getUuid
public String getUuid()
- Specified by:
getUuid in interface com.liferay.message.boards.kernel.model.MBMailingListModel- Specified by:
getUuid in interface com.liferay.portal.kernel.model.StagedModel
setUuid
public void setUuid(String uuid)
- Specified by:
setUuid in interface com.liferay.message.boards.kernel.model.MBMailingListModel- Specified by:
setUuid in interface com.liferay.portal.kernel.model.StagedModel
getOriginalUuid
public String getOriginalUuid()
getMailingListId
public long getMailingListId()
- Specified by:
getMailingListId in interface com.liferay.message.boards.kernel.model.MBMailingListModel
setMailingListId
public void setMailingListId(long mailingListId)
- Specified by:
setMailingListId in interface com.liferay.message.boards.kernel.model.MBMailingListModel
getGroupId
public long getGroupId()
- Specified by:
getGroupId in interface com.liferay.message.boards.kernel.model.MBMailingListModel- Specified by:
getGroupId in interface com.liferay.portal.kernel.model.GroupedModel
setGroupId
public void setGroupId(long groupId)
- Specified by:
setGroupId in interface com.liferay.message.boards.kernel.model.MBMailingListModel- Specified by:
setGroupId in interface com.liferay.portal.kernel.model.GroupedModel
getOriginalGroupId
public long getOriginalGroupId()
getCompanyId
public long getCompanyId()
- Specified by:
getCompanyId in interface com.liferay.message.boards.kernel.model.MBMailingListModel- Specified by:
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyId in interface com.liferay.portal.kernel.model.StagedModel
setCompanyId
public void setCompanyId(long companyId)
- Specified by:
setCompanyId in interface com.liferay.message.boards.kernel.model.MBMailingListModel- Specified by:
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyId in interface com.liferay.portal.kernel.model.StagedModel
getOriginalCompanyId
public long getOriginalCompanyId()
getUserId
public long getUserId()
- Specified by:
getUserId in interface com.liferay.message.boards.kernel.model.MBMailingListModel- Specified by:
getUserId in interface com.liferay.portal.kernel.model.AuditedModel
setUserId
public void setUserId(long userId)
- Specified by:
setUserId in interface com.liferay.message.boards.kernel.model.MBMailingListModel- Specified by:
setUserId in interface com.liferay.portal.kernel.model.AuditedModel
getUserUuid
public String getUserUuid()
- Specified by:
getUserUuid in interface com.liferay.message.boards.kernel.model.MBMailingListModel- Specified by:
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
setUserUuid
public void setUserUuid(String userUuid)
- Specified by:
setUserUuid in interface com.liferay.message.boards.kernel.model.MBMailingListModel- Specified by:
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
getUserName
public String getUserName()
- Specified by:
getUserName in interface com.liferay.message.boards.kernel.model.MBMailingListModel- Specified by:
getUserName in interface com.liferay.portal.kernel.model.AuditedModel
setUserName
public void setUserName(String userName)
- Specified by:
setUserName in interface com.liferay.message.boards.kernel.model.MBMailingListModel- Specified by:
setUserName in interface com.liferay.portal.kernel.model.AuditedModel
getCreateDate
public Date getCreateDate()
- Specified by:
getCreateDate in interface com.liferay.message.boards.kernel.model.MBMailingListModel- Specified by:
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDate in interface com.liferay.portal.kernel.model.StagedModel
setCreateDate
public void setCreateDate(Date createDate)
- Specified by:
setCreateDate in interface com.liferay.message.boards.kernel.model.MBMailingListModel- Specified by:
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDate in interface com.liferay.portal.kernel.model.StagedModel
getModifiedDate
public Date getModifiedDate()
- Specified by:
getModifiedDate in interface com.liferay.message.boards.kernel.model.MBMailingListModel- Specified by:
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
hasSetModifiedDate
public boolean hasSetModifiedDate()
setModifiedDate
public void setModifiedDate(Date modifiedDate)
- Specified by:
setModifiedDate in interface com.liferay.message.boards.kernel.model.MBMailingListModel- Specified by:
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
getCategoryId
public long getCategoryId()
- Specified by:
getCategoryId in interface com.liferay.message.boards.kernel.model.MBMailingListModel
setCategoryId
public void setCategoryId(long categoryId)
- Specified by:
setCategoryId in interface com.liferay.message.boards.kernel.model.MBMailingListModel
getOriginalCategoryId
public long getOriginalCategoryId()
getEmailAddress
public String getEmailAddress()
- Specified by:
getEmailAddress in interface com.liferay.message.boards.kernel.model.MBMailingListModel
setEmailAddress
public void setEmailAddress(String emailAddress)
- Specified by:
setEmailAddress in interface com.liferay.message.boards.kernel.model.MBMailingListModel
getInProtocol
public String getInProtocol()
- Specified by:
getInProtocol in interface com.liferay.message.boards.kernel.model.MBMailingListModel
setInProtocol
public void setInProtocol(String inProtocol)
- Specified by:
setInProtocol in interface com.liferay.message.boards.kernel.model.MBMailingListModel
getInServerName
public String getInServerName()
- Specified by:
getInServerName in interface com.liferay.message.boards.kernel.model.MBMailingListModel
setInServerName
public void setInServerName(String inServerName)
- Specified by:
setInServerName in interface com.liferay.message.boards.kernel.model.MBMailingListModel
getInServerPort
public int getInServerPort()
- Specified by:
getInServerPort in interface com.liferay.message.boards.kernel.model.MBMailingListModel
setInServerPort
public void setInServerPort(int inServerPort)
- Specified by:
setInServerPort in interface com.liferay.message.boards.kernel.model.MBMailingListModel
getInUseSSL
public boolean getInUseSSL()
- Specified by:
getInUseSSL in interface com.liferay.message.boards.kernel.model.MBMailingListModel
isInUseSSL
public boolean isInUseSSL()
- Specified by:
isInUseSSL in interface com.liferay.message.boards.kernel.model.MBMailingListModel
setInUseSSL
public void setInUseSSL(boolean inUseSSL)
- Specified by:
setInUseSSL in interface com.liferay.message.boards.kernel.model.MBMailingListModel
getInUserName
public String getInUserName()
- Specified by:
getInUserName in interface com.liferay.message.boards.kernel.model.MBMailingListModel
setInUserName
public void setInUserName(String inUserName)
- Specified by:
setInUserName in interface com.liferay.message.boards.kernel.model.MBMailingListModel
getInPassword
public String getInPassword()
- Specified by:
getInPassword in interface com.liferay.message.boards.kernel.model.MBMailingListModel
setInPassword
public void setInPassword(String inPassword)
- Specified by:
setInPassword in interface com.liferay.message.boards.kernel.model.MBMailingListModel
getInReadInterval
public int getInReadInterval()
- Specified by:
getInReadInterval in interface com.liferay.message.boards.kernel.model.MBMailingListModel
setInReadInterval
public void setInReadInterval(int inReadInterval)
- Specified by:
setInReadInterval in interface com.liferay.message.boards.kernel.model.MBMailingListModel
getOutEmailAddress
public String getOutEmailAddress()
- Specified by:
getOutEmailAddress in interface com.liferay.message.boards.kernel.model.MBMailingListModel
setOutEmailAddress
public void setOutEmailAddress(String outEmailAddress)
- Specified by:
setOutEmailAddress in interface com.liferay.message.boards.kernel.model.MBMailingListModel
getOutCustom
public boolean getOutCustom()
- Specified by:
getOutCustom in interface com.liferay.message.boards.kernel.model.MBMailingListModel
isOutCustom
public boolean isOutCustom()
- Specified by:
isOutCustom in interface com.liferay.message.boards.kernel.model.MBMailingListModel
setOutCustom
public void setOutCustom(boolean outCustom)
- Specified by:
setOutCustom in interface com.liferay.message.boards.kernel.model.MBMailingListModel
getOutServerName
public String getOutServerName()
- Specified by:
getOutServerName in interface com.liferay.message.boards.kernel.model.MBMailingListModel
setOutServerName
public void setOutServerName(String outServerName)
- Specified by:
setOutServerName in interface com.liferay.message.boards.kernel.model.MBMailingListModel
getOutServerPort
public int getOutServerPort()
- Specified by:
getOutServerPort in interface com.liferay.message.boards.kernel.model.MBMailingListModel
setOutServerPort
public void setOutServerPort(int outServerPort)
- Specified by:
setOutServerPort in interface com.liferay.message.boards.kernel.model.MBMailingListModel
getOutUseSSL
public boolean getOutUseSSL()
- Specified by:
getOutUseSSL in interface com.liferay.message.boards.kernel.model.MBMailingListModel
isOutUseSSL
public boolean isOutUseSSL()
- Specified by:
isOutUseSSL in interface com.liferay.message.boards.kernel.model.MBMailingListModel
setOutUseSSL
public void setOutUseSSL(boolean outUseSSL)
- Specified by:
setOutUseSSL in interface com.liferay.message.boards.kernel.model.MBMailingListModel
getOutUserName
public String getOutUserName()
- Specified by:
getOutUserName in interface com.liferay.message.boards.kernel.model.MBMailingListModel
setOutUserName
public void setOutUserName(String outUserName)
- Specified by:
setOutUserName in interface com.liferay.message.boards.kernel.model.MBMailingListModel
getOutPassword
public String getOutPassword()
- Specified by:
getOutPassword in interface com.liferay.message.boards.kernel.model.MBMailingListModel
setOutPassword
public void setOutPassword(String outPassword)
- Specified by:
setOutPassword in interface com.liferay.message.boards.kernel.model.MBMailingListModel
getAllowAnonymous
public boolean getAllowAnonymous()
- Specified by:
getAllowAnonymous in interface com.liferay.message.boards.kernel.model.MBMailingListModel
isAllowAnonymous
public boolean isAllowAnonymous()
- Specified by:
isAllowAnonymous in interface com.liferay.message.boards.kernel.model.MBMailingListModel
setAllowAnonymous
public void setAllowAnonymous(boolean allowAnonymous)
- Specified by:
setAllowAnonymous in interface com.liferay.message.boards.kernel.model.MBMailingListModel
getActive
public boolean getActive()
- Specified by:
getActive in interface com.liferay.message.boards.kernel.model.MBMailingListModel
isActive
public boolean isActive()
- Specified by:
isActive in interface com.liferay.message.boards.kernel.model.MBMailingListModel
setActive
public void setActive(boolean active)
- Specified by:
setActive in interface com.liferay.message.boards.kernel.model.MBMailingListModel
getOriginalActive
public boolean getOriginalActive()
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
- Specified by:
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModel
getColumnBitmask
public long getColumnBitmask()
getExpandoBridge
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge in interface com.liferay.message.boards.kernel.model.MBMailingListModel- Specified by:
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.message.boards.kernel.model.MBMailingList>- Specified by:
getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModel- Overrides:
getExpandoBridge in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.message.boards.kernel.model.MBMailingList>
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes in interface com.liferay.message.boards.kernel.model.MBMailingListModel- Specified by:
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.message.boards.kernel.model.MBMailingList>- Overrides:
setExpandoBridgeAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.message.boards.kernel.model.MBMailingList>
toEscapedModel
public com.liferay.message.boards.kernel.model.MBMailingList toEscapedModel()
- Specified by:
toEscapedModel in interface com.liferay.message.boards.kernel.model.MBMailingListModel- Specified by:
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.message.boards.kernel.model.MBMailingList>- Overrides:
toEscapedModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.message.boards.kernel.model.MBMailingList>
clone
public Object clone()
- Specified by:
clone in interface com.liferay.message.boards.kernel.model.MBMailingListModel- Specified by:
clone in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.message.boards.kernel.model.MBMailingList>- Specified by:
clone in interface com.liferay.portal.kernel.model.StagedModel- Specified by:
clone in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.message.boards.kernel.model.MBMailingList>
compareTo
public int compareTo(com.liferay.message.boards.kernel.model.MBMailingList mbMailingList)
- Specified by:
compareTo in interface com.liferay.message.boards.kernel.model.MBMailingListModel- Specified by:
compareTo in interface Comparable<com.liferay.message.boards.kernel.model.MBMailingList>
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Specified by:
hashCode in interface com.liferay.message.boards.kernel.model.MBMailingListModel- Overrides:
hashCode in class Object
isEntityCacheEnabled
public boolean isEntityCacheEnabled()
- Specified by:
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.message.boards.kernel.model.MBMailingList>
isFinderCacheEnabled
public boolean isFinderCacheEnabled()
- Specified by:
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.message.boards.kernel.model.MBMailingList>
resetOriginalValues
public void resetOriginalValues()
- Specified by:
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.message.boards.kernel.model.MBMailingList>- Overrides:
resetOriginalValues in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.message.boards.kernel.model.MBMailingList>
toCacheModel
public com.liferay.portal.kernel.model.CacheModel<com.liferay.message.boards.kernel.model.MBMailingList> toCacheModel()
- Specified by:
toCacheModel in interface com.liferay.message.boards.kernel.model.MBMailingListModel- Specified by:
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.message.boards.kernel.model.MBMailingList>- Overrides:
toCacheModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.message.boards.kernel.model.MBMailingList>
toString
public String toString()
- Specified by:
toString in interface com.liferay.message.boards.kernel.model.MBMailingListModel- Overrides:
toString in class Object
toXmlString
public String toXmlString()
- Specified by:
toXmlString in interface com.liferay.message.boards.kernel.model.MBMailingListModel- Specified by:
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.message.boards.kernel.model.MBMailingList>