|
Liferay 6.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@ProviderType public interface MBMailingListModel
The base model interface for the MBMailingList service. Represents a row in the "MBMailingList" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation MBMailingListModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in MBMailingListImpl
.
MBMailingList
,
MBMailingListImpl
,
MBMailingListModelImpl
Method Summary | |
---|---|
abstract Object |
clone()
Creates a shallow clone of this model instance. |
abstract int |
compareTo(MBMailingList mbMailingList)
|
abstract boolean |
getActive()
Returns the active of this message boards mailing list. |
abstract boolean |
getAllowAnonymous()
Returns the allow anonymous of this message boards mailing list. |
abstract long |
getCategoryId()
Returns the category ID of this message boards mailing list. |
abstract long |
getCompanyId()
Returns the company ID of this message boards mailing list. |
abstract Date |
getCreateDate()
Returns the create date of this message boards mailing list. |
abstract String |
getEmailAddress()
Returns the email address of this message boards mailing list. |
abstract ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
abstract long |
getGroupId()
Returns the group ID of this message boards mailing list. |
abstract String |
getInPassword()
Returns the in password of this message boards mailing list. |
abstract String |
getInProtocol()
Returns the in protocol of this message boards mailing list. |
abstract int |
getInReadInterval()
Returns the in read interval of this message boards mailing list. |
abstract String |
getInServerName()
Returns the in server name of this message boards mailing list. |
abstract int |
getInServerPort()
Returns the in server port of this message boards mailing list. |
abstract String |
getInUserName()
Returns the in user name of this message boards mailing list. |
abstract boolean |
getInUseSSL()
Returns the in use s s l of this message boards mailing list. |
abstract long |
getMailingListId()
Returns the mailing list ID of this message boards mailing list. |
abstract Date |
getModifiedDate()
Returns the modified date of this message boards mailing list. |
abstract boolean |
getOutCustom()
Returns the out custom of this message boards mailing list. |
abstract String |
getOutEmailAddress()
Returns the out email address of this message boards mailing list. |
abstract String |
getOutPassword()
Returns the out password of this message boards mailing list. |
abstract String |
getOutServerName()
Returns the out server name of this message boards mailing list. |
abstract int |
getOutServerPort()
Returns the out server port of this message boards mailing list. |
abstract String |
getOutUserName()
Returns the out user name of this message boards mailing list. |
abstract boolean |
getOutUseSSL()
Returns the out use s s l of this message boards mailing list. |
abstract long |
getPrimaryKey()
Returns the primary key of this message boards mailing list. |
abstract Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
abstract long |
getUserId()
Returns the user ID of this message boards mailing list. |
abstract String |
getUserName()
Returns the user name of this message boards mailing list. |
abstract String |
getUserUuid()
Returns the user uuid of this message boards mailing list. |
abstract String |
getUuid()
Returns the uuid of this message boards mailing list. |
abstract int |
hashCode()
|
abstract boolean |
isActive()
Returns true if this message boards mailing list is active. |
abstract boolean |
isAllowAnonymous()
Returns true if this message boards mailing list is allow anonymous. |
abstract boolean |
isCachedModel()
Returns true if this model instance was retrieved from the
entity cache. |
abstract boolean |
isEscapedModel()
Returns true if this model instance is escaped. |
abstract boolean |
isInUseSSL()
Returns true if this message boards mailing list is in use s s l. |
abstract boolean |
isNew()
Returns true if this model instance does not yet exist in
the database. |
abstract boolean |
isOutCustom()
Returns true if this message boards mailing list is out custom. |
abstract boolean |
isOutUseSSL()
Returns true if this message boards mailing list is out use s s l. |
abstract void |
setActive(boolean active)
Sets whether this message boards mailing list is active. |
abstract void |
setAllowAnonymous(boolean allowAnonymous)
Sets whether this message boards mailing list is allow anonymous. |
abstract void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
abstract void |
setCategoryId(long categoryId)
Sets the category ID of this message boards mailing list. |
abstract void |
setCompanyId(long companyId)
Sets the company ID of this message boards mailing list. |
abstract void |
setCreateDate(Date createDate)
Sets the create date of this message boards mailing list. |
abstract void |
setEmailAddress(String emailAddress)
Sets the email address of this message boards mailing list. |
abstract void |
setExpandoBridgeAttributes(BaseModel<?> baseModel)
|
abstract void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
|
abstract void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
abstract void |
setGroupId(long groupId)
Sets the group ID of this message boards mailing list. |
abstract void |
setInPassword(String inPassword)
Sets the in password of this message boards mailing list. |
abstract void |
setInProtocol(String inProtocol)
Sets the in protocol of this message boards mailing list. |
abstract void |
setInReadInterval(int inReadInterval)
Sets the in read interval of this message boards mailing list. |
abstract void |
setInServerName(String inServerName)
Sets the in server name of this message boards mailing list. |
abstract void |
setInServerPort(int inServerPort)
Sets the in server port of this message boards mailing list. |
abstract void |
setInUserName(String inUserName)
Sets the in user name of this message boards mailing list. |
abstract void |
setInUseSSL(boolean inUseSSL)
Sets whether this message boards mailing list is in use s s l. |
abstract void |
setMailingListId(long mailingListId)
Sets the mailing list ID of this message boards mailing list. |
abstract void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this message boards mailing list. |
abstract void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
abstract void |
setOutCustom(boolean outCustom)
Sets whether this message boards mailing list is out custom. |
abstract void |
setOutEmailAddress(String outEmailAddress)
Sets the out email address of this message boards mailing list. |
abstract void |
setOutPassword(String outPassword)
Sets the out password of this message boards mailing list. |
abstract void |
setOutServerName(String outServerName)
Sets the out server name of this message boards mailing list. |
abstract void |
setOutServerPort(int outServerPort)
Sets the out server port of this message boards mailing list. |
abstract void |
setOutUserName(String outUserName)
Sets the out user name of this message boards mailing list. |
abstract void |
setOutUseSSL(boolean outUseSSL)
Sets whether this message boards mailing list is out use s s l. |
abstract void |
setPrimaryKey(long primaryKey)
Sets the primary key of this message boards mailing list. |
abstract void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
abstract void |
setUserId(long userId)
Sets the user ID of this message boards mailing list. |
abstract void |
setUserName(String userName)
Sets the user name of this message boards mailing list. |
abstract void |
setUserUuid(String userUuid)
Sets the user uuid of this message boards mailing list. |
abstract void |
setUuid(String uuid)
Sets the uuid of this message boards mailing list. |
abstract CacheModel<MBMailingList> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
abstract MBMailingList |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler . |
abstract String |
toString()
|
abstract MBMailingList |
toUnescapedModel()
|
abstract String |
toXmlString()
Returns the XML representation of this model instance. |
Methods inherited from interface com.liferay.portal.model.BaseModel |
---|
getModelAttributes, resetOriginalValues, setModelAttributes |
Methods inherited from interface com.liferay.portal.model.ClassedModel |
---|
getModelClass, getModelClassName |
Methods inherited from interface com.liferay.portal.model.StagedModel |
---|
getStagedModelType |
Method Detail |
---|
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this message boards mailing list@AutoEscape String getUuid()
getUuid
in interface StagedModel
void setUuid(String uuid)
setUuid
in interface StagedModel
uuid
- the uuid of this message boards mailing listlong getMailingListId()
void setMailingListId(long mailingListId)
mailingListId
- the mailing list ID of this message boards mailing listlong getGroupId()
getGroupId
in interface GroupedModel
void setGroupId(long groupId)
setGroupId
in interface GroupedModel
groupId
- the group ID of this message boards mailing listlong getCompanyId()
getCompanyId
in interface AuditedModel
getCompanyId
in interface StagedModel
void setCompanyId(long companyId)
setCompanyId
in interface AuditedModel
setCompanyId
in interface StagedModel
companyId
- the company ID of this message boards mailing listlong getUserId()
getUserId
in interface AuditedModel
void setUserId(long userId)
setUserId
in interface AuditedModel
userId
- the user ID of this message boards mailing listString getUserUuid() throws SystemException
getUserUuid
in interface AuditedModel
SystemException
- if a system exception occurredvoid setUserUuid(String userUuid)
setUserUuid
in interface AuditedModel
userUuid
- the user uuid of this message boards mailing list@AutoEscape String getUserName()
getUserName
in interface AuditedModel
void setUserName(String userName)
setUserName
in interface AuditedModel
userName
- the user name of this message boards mailing listDate getCreateDate()
getCreateDate
in interface AuditedModel
getCreateDate
in interface StagedModel
void setCreateDate(Date createDate)
setCreateDate
in interface AuditedModel
setCreateDate
in interface StagedModel
createDate
- the create date of this message boards mailing listDate getModifiedDate()
getModifiedDate
in interface AuditedModel
getModifiedDate
in interface StagedModel
void setModifiedDate(Date modifiedDate)
setModifiedDate
in interface AuditedModel
setModifiedDate
in interface StagedModel
modifiedDate
- the modified date of this message boards mailing listlong getCategoryId()
void setCategoryId(long categoryId)
categoryId
- the category ID of this message boards mailing list@AutoEscape String getEmailAddress()
void setEmailAddress(String emailAddress)
emailAddress
- the email address of this message boards mailing list@AutoEscape String getInProtocol()
void setInProtocol(String inProtocol)
inProtocol
- the in protocol of this message boards mailing list@AutoEscape String getInServerName()
void setInServerName(String inServerName)
inServerName
- the in server name of this message boards mailing listint getInServerPort()
void setInServerPort(int inServerPort)
inServerPort
- the in server port of this message boards mailing listboolean getInUseSSL()
boolean isInUseSSL()
true
if this message boards mailing list is in use s s l.
true
if this message boards mailing list is in use s s l; false
otherwisevoid setInUseSSL(boolean inUseSSL)
inUseSSL
- the in use s s l of this message boards mailing list@AutoEscape String getInUserName()
void setInUserName(String inUserName)
inUserName
- the in user name of this message boards mailing list@AutoEscape String getInPassword()
void setInPassword(String inPassword)
inPassword
- the in password of this message boards mailing listint getInReadInterval()
void setInReadInterval(int inReadInterval)
inReadInterval
- the in read interval of this message boards mailing list@AutoEscape String getOutEmailAddress()
void setOutEmailAddress(String outEmailAddress)
outEmailAddress
- the out email address of this message boards mailing listboolean getOutCustom()
boolean isOutCustom()
true
if this message boards mailing list is out custom.
true
if this message boards mailing list is out custom; false
otherwisevoid setOutCustom(boolean outCustom)
outCustom
- the out custom of this message boards mailing list@AutoEscape String getOutServerName()
void setOutServerName(String outServerName)
outServerName
- the out server name of this message boards mailing listint getOutServerPort()
void setOutServerPort(int outServerPort)
outServerPort
- the out server port of this message boards mailing listboolean getOutUseSSL()
boolean isOutUseSSL()
true
if this message boards mailing list is out use s s l.
true
if this message boards mailing list is out use s s l; false
otherwisevoid setOutUseSSL(boolean outUseSSL)
outUseSSL
- the out use s s l of this message boards mailing list@AutoEscape String getOutUserName()
void setOutUserName(String outUserName)
outUserName
- the out user name of this message boards mailing list@AutoEscape String getOutPassword()
void setOutPassword(String outPassword)
outPassword
- the out password of this message boards mailing listboolean getAllowAnonymous()
boolean isAllowAnonymous()
true
if this message boards mailing list is allow anonymous.
true
if this message boards mailing list is allow anonymous; false
otherwisevoid setAllowAnonymous(boolean allowAnonymous)
allowAnonymous
- the allow anonymous of this message boards mailing listboolean getActive()
boolean isActive()
true
if this message boards mailing list is active.
true
if this message boards mailing list is active; false
otherwisevoid setActive(boolean active)
active
- the active of this message boards mailing listboolean isNew()
BaseModel
true
if this model instance does not yet exist in
the database.
isNew
in interface BaseModel<MBMailingList>
true
if this model instance does not yet exist in
the database; false
otherwisevoid setNew(boolean n)
BaseModel
setNew
in interface BaseModel<MBMailingList>
n
- whether this model instance does not yet exist in the databaseboolean isCachedModel()
BaseModel
true
if this model instance was retrieved from the
entity cache.
isCachedModel
in interface BaseModel<MBMailingList>
true
if this model instance was retrieved from the
entity cache; false
otherwiseBaseModel.setCachedModel(boolean)
void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel
in interface BaseModel<MBMailingList>
cachedModel
- whether this model instance was retrieved from the
entity cacheEntityCache
boolean isEscapedModel()
BaseModel
true
if this model instance is escaped.
isEscapedModel
in interface BaseModel<MBMailingList>
true
if this model instance is escaped;
false
otherwiseSerializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<MBMailingList>
getPrimaryKeyObj
in interface ClassedModel
void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface BaseModel<MBMailingList>
setPrimaryKeyObj
in interface ClassedModel
primaryKeyObj
- the primary key of this model instanceExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<MBMailingList>
getExpandoBridge
in interface ClassedModel
void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes
in interface BaseModel<MBMailingList>
void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes
in interface BaseModel<MBMailingList>
void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<MBMailingList>
serviceContext
- the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)
Object clone()
BaseModel
clone
in interface BaseModel<MBMailingList>
clone
in interface StagedModel
int compareTo(MBMailingList mbMailingList)
compareTo
in interface Comparable<MBMailingList>
int hashCode()
hashCode
in class Object
CacheModel<MBMailingList> toCacheModel()
BaseModel
toCacheModel
in interface BaseModel<MBMailingList>
MBMailingList toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface BaseModel<MBMailingList>
AutoEscapeBeanHandler
MBMailingList toUnescapedModel()
toUnescapedModel
in interface BaseModel<MBMailingList>
String toString()
toString
in class Object
String toXmlString()
BaseModel
toXmlString
in interface BaseModel<MBMailingList>
|
Liferay 6.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |