Class ImportSecurityTargetDomainHooker
java.lang.Object
net.datenwerke.rs.eximport.client.eximport.security.ImportSecurityTargetDomainHooker
- All Implemented Interfaces:
Hook,GenericSecurityViewDomainHook
public class ImportSecurityTargetDomainHooker
extends Object
implements GenericSecurityViewDomainHook
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA longer description which describes the target.ImageResourceThe icon used in the navigation panelThe target's name, which is used as link in the navigation panel.A mapping object which is used to identify the marker class on the server side.
-
Constructor Details
-
ImportSecurityTargetDomainHooker
public ImportSecurityTargetDomainHooker()
-
-
Method Details
-
genericSecurityViewDomainHook_getIcon
public ImageResource genericSecurityViewDomainHook_getIcon()Description copied from interface:GenericSecurityViewDomainHookThe icon used in the navigation panel- Specified by:
genericSecurityViewDomainHook_getIconin interfaceGenericSecurityViewDomainHook
-
genericSecurityViewDomainHook_getName
Description copied from interface:GenericSecurityViewDomainHookThe target's name, which is used as link in the navigation panel.- Specified by:
genericSecurityViewDomainHook_getNamein interfaceGenericSecurityViewDomainHook
-
genericSecurityViewDomainHook_getDescription
Description copied from interface:GenericSecurityViewDomainHookA longer description which describes the target.- Specified by:
genericSecurityViewDomainHook_getDescriptionin interfaceGenericSecurityViewDomainHook
-
genericSecurityViewDomainHook_getTargetId
Description copied from interface:GenericSecurityViewDomainHookA mapping object which is used to identify the marker class on the server side.This is used to be typesafe and not to have strings.
- Specified by:
genericSecurityViewDomainHook_getTargetIdin interfaceGenericSecurityViewDomainHook
-