Package org.opencms.ui.shared.rpc
Interface I_CmsPrincipalSelectRpc
- All Superinterfaces:
Serializable
,com.vaadin.shared.communication.ServerRpc
- All Known Implementing Classes:
CmsPrincipalSelectExtension
The principal select RPC service.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setPrincipal
(int type, String principalName) Sets the principal.
-
Method Details
-
setPrincipal
Sets the principal.- Parameters:
type
- the principal typeprincipalName
- the principal name
-