String channelSubscribeId, int userId) {
this.portletDefinitionId = portletDefinitionId;
this.channelSubscribeId = channelSubscribeId;
this.userId = userId;
this.portletEntityId = new PortletEntityIdImpl(portletDefinitionId, channelSubscribeId, userId);
this.portletPreferences = new PortletPreferencesImpl();
}