Package ch.tocco.nice2.netui.spi.actions
Class EntityNameSituation
java.lang.Object
ch.tocco.nice2.netui.spi.actions.EntityNameSituation
- All Implemented Interfaces:
Situation
,SituationWithEntityName
,SituationWithFormName
- Direct Known Subclasses:
EntitySituation
@Deprecated
public class EntityNameSituation
extends Object
implements SituationWithEntityName, SituationWithFormName
Deprecated.
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
Deprecated.The entity name, eg 'Address'.protected @Nullable String
Deprecated.The form name, eg 'Address' or 'PublicDmsResource'.protected @Nullable String
Deprecated.protected @Nullable String
Deprecated.static final String
Deprecated.protected String
Deprecated.Something like 'top toolbar' afaik.protected @Nullable String
Deprecated.For example 'create'.protected @Nullable String
Deprecated.For example 'explorer-main'. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.@Nullable String
Deprecated.Deprecated.@Nullable String
Deprecated.getName()
Deprecated.Tells the kind of situation it is, probably the class name.getPlace()
Deprecated.Returns the place for the situation.@Nullable String
getScope()
Deprecated.Tells the scope for which this situation is.Deprecated.@Nullable String
Deprecated.Tells the screen for which this situation is.void
setEntityName
(String entityName) Deprecated.void
setFormName
(String formName) Deprecated.void
setMainPrimaryKey
(@Nullable String mainPrimaryKey) Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.toString()
Deprecated.
-
Field Details
-
NAME
Deprecated. -
entityName
Deprecated.The entity name, eg 'Address'. NOTE: entityName would have been the correct variable name - type has another meaning. -
formName
Deprecated.The form name, eg 'Address' or 'PublicDmsResource'. -
screen
Deprecated.For example 'explorer-main'. -
scope
Deprecated.For example 'create'. -
place
Deprecated.Something like 'top toolbar' afaik. -
module
Deprecated. -
mainPrimaryKey
Deprecated.
-
-
Constructor Details
-
EntityNameSituation
public EntityNameSituation()Deprecated.
-
-
Method Details
-
getEntityName
Deprecated.- Specified by:
getEntityName
in interfaceSituationWithEntityName
-
setEntityName
Deprecated. -
getFormName
Deprecated.- Specified by:
getFormName
in interfaceSituationWithFormName
-
setFormName
Deprecated. -
getScope
Deprecated.Description copied from interface:Situation
Tells the scope for which this situation is. Example: 'update'. -
getScope
Deprecated. -
setScope
Deprecated. -
getPlace
Deprecated.Description copied from interface:Situation
Returns the place for the situation. Example: 'topToolbar'. -
setPlace
Deprecated. -
getScreen
Deprecated.Description copied from interface:Situation
Tells the screen for which this situation is. Examples: 'explorer-main', 'explorer-relations', 'explorer-search', 'explorer-modal', 'home'. -
setScreen
Deprecated. -
toString
Deprecated. -
getName
Deprecated.Description copied from interface:Situation
Tells the kind of situation it is, probably the class name. -
getModule
Deprecated. -
setModule
Deprecated. -
getMainPrimaryKey
Deprecated. -
setMainPrimaryKey
Deprecated.
-