return createState(stateContext.getPortletId(), propertyMap);
}
public String cloneState(String stateId) throws IllegalArgumentException, NoSuchStateException, InvalidStateIdException
{
PortletState state = getState(stateId);
return createState(state.getPortletId(), new SimplePropertyMap(state.getProperties()));
}