Interface SiteNavigationMenu
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<SiteNavigationMenu>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<SiteNavigationMenu>,com.liferay.portal.kernel.model.change.tracking.CTModel<SiteNavigationMenu>,com.liferay.portal.kernel.model.ExternalReferenceCodeModel,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,Serializable,com.liferay.portal.kernel.model.ShardedModel,SiteNavigationMenuModel,com.liferay.portal.kernel.model.StagedGroupedModel,com.liferay.portal.kernel.model.StagedModel
- All Known Implementing Classes:
SiteNavigationMenuWrapper
@ProviderType
public interface SiteNavigationMenu
extends com.liferay.portal.kernel.model.PersistedModel, SiteNavigationMenuModel
The extended model interface for the SiteNavigationMenu service. Represents a row in the "SiteNavigationMenu" database table, with each column mapped to a property of this class.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.liferay.portal.kernel.util.Accessor<SiteNavigationMenu,String> static final com.liferay.portal.kernel.util.Accessor<SiteNavigationMenu,Long> -
Method Summary
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persistMethods inherited from interface com.liferay.site.navigation.model.SiteNavigationMenuModel
cloneWithOriginalValues, getAuto, getCompanyId, getCreateDate, getCtCollectionId, getExternalReferenceCode, getGroupId, getLastPublishDate, getModifiedDate, getMvccVersion, getName, getPrimaryKey, getSiteNavigationMenuId, getType, getUserId, getUserName, getUserUuid, getUuid, isAuto, setAuto, setCompanyId, setCreateDate, setCtCollectionId, setExternalReferenceCode, setGroupId, setLastPublishDate, setModifiedDate, setMvccVersion, setName, setPrimaryKey, setSiteNavigationMenuId, setType, setUserId, setUserName, setUserUuid, setUuid, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Field Details
-
SITE_NAVIGATION_MENU_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<SiteNavigationMenu,Long> SITE_NAVIGATION_MENU_ID_ACCESSOR -
NAME_ACCESSOR
-
-
Method Details
-
getTypeKey
String getTypeKey() -
isPrimary
boolean isPrimary()
-