Commit
3c99aebb014304ed091d7442d767430e46aa42f1
by miguel.ferreiro.diaztsk15 Unifies the pagination behaviour on Story service
Missing page checks have been added in the
"findStoriesByTypeOrTopicOrPublicationDate" method and fixed in the
"getStoriesByText" method. In addition, the order of paging parameters
in the parameter functions has been unified. Regarding REST layer, the
pagination parameters have been changed to int type to unify them.