Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Interface Website

All Superinterfaces:
AttachedModel, AuditedModel, BaseModel<Website>, ClassedModel, Cloneable, Comparable<Website>, PersistedModel, Serializable, WebsiteModel
All Known Implementing Classes:
WebsiteWrapper

public interface Website
extends WebsiteModel, PersistedModel

The extended model interface for the Website service. Represents a row in the "Website" database table, with each column mapped to a property of this class.

See Also:
WebsiteModel, WebsiteImpl, WebsiteModelImpl

Method Summary
 ListType getType()
           
 
Methods inherited from interface com.liferay.portal.model.WebsiteModel
clone, compareTo, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getExpandoBridge, getModifiedDate, getPrimary, getPrimaryKey, getPrimaryKeyObj, getTypeId, getUrl, getUserId, getUserName, getUserUuid, getWebsiteId, hashCode, isCachedModel, isEscapedModel, isNew, isPrimary, setCachedModel, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setModifiedDate, setNew, setPrimary, setPrimaryKey, setPrimaryKeyObj, setTypeId, setUrl, setUserId, setUserName, setUserUuid, setWebsiteId, 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
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getType

ListType getType()
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

Liferay 6.1.2-ce-ga3