|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 com.liferay.portlet.messageboards.model.impl.MBMailingListModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portlet.messageboards.model.impl.MBMailingListImpl.
Never modify or reference this interface directly. All methods that expect a message boards mailing list model instance should use the MBMailingList interface instead.
MBMailingList,
com.liferay.portlet.messageboards.model.impl.MBMailingListImpl,
com.liferay.portlet.messageboards.model.impl.MBMailingListModelImpl| Method Summary | |
|---|---|
java.lang.Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(MBMailingList mbMailingList)
|
boolean |
getActive()
Gets the active of this message boards mailing list. |
long |
getCategoryId()
Gets the category id of this message boards mailing list. |
long |
getCompanyId()
Gets the company id of this message boards mailing list. |
java.util.Date |
getCreateDate()
Gets the create date of this message boards mailing list. |
java.lang.String |
getEmailAddress()
Gets the email address of this message boards mailing list. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
Gets the group id of this message boards mailing list. |
java.lang.String |
getInPassword()
Gets the in password of this message boards mailing list. |
java.lang.String |
getInProtocol()
Gets the in protocol of this message boards mailing list. |
int |
getInReadInterval()
Gets the in read interval of this message boards mailing list. |
java.lang.String |
getInServerName()
Gets the in server name of this message boards mailing list. |
int |
getInServerPort()
Gets the in server port of this message boards mailing list. |
java.lang.String |
getInUserName()
Gets the in user name of this message boards mailing list. |
boolean |
getInUseSSL()
Gets the in use s s l of this message boards mailing list. |
long |
getMailingListId()
Gets the mailing list id of this message boards mailing list. |
java.util.Date |
getModifiedDate()
Gets the modified date of this message boards mailing list. |
boolean |
getOutCustom()
Gets the out custom of this message boards mailing list. |
java.lang.String |
getOutEmailAddress()
Gets the out email address of this message boards mailing list. |
java.lang.String |
getOutPassword()
Gets the out password of this message boards mailing list. |
java.lang.String |
getOutServerName()
Gets the out server name of this message boards mailing list. |
int |
getOutServerPort()
Gets the out server port of this message boards mailing list. |
java.lang.String |
getOutUserName()
Gets the out user name of this message boards mailing list. |
boolean |
getOutUseSSL()
Gets the out use s s l of this message boards mailing list. |
long |
getPrimaryKey()
Gets the primary key of this message boards mailing list. |
java.io.Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
long |
getUserId()
Gets the user id of this message boards mailing list. |
java.lang.String |
getUserName()
Gets the user name of this message boards mailing list. |
java.lang.String |
getUserUuid()
Gets the user uuid of this message boards mailing list. |
java.lang.String |
getUuid()
Gets the uuid of this message boards mailing list. |
int |
hashCode()
|
boolean |
isActive()
Determines if this message boards mailing list is active. |
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEscapedModel()
Determines if this model instance is escaped. |
boolean |
isInUseSSL()
Determines if this message boards mailing list is in use s s l. |
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
boolean |
isOutCustom()
Determines if this message boards mailing list is out custom. |
boolean |
isOutUseSSL()
Determines if this message boards mailing list is out use s s l. |
void |
setActive(boolean active)
Sets whether this {$entity.humanName} is active. |
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(java.util.Date createDate)
Sets the create date of this message boards mailing list. |
void |
setEmailAddress(java.lang.String emailAddress)
Sets the email address of this message boards mailing list. |
void |
setEscapedModel(boolean escapedModel)
Sets whether this model instance is escaped, meaning that all strings returned from getter methods are HTML safe. |
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(java.lang.String inPassword)
Sets the in password of this message boards mailing list. |
void |
setInProtocol(java.lang.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(java.lang.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(java.lang.String inUserName)
Sets the in user name of this message boards mailing list. |
void |
setInUseSSL(boolean inUseSSL)
Sets whether this {$entity.humanName} is in use s s l. |
void |
setMailingListId(long mailingListId)
Sets the mailing list id of this message boards mailing list. |
void |
setModifiedDate(java.util.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 {$entity.humanName} is out custom. |
void |
setOutEmailAddress(java.lang.String outEmailAddress)
Sets the out email address of this message boards mailing list. |
void |
setOutPassword(java.lang.String outPassword)
Sets the out password of this message boards mailing list. |
void |
setOutServerName(java.lang.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(java.lang.String outUserName)
Sets the out user name of this message boards mailing list. |
void |
setOutUseSSL(boolean outUseSSL)
Sets whether this {$entity.humanName} is out use s s l. |
void |
setPrimaryKey(long pk)
Sets the primary key of this message boards mailing list |
void |
setUserId(long userId)
Sets the user id of this message boards mailing list. |
void |
setUserName(java.lang.String userName)
Sets the user name of this message boards mailing list. |
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this message boards mailing list. |
void |
setUuid(java.lang.String uuid)
Sets the uuid of this message boards mailing list. |
MBMailingList |
toEscapedModel()
Gets a copy of this message boards mailing list as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
java.lang.String |
toString()
|
java.lang.String |
toXmlString()
Gets the XML representation of this model instance. |
| Method Detail |
|---|
long getPrimaryKey()
void setPrimaryKey(long pk)
pk - the primary key of this message boards mailing list@AutoEscape java.lang.String getUuid()
void setUuid(java.lang.String uuid)
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()
void setGroupId(long groupId)
groupId - the group id of this message boards mailing listlong getCompanyId()
void setCompanyId(long companyId)
companyId - the company id of this message boards mailing listlong getUserId()
void setUserId(long userId)
userId - the user id of this message boards mailing list
java.lang.String getUserUuid()
throws SystemException
SystemException - if a system exception occurredvoid setUserUuid(java.lang.String userUuid)
userUuid - the user uuid of this message boards mailing list@AutoEscape java.lang.String getUserName()
void setUserName(java.lang.String userName)
userName - the user name of this message boards mailing listjava.util.Date getCreateDate()
void setCreateDate(java.util.Date createDate)
createDate - the create date of this message boards mailing listjava.util.Date getModifiedDate()
void setModifiedDate(java.util.Date modifiedDate)
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 java.lang.String getEmailAddress()
void setEmailAddress(java.lang.String emailAddress)
emailAddress - the email address of this message boards mailing list@AutoEscape java.lang.String getInProtocol()
void setInProtocol(java.lang.String inProtocol)
inProtocol - the in protocol of this message boards mailing list@AutoEscape java.lang.String getInServerName()
void setInServerName(java.lang.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; false otherwisevoid setInUseSSL(boolean inUseSSL)
inUseSSL - the in use s s l of this message boards mailing list@AutoEscape java.lang.String getInUserName()
void setInUserName(java.lang.String inUserName)
inUserName - the in user name of this message boards mailing list@AutoEscape java.lang.String getInPassword()
void setInPassword(java.lang.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 java.lang.String getOutEmailAddress()
void setOutEmailAddress(java.lang.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; false otherwisevoid setOutCustom(boolean outCustom)
outCustom - the out custom of this message boards mailing list@AutoEscape java.lang.String getOutServerName()
void setOutServerName(java.lang.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; false otherwisevoid setOutUseSSL(boolean outUseSSL)
outUseSSL - the out use s s l of this message boards mailing list@AutoEscape java.lang.String getOutUserName()
void setOutUserName(java.lang.String outUserName)
outUserName - the out user name of this message boards mailing list@AutoEscape java.lang.String getOutPassword()
void setOutPassword(java.lang.String outPassword)
outPassword - the out password of this message boards mailing listboolean getActive()
boolean isActive()
true if this message boards mailing list is active; false otherwisevoid setActive(boolean active)
active - the active of this message boards mailing listMBMailingList toEscapedModel()
AutoEscapeBeanHandler.
AutoEscapeBeanHandlerboolean isNew()
BaseModel
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
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 cacheEntityCacheboolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<MBMailingList>true if this model instance is escaped;
false otherwiseBaseModel.setEscapedModel(boolean)void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be made escaped by wrapping it with an HTML auto
escape handler using its toEscapedModel method. For example,
UserModel.toEscapedModel().
setEscapedModel in interface BaseModel<MBMailingList>escapedModel - whether this model instance is escapedAutoEscapeBeanHandlerjava.io.Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<MBMailingList>ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<MBMailingList>void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<MBMailingList>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)java.lang.Object clone()
BaseModel
clone in interface BaseModel<MBMailingList>int compareTo(MBMailingList mbMailingList)
compareTo in interface java.lang.Comparable<MBMailingList>int hashCode()
hashCode in class java.lang.Objectjava.lang.String toString()
toString in class java.lang.Objectjava.lang.String toXmlString()
BaseModel
toXmlString in interface BaseModel<MBMailingList>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||