Package io.mateu.mdd.shared.interfaces
Interface App
-
public interface App
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IAreagetArea(IModule module)IAreagetArea(String state)IArea[]getAreas()ObjectgetBean()IAreagetDefaultPrivateArea()IAreagetDefaultPublicArea()IFieldBuildergetFieldBuilder(FieldInterfaced f)StringgetLogo()MenuEntrygetMenu(String path)StringgetMenuId(MenuEntry action)IModulegetModule(String path)StringgetName()StringgetPersistenceUnitName()StringgetState(Object part)booleanhasPrivateContent()booleanhasRegistrationForm()booleanisAuthenticationNeeded()booleanisChartsEnabled()booleanisForm()voidupdateSession()
-
-
-
Method Detail
-
getAreas
IArea[] getAreas()
-
isAuthenticationNeeded
boolean isAuthenticationNeeded()
-
isChartsEnabled
boolean isChartsEnabled()
-
getName
String getName()
-
getFieldBuilder
IFieldBuilder getFieldBuilder(FieldInterfaced f)
-
getDefaultPrivateArea
IArea getDefaultPrivateArea()
-
getDefaultPublicArea
IArea getDefaultPublicArea()
-
hasPrivateContent
boolean hasPrivateContent()
-
updateSession
void updateSession()
-
getLogo
String getLogo()
-
hasRegistrationForm
boolean hasRegistrationForm()
-
isForm
boolean isForm()
-
getBean
Object getBean()
-
getPersistenceUnitName
String getPersistenceUnitName()
-
-