Liferay 7.0-ce-b4

com.liferay.portal.model
Interface Website

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

@ProviderType
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

Field Summary
static Accessor<Website,Long> WEBSITE_ID_ACCESSOR
           
 
Method Summary
 ListType getType()
           
 
Methods inherited from interface com.liferay.portal.model.WebsiteModel
clone, compareTo, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getExpandoBridge, getLastPublishDate, getModifiedDate, getMvccVersion, getPrimary, getPrimaryKey, getPrimaryKeyObj, getTypeId, getUrl, getUserId, getUserName, getUserUuid, getUuid, getWebsiteId, hashCode, isCachedModel, isEscapedModel, isNew, isPrimary, setCachedModel, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setLastPublishDate, setModifiedDate, setMvccVersion, setNew, setPrimary, setPrimaryKey, setPrimaryKeyObj, setTypeId, setUrl, setUserId, setUserName, setUserUuid, setUuid, setWebsiteId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.StagedModel
getStagedModelType
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

WEBSITE_ID_ACCESSOR

static final Accessor<Website,Long> WEBSITE_ID_ACCESSOR
Method Detail

getType

ListType getType()
                 throws PortalException
Throws:
PortalException

Liferay 7.0-ce-b4