Mod4j: Modeling for Java using Domain Specific Languages

Implement service methods for paging support

Details

  • Type: New Feature New Feature
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 1.2.0
  • Component/s: DSL for Services
  • Labels:
    None
  • Number of attachments :
    0

Description

  • List<Comestible> listComestibles(final int firstResult, final int maxResults )
  • int countComestibles()

Activity

Hide
Johan Vogelzang added a comment -

When in the service model a listall method is issued, two extra service methods will be generated (and corresponding businessservice- and dao- methods)

  • List<ComestibleDto> listComestiblesDtos(final int firstResult, final int maxResults )
  • long countComestibles()
Show
Johan Vogelzang added a comment - When in the service model a listall method is issued, two extra service methods will be generated (and corresponding businessservice- and dao- methods)
  • List<ComestibleDto> listComestiblesDtos(final int firstResult, final int maxResults )
  • long countComestibles()

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: