Interface AnyDirectoryPanelAdditionalActionLinksProvider
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
IdMAnyDirectoryPanelAdditionalActionLinksProvider
,IdRepoAnyDirectoryPanelAdditionalActionLinksProvider
public interface AnyDirectoryPanelAdditionalActionLinksProvider extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Action<AnyObjectTO>>
get(String type, AnyObjectTO modelObject, String realm, BaseModal<AnyWrapper<AnyObjectTO>> modal, String header, AnyObjectDirectoryPanel parentPanel, PageReference pageRef)
List<Action<GroupTO>>
get(GroupTO modelObject, String realm, BaseModal<AnyWrapper<GroupTO>> modal, String header, GroupDirectoryPanel parentPanel, PageReference pageRef)
List<Action<UserTO>>
get(IModel<UserTO> model, String realm, BaseModal<AnyWrapper<UserTO>> modal, String header, UserDirectoryPanel parentPanel, PageReference pageRef)
-
-
-
Method Detail
-
get
List<Action<UserTO>> get(IModel<UserTO> model, String realm, BaseModal<AnyWrapper<UserTO>> modal, String header, UserDirectoryPanel parentPanel, PageReference pageRef)
-
get
List<Action<GroupTO>> get(GroupTO modelObject, String realm, BaseModal<AnyWrapper<GroupTO>> modal, String header, GroupDirectoryPanel parentPanel, PageReference pageRef)
-
get
List<Action<AnyObjectTO>> get(String type, AnyObjectTO modelObject, String realm, BaseModal<AnyWrapper<AnyObjectTO>> modal, String header, AnyObjectDirectoryPanel parentPanel, PageReference pageRef)
-
-