Class EndToEndClientInboxBean

  • All Implemented Interfaces:
    Serializable

    @RequestScoped
    @Named
    public class EndToEndClientInboxBean
    extends Object
    implements Serializable
    Bean for the client inbox portal page. The inbox contains a list of all mail messages for the client.
    Author:
    XIMA MEDIA GmbH
    See Also:
    Serialized Form
    • Constructor Detail

      • EndToEndClientInboxBean

        public EndToEndClientInboxBean()
    • Method Detail

      • getModel

        public ClientInbox getModel()
        Returns:
        Model with the mail messages.
      • getClientId

        public Long getClientId()
      • setClientId

        public void setClientId​(Long clientId)
      • createLink

        public static String createLink​(Long clientId,
                                        int messageNumber,
                                        String partIndex)