public interface Direction<PK>
extends java.io.Serializable
Modifier and Type | Interface and Description |
---|---|
static class |
Direction.AdditionalNavigation |
Modifier and Type | Method and Description |
---|---|
Direction.AdditionalNavigation |
getAdditionalNavigation()
Returns navigation options where not based on entity
|
java.lang.String |
getEntity()
Returns the name of the entity the BusinesObject bases on
|
UID |
getEntityUid()
Returns the UID of the entity the BusinesObject bases on
|
PK |
getId()
Returns the primary key of this object
|
UID |
getSearchFilterUid()
Return the UID of the searchfilter which will be applied to the result list of the BusinessObject one is navigating to
|
java.net.URL |
getUrl()
Returns URL to navigate to
|
boolean |
isNewTab()
Returns is it to publish in new client tab / browser tab
|
PK getId()
UID getEntityUid()
java.lang.String getEntity()
UID getSearchFilterUid()
boolean isNewTab()
Direction.AdditionalNavigation getAdditionalNavigation()
java.net.URL getUrl()
Copyright © 2024. All rights reserved.