Liferay 6.2-ce-ga5

com.liferay.portal.model.impl
Class ContactImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<Contact>
      extended by com.liferay.portal.model.impl.ContactModelImpl
          extended by com.liferay.portal.model.impl.ContactBaseImpl
              extended by com.liferay.portal.model.impl.ContactImpl
All Implemented Interfaces:
AttachedModel, AuditedModel, BaseModel<Contact>, ClassedModel, Contact, ContactModel, PersistedModel, TypedModel, Serializable, Cloneable, Comparable<Contact>

public class ContactImpl
extends ContactBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.ContactModelImpl
ACCOUNTID_COLUMN_BITMASK, CLASSNAMEID_COLUMN_BITMASK, CLASSPK_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, CONTACTID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
ContactImpl()
           
 
Method Summary
 String getFullName()
           
protected  boolean hasClassName(Class<?> clazz)
           
 boolean isUser()
           
 
Methods inherited from class com.liferay.portal.model.impl.ContactBaseImpl
persist
 
Methods inherited from class com.liferay.portal.model.impl.ContactModelImpl
clone, compareTo, equals, getAccountId, getAimSn, getBirthday, getClassName, getClassNameId, getClassPK, getColumnBitmask, getCompanyId, getContactId, getCreateDate, getEmailAddress, getEmployeeNumber, getEmployeeStatusId, getExpandoBridge, getFacebookSn, getFirstName, getHoursOfOperation, getIcqSn, getJabberSn, getJobClass, getJobTitle, getLastName, getMale, getMiddleName, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getMsnSn, getMySpaceSn, getOriginalAccountId, getOriginalClassNameId, getOriginalClassPK, getOriginalCompanyId, getParentContactId, getPrefixId, getPrimaryKey, getPrimaryKeyObj, getSkypeSn, getSmsSn, getSuffixId, getTwitterSn, getUserId, getUserName, getUserUuid, getYmSn, hashCode, isMale, resetOriginalValues, setAccountId, setAimSn, setBirthday, setClassName, setClassNameId, setClassPK, setCompanyId, setContactId, setCreateDate, setEmailAddress, setEmployeeNumber, setEmployeeStatusId, setExpandoBridgeAttributes, setFacebookSn, setFirstName, setHoursOfOperation, setIcqSn, setJabberSn, setJobClass, setJobTitle, setLastName, setMale, setMiddleName, setModelAttributes, setModifiedDate, setMsnSn, setMySpaceSn, setParentContactId, setPrefixId, setPrimaryKey, setPrimaryKeyObj, setSkypeSn, setSmsSn, setSuffixId, setTwitterSn, setUserId, setUserName, setUserUuid, setYmSn, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.ContactModel
clone, compareTo, getAccountId, getAimSn, getBirthday, getClassName, getClassNameId, getClassPK, getCompanyId, getContactId, getCreateDate, getEmailAddress, getEmployeeNumber, getEmployeeStatusId, getExpandoBridge, getFacebookSn, getFirstName, getHoursOfOperation, getIcqSn, getJabberSn, getJobClass, getJobTitle, getLastName, getMale, getMiddleName, getModifiedDate, getMsnSn, getMySpaceSn, getParentContactId, getPrefixId, getPrimaryKey, getPrimaryKeyObj, getSkypeSn, getSmsSn, getSuffixId, getTwitterSn, getUserId, getUserName, getUserUuid, getYmSn, hashCode, isCachedModel, isEscapedModel, isMale, isNew, setAccountId, setAimSn, setBirthday, setCachedModel, setClassName, setClassNameId, setClassPK, setCompanyId, setContactId, setCreateDate, setEmailAddress, setEmployeeNumber, setEmployeeStatusId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setFacebookSn, setFirstName, setHoursOfOperation, setIcqSn, setJabberSn, setJobClass, setJobTitle, setLastName, setMale, setMiddleName, setModifiedDate, setMsnSn, setMySpaceSn, setNew, setParentContactId, setPrefixId, setPrimaryKey, setPrimaryKeyObj, setSkypeSn, setSmsSn, setSuffixId, setTwitterSn, setUserId, setUserName, setUserUuid, setYmSn, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

ContactImpl

public ContactImpl()
Method Detail

getFullName

public String getFullName()

isUser

public boolean isUser()

hasClassName

protected boolean hasClassName(Class<?> clazz)

Liferay 6.2-ce-ga5