@JSON(strict=true)
@ProviderType
public class ContactModelImpl
extends com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.Contact>
implements com.liferay.portal.model.ContactModel
This implementation and its corresponding interface ContactModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in ContactImpl.
ContactImpl,
Contact,
ContactModel,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static long |
ACCOUNTID_COLUMN_BITMASK |
static long |
CLASSNAMEID_COLUMN_BITMASK |
static long |
CLASSPK_COLUMN_BITMASK |
static boolean |
COLUMN_BITMASK_ENABLED |
static long |
COMPANYID_COLUMN_BITMASK |
static long |
CONTACTID_COLUMN_BITMASK |
static java.lang.String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED |
static boolean |
FINDER_CACHE_ENABLED |
static long |
LOCK_EXPIRATION_TIME |
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 |
| Constructor and Description |
|---|
ContactModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(com.liferay.portal.model.Contact contact) |
boolean |
equals(java.lang.Object obj) |
long |
getAccountId() |
java.util.Date |
getBirthday() |
java.lang.String |
getClassName() |
long |
getClassNameId() |
long |
getClassPK() |
long |
getColumnBitmask() |
long |
getCompanyId() |
long |
getContactId() |
java.util.Date |
getCreateDate() |
java.lang.String |
getEmailAddress() |
java.lang.String |
getEmployeeNumber() |
java.lang.String |
getEmployeeStatusId() |
com.liferay.portlet.expando.model.ExpandoBridge |
getExpandoBridge() |
java.lang.String |
getFacebookSn() |
java.lang.String |
getFirstName() |
java.lang.String |
getHoursOfOperation() |
java.lang.String |
getJabberSn() |
java.lang.String |
getJobClass() |
java.lang.String |
getJobTitle() |
java.lang.String |
getLastName() |
boolean |
getMale() |
java.lang.String |
getMiddleName() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate() |
long |
getMvccVersion() |
long |
getOriginalAccountId() |
long |
getOriginalClassNameId() |
long |
getOriginalClassPK() |
long |
getOriginalCompanyId() |
long |
getParentContactId() |
long |
getPrefixId() |
long |
getPrimaryKey() |
java.io.Serializable |
getPrimaryKeyObj() |
java.lang.String |
getSkypeSn() |
java.lang.String |
getSmsSn() |
long |
getSuffixId() |
java.lang.String |
getTwitterSn() |
long |
getUserId() |
java.lang.String |
getUserName() |
java.lang.String |
getUserUuid() |
int |
hashCode() |
boolean |
hasSetModifiedDate() |
boolean |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
boolean |
isMale() |
void |
resetOriginalValues() |
void |
setAccountId(long accountId) |
void |
setBirthday(java.util.Date birthday) |
void |
setClassName(java.lang.String className) |
void |
setClassNameId(long classNameId) |
void |
setClassPK(long classPK) |
void |
setCompanyId(long companyId) |
void |
setContactId(long contactId) |
void |
setCreateDate(java.util.Date createDate) |
void |
setEmailAddress(java.lang.String emailAddress) |
void |
setEmployeeNumber(java.lang.String employeeNumber) |
void |
setEmployeeStatusId(java.lang.String employeeStatusId) |
void |
setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext) |
void |
setFacebookSn(java.lang.String facebookSn) |
void |
setFirstName(java.lang.String firstName) |
void |
setHoursOfOperation(java.lang.String hoursOfOperation) |
void |
setJabberSn(java.lang.String jabberSn) |
void |
setJobClass(java.lang.String jobClass) |
void |
setJobTitle(java.lang.String jobTitle) |
void |
setLastName(java.lang.String lastName) |
void |
setMale(boolean male) |
void |
setMiddleName(java.lang.String middleName) |
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate) |
void |
setMvccVersion(long mvccVersion) |
void |
setParentContactId(long parentContactId) |
void |
setPrefixId(long prefixId) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setSkypeSn(java.lang.String skypeSn) |
void |
setSmsSn(java.lang.String smsSn) |
void |
setSuffixId(long suffixId) |
void |
setTwitterSn(java.lang.String twitterSn) |
void |
setUserId(long userId) |
void |
setUserName(java.lang.String userName) |
void |
setUserUuid(java.lang.String userUuid) |
com.liferay.portal.model.CacheModel<com.liferay.portal.model.Contact> |
toCacheModel() |
com.liferay.portal.model.Contact |
toEscapedModel() |
static com.liferay.portal.model.Contact |
toModel(com.liferay.portal.model.ContactSoap soapModel)
Converts the soap model instance into a normal model instance.
|
static java.util.List<com.liferay.portal.model.Contact> |
toModels(com.liferay.portal.model.ContactSoap[] soapModels)
Converts the soap model instances into normal model instances.
|
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 ACCOUNTID_COLUMN_BITMASK
public static final long CLASSNAMEID_COLUMN_BITMASK
public static final long CLASSPK_COLUMN_BITMASK
public static final long COMPANYID_COLUMN_BITMASK
public static final long CONTACTID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public static com.liferay.portal.model.Contact toModel(com.liferay.portal.model.ContactSoap soapModel)
soapModel - the soap model instance to convertpublic static java.util.List<com.liferay.portal.model.Contact> toModels(com.liferay.portal.model.ContactSoap[] soapModels)
soapModels - the soap model instances to convertpublic long getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.model.ContactModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.model.ContactModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.Contact>getPrimaryKeyObj in interface com.liferay.portal.model.ClassedModelgetPrimaryKeyObj in interface com.liferay.portal.model.ContactModelpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.Contact>setPrimaryKeyObj in interface com.liferay.portal.model.ClassedModelsetPrimaryKeyObj in interface com.liferay.portal.model.ContactModelpublic 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.portal.model.Contact>getModelAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.Contact>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.Contact>setModelAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.Contact>@JSON public long getMvccVersion()
getMvccVersion in interface com.liferay.portal.model.ContactModelgetMvccVersion in interface com.liferay.portal.model.MVCCModelpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.model.ContactModelsetMvccVersion in interface com.liferay.portal.model.MVCCModel@JSON public long getContactId()
getContactId in interface com.liferay.portal.model.ContactModelpublic void setContactId(long contactId)
setContactId in interface com.liferay.portal.model.ContactModel@JSON public long getCompanyId()
getCompanyId in interface com.liferay.portal.model.AuditedModelgetCompanyId in interface com.liferay.portal.model.ContactModelgetCompanyId in interface com.liferay.portal.model.ShardedModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.model.AuditedModelsetCompanyId in interface com.liferay.portal.model.ContactModelsetCompanyId in interface com.liferay.portal.model.ShardedModelpublic long getOriginalCompanyId()
@JSON public long getUserId()
getUserId in interface com.liferay.portal.model.AuditedModelgetUserId in interface com.liferay.portal.model.ContactModelpublic void setUserId(long userId)
setUserId in interface com.liferay.portal.model.AuditedModelsetUserId in interface com.liferay.portal.model.ContactModelpublic java.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.model.AuditedModelgetUserUuid in interface com.liferay.portal.model.ContactModelpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.model.AuditedModelsetUserUuid in interface com.liferay.portal.model.ContactModel@JSON public java.lang.String getUserName()
getUserName in interface com.liferay.portal.model.AuditedModelgetUserName in interface com.liferay.portal.model.ContactModelpublic void setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.model.AuditedModelsetUserName in interface com.liferay.portal.model.ContactModel@JSON public java.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.model.AuditedModelgetCreateDate in interface com.liferay.portal.model.ContactModelpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.model.AuditedModelsetCreateDate in interface com.liferay.portal.model.ContactModel@JSON public java.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.model.AuditedModelgetModifiedDate in interface com.liferay.portal.model.ContactModelpublic boolean hasSetModifiedDate()
public void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.model.AuditedModelsetModifiedDate in interface com.liferay.portal.model.ContactModelpublic java.lang.String getClassName()
getClassName in interface com.liferay.portal.model.ContactModelgetClassName in interface com.liferay.portal.model.TypedModelpublic void setClassName(java.lang.String className)
setClassName in interface com.liferay.portal.model.ContactModel@JSON public long getClassNameId()
getClassNameId in interface com.liferay.portal.model.ContactModelgetClassNameId in interface com.liferay.portal.model.TypedModelpublic void setClassNameId(long classNameId)
setClassNameId in interface com.liferay.portal.model.ContactModelsetClassNameId in interface com.liferay.portal.model.TypedModelpublic long getOriginalClassNameId()
@JSON public long getClassPK()
getClassPK in interface com.liferay.portal.model.AttachedModelgetClassPK in interface com.liferay.portal.model.ContactModelpublic void setClassPK(long classPK)
setClassPK in interface com.liferay.portal.model.AttachedModelsetClassPK in interface com.liferay.portal.model.ContactModelpublic long getOriginalClassPK()
@JSON public long getAccountId()
getAccountId in interface com.liferay.portal.model.ContactModelpublic void setAccountId(long accountId)
setAccountId in interface com.liferay.portal.model.ContactModelpublic long getOriginalAccountId()
@JSON public long getParentContactId()
getParentContactId in interface com.liferay.portal.model.ContactModelpublic void setParentContactId(long parentContactId)
setParentContactId in interface com.liferay.portal.model.ContactModel@JSON public java.lang.String getEmailAddress()
getEmailAddress in interface com.liferay.portal.model.ContactModelpublic void setEmailAddress(java.lang.String emailAddress)
setEmailAddress in interface com.liferay.portal.model.ContactModel@JSON public java.lang.String getFirstName()
getFirstName in interface com.liferay.portal.model.ContactModelpublic void setFirstName(java.lang.String firstName)
setFirstName in interface com.liferay.portal.model.ContactModel@JSON public java.lang.String getMiddleName()
getMiddleName in interface com.liferay.portal.model.ContactModelpublic void setMiddleName(java.lang.String middleName)
setMiddleName in interface com.liferay.portal.model.ContactModel@JSON public java.lang.String getLastName()
getLastName in interface com.liferay.portal.model.ContactModelpublic void setLastName(java.lang.String lastName)
setLastName in interface com.liferay.portal.model.ContactModel@JSON public long getPrefixId()
getPrefixId in interface com.liferay.portal.model.ContactModelpublic void setPrefixId(long prefixId)
setPrefixId in interface com.liferay.portal.model.ContactModel@JSON public long getSuffixId()
getSuffixId in interface com.liferay.portal.model.ContactModelpublic void setSuffixId(long suffixId)
setSuffixId in interface com.liferay.portal.model.ContactModel@JSON public boolean getMale()
getMale in interface com.liferay.portal.model.ContactModelpublic boolean isMale()
isMale in interface com.liferay.portal.model.ContactModelpublic void setMale(boolean male)
setMale in interface com.liferay.portal.model.ContactModel@JSON public java.util.Date getBirthday()
getBirthday in interface com.liferay.portal.model.ContactModelpublic void setBirthday(java.util.Date birthday)
setBirthday in interface com.liferay.portal.model.ContactModel@JSON public java.lang.String getSmsSn()
getSmsSn in interface com.liferay.portal.model.ContactModelpublic void setSmsSn(java.lang.String smsSn)
setSmsSn in interface com.liferay.portal.model.ContactModel@JSON public java.lang.String getFacebookSn()
getFacebookSn in interface com.liferay.portal.model.ContactModelpublic void setFacebookSn(java.lang.String facebookSn)
setFacebookSn in interface com.liferay.portal.model.ContactModel@JSON public java.lang.String getJabberSn()
getJabberSn in interface com.liferay.portal.model.ContactModelpublic void setJabberSn(java.lang.String jabberSn)
setJabberSn in interface com.liferay.portal.model.ContactModel@JSON public java.lang.String getSkypeSn()
getSkypeSn in interface com.liferay.portal.model.ContactModelpublic void setSkypeSn(java.lang.String skypeSn)
setSkypeSn in interface com.liferay.portal.model.ContactModel@JSON public java.lang.String getTwitterSn()
getTwitterSn in interface com.liferay.portal.model.ContactModelpublic void setTwitterSn(java.lang.String twitterSn)
setTwitterSn in interface com.liferay.portal.model.ContactModel@JSON public java.lang.String getEmployeeStatusId()
getEmployeeStatusId in interface com.liferay.portal.model.ContactModelpublic void setEmployeeStatusId(java.lang.String employeeStatusId)
setEmployeeStatusId in interface com.liferay.portal.model.ContactModel@JSON public java.lang.String getEmployeeNumber()
getEmployeeNumber in interface com.liferay.portal.model.ContactModelpublic void setEmployeeNumber(java.lang.String employeeNumber)
setEmployeeNumber in interface com.liferay.portal.model.ContactModel@JSON public java.lang.String getJobTitle()
getJobTitle in interface com.liferay.portal.model.ContactModelpublic void setJobTitle(java.lang.String jobTitle)
setJobTitle in interface com.liferay.portal.model.ContactModel@JSON public java.lang.String getJobClass()
getJobClass in interface com.liferay.portal.model.ContactModelpublic void setJobClass(java.lang.String jobClass)
setJobClass in interface com.liferay.portal.model.ContactModel@JSON public java.lang.String getHoursOfOperation()
getHoursOfOperation in interface com.liferay.portal.model.ContactModelpublic void setHoursOfOperation(java.lang.String hoursOfOperation)
setHoursOfOperation in interface com.liferay.portal.model.ContactModelpublic long getColumnBitmask()
public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.Contact>getExpandoBridge in interface com.liferay.portal.model.ClassedModelgetExpandoBridge in interface com.liferay.portal.model.ContactModelgetExpandoBridge in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.Contact>public void setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.Contact>setExpandoBridgeAttributes in interface com.liferay.portal.model.ContactModelsetExpandoBridgeAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.Contact>public com.liferay.portal.model.Contact toEscapedModel()
toEscapedModel in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.Contact>toEscapedModel in interface com.liferay.portal.model.ContactModeltoEscapedModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.Contact>public java.lang.Object clone()
clone in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.Contact>clone in interface com.liferay.portal.model.ContactModelclone in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.Contact>public int compareTo(com.liferay.portal.model.Contact contact)
compareTo in interface com.liferay.portal.model.ContactModelcompareTo in interface java.lang.Comparable<com.liferay.portal.model.Contact>public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in interface com.liferay.portal.model.ContactModelhashCode in class java.lang.Objectpublic boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.Contact>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.Contact>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.Contact>resetOriginalValues in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.Contact>public com.liferay.portal.model.CacheModel<com.liferay.portal.model.Contact> toCacheModel()
toCacheModel in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.Contact>toCacheModel in interface com.liferay.portal.model.ContactModeltoCacheModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.Contact>public java.lang.String toString()
toString in interface com.liferay.portal.model.ContactModeltoString in class java.lang.Objectpublic java.lang.String toXmlString()
toXmlString in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.Contact>toXmlString in interface com.liferay.portal.model.ContactModel