Project

General

Profile

« Previous | Next » 

Revision 264fff91

Added by Patrick Plitzner almost 6 years ago

ref #6321 Use individual page size for different editor inputs

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/input/AgentEditorInput.java
102 102
		return true;
103 103
	}
104 104

  
105
	@Override
106
	protected int getPageSize() {
107
	    return 200;
108
	}
109

  
105 110
    @Override
106 111
    protected long countEntities(IIdentifiableEntityServiceConfigurator configurator) {
107 112
        return CdmStore.getService(IAgentService.class).countByTitle(configurator);

Also available in: Unified diff