com.liferay.portal.model
Interface Website
- All Superinterfaces:
- BaseModel<Website>, Cloneable, Comparable<Website>, Serializable, WebsiteModel
- All Known Implementing Classes:
- WebsiteImpl, WebsiteWrapper
public interface Website
- extends WebsiteModel
The model interface for the Website service. Represents a row in the "Website" database table, with each column mapped to a property of this class.
Never modify this interface directly. Add methods to WebsiteImpl
and rerun ServiceBuilder to automatically copy the method declarations to this interface.
Never reference this interface directly. All methods that expect a website model instance should use the Website
interface instead.
- See Also:
WebsiteModel
,
WebsiteImpl
,
WebsiteModelImpl
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
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, setClassNameId, setClassPK, setCompanyId, setCreateDate, setEscapedModel, setExpandoBridgeAttributes, setModifiedDate, setNew, setPrimary, setPrimaryKey, setTypeId, setUrl, setUserId, setUserName, setUserUuid, setWebsiteId, toEscapedModel, toString, toXmlString |
getType
ListType getType()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException