Package org.focusns.model.common

Examples of org.focusns.model.common.Page


        messageService.createMessage(message);
    }

    @Test
    public void testFetchPage() {
        Page<Message> page = new Page(10);
        page = messageService.fetchPageByBox(page, "in", 1);
        System.out.println(page.getTotalCount());
    }
View Full Code Here

TOP

Related Classes of org.focusns.model.common.Page

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.