Liferay 6.2-ce-ga5

com.liferay.portal.model
Interface Website

All Superinterfaces:
AttachedModel, AuditedModel, BaseModel<Website>, ClassedModel, Cloneable, Comparable<Website>, PersistedModel, Serializable, StagedAuditedModel, StagedModel, TypedModel, WebsiteModel
All Known Implementing Classes:
WebsiteBaseImpl, WebsiteImpl, 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
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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, getUuid, getWebsiteId, hashCode, isCachedModel, isEscapedModel, isNew, isPrimary, setCachedModel, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModifiedDate, 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, 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
 

Method Detail

getType

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

Liferay 6.2-ce-ga5