BaltradDex
BALTRAD Data Exchange System
Loading...
Searching...
No Matches
eu.baltrad.dex.registry.manager.IRegistryManager Interface Reference
Inheritance diagram for eu.baltrad.dex.registry.manager.IRegistryManager:
eu.baltrad.dex.registry.manager.impl.RegistryManager

Public Member Functions

long count (String type)
 
List< RegistryEntryload (String type, int offset, int limit)
 
int store (RegistryEntry entry) throws Exception
 
int delete () throws Exception
 

Static Public Attributes

static final int ENTRIES_PER_PAGE = 16
 
static final int SCROLL_RANGE = 11
 

Detailed Description

Data delivery registry interface.

Author
Maciej Szewczykowski | macie.nosp@m.j@ba.nosp@m.ltrad.nosp@m..eu
Version
1.2.2
Since
1.2.1

Member Function Documentation

◆ count()

long eu.baltrad.dex.registry.manager.IRegistryManager.count ( String type)

Trim registry by number trigger

Implemented in eu.baltrad.dex.registry.manager.impl.RegistryManager.

◆ delete()

int eu.baltrad.dex.registry.manager.IRegistryManager.delete ( ) throws Exception

◆ load()

List< RegistryEntry > eu.baltrad.dex.registry.manager.IRegistryManager.load ( String type,
int offset,
int limit )

◆ store()

int eu.baltrad.dex.registry.manager.IRegistryManager.store ( RegistryEntry entry) throws Exception

Member Data Documentation

◆ ENTRIES_PER_PAGE

final int eu.baltrad.dex.registry.manager.IRegistryManager.ENTRIES_PER_PAGE = 16
static

Number of file entries per page

◆ SCROLL_RANGE

final int eu.baltrad.dex.registry.manager.IRegistryManager.SCROLL_RANGE = 11
static

Number of pages in the scroll bar, must be an odd number >= 3


The documentation for this interface was generated from the following file: