Class HomeContent
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.BaseEntity
-
- org.cyclos.entities.contentmanagement.BaseStaticContent
-
- org.cyclos.entities.contentmanagement.BaseSectionContent
-
- org.cyclos.entities.contentmanagement.HomeContent
-
- All Implemented Interfaces:
Cloneable,HasContentScript,HasNetwork,ProcessableForProxying,IEntity,UsesScript
@Entity public class HomeContent extends BaseSectionContent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description HomeContent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StaticContentNaturegetNature()MobilePageShowInOptiongetShowIn()Set<PushNotificationEventType<?>>getUpdateOnEvents()booleanisEnabled()Indicates whether this entity is enabledbooleanisHideQuickActions()booleanisUpdateOnAccountStatusEvents()voidsetEnabled(boolean enabled)voidsetHideQuickActions(Boolean hideQuickActions)voidsetShowIn(MobilePageShowInOption showIn)voidsetUpdateOnAccountStatusEvents(boolean updateOnAccountStatusEvents)-
Methods inherited from class org.cyclos.entities.contentmanagement.BaseSectionContent
isCustomized, setCustomized
-
Methods inherited from class org.cyclos.entities.contentmanagement.BaseStaticContent
getConfiguration, getContent, getContentScript, getContentScriptParameters, getDataTranslationType, getLastModified, getLastModifiedMillis, getNetwork, getScriptUsedInType, setConfiguration, setContent, setContentScript, setContentScriptParameters, setLastModified
-
Methods inherited from class org.cyclos.entities.BaseEntity
getVersion
-
Methods inherited from class org.cyclos.entities.NetworkedEntity
isGlobal
-
Methods inherited from class org.cyclos.entities.SimpleEntity
equals, getId, hashCode, id, ids, isPersistent, isTransient, register, setId, toShortString, toString, uniqueIds, uniqueIds
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.entities.ProcessableForProxying
getProxyClass
-
-
-
-
Method Detail
-
getNature
public StaticContentNature getNature()
- Specified by:
getNaturein classBaseStaticContent
-
getShowIn
public MobilePageShowInOption getShowIn()
-
getUpdateOnEvents
public Set<PushNotificationEventType<?>> getUpdateOnEvents()
-
isEnabled
public boolean isEnabled()
Description copied from interface:UsesScriptIndicates whether this entity is enabled
-
isHideQuickActions
public boolean isHideQuickActions()
-
isUpdateOnAccountStatusEvents
public boolean isUpdateOnAccountStatusEvents()
-
setEnabled
public void setEnabled(boolean enabled)
-
setHideQuickActions
public void setHideQuickActions(Boolean hideQuickActions)
-
setShowIn
public void setShowIn(MobilePageShowInOption showIn)
-
setUpdateOnAccountStatusEvents
public void setUpdateOnAccountStatusEvents(boolean updateOnAccountStatusEvents)
-
-