JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
D
F
G
I
L
M
P
R
S
U
V
A
AbstractGenericDAO
<
T
extends
Serializable
,
I
extends
Serializable
> - Interface in
com.hack23.cia.service.data.api
The Interface AbstractGenericDAO.
AgencyDAO
- Interface in
com.hack23.cia.service.data.api
The Interface AgencyDAO.
ApplicationActionEventDAO
- Interface in
com.hack23.cia.service.data.api
The Interface ApplicationActionEventDAO.
ApplicationConfigurationDAO
- Interface in
com.hack23.cia.service.data.api
The Interface ApplicationConfigurationDAO.
ApplicationConfigurationService
- Interface in
com.hack23.cia.service.data.api
The Interface ApplicationConfigurationService.
ApplicationSessionDAO
- Interface in
com.hack23.cia.service.data.api
The Interface ApplicationSessionDAO.
C
checkCommitteeDocumentData(String)
- Method in interface com.hack23.cia.service.data.api.
CommitteeProposalComponentDataDAO
Check committee document data.
checkDocumentContentData(String)
- Method in interface com.hack23.cia.service.data.api.
DocumentContentDataDAO
Check document content data.
checkDocumentElement(String)
- Method in interface com.hack23.cia.service.data.api.
DocumentElementDAO
Check document element.
checkExistByDocumentId(String)
- Method in interface com.hack23.cia.service.data.api.
DocumentStatusContainerDAO
Check exist by document id.
checkValueOrLoadDefault(String, String, ConfigurationGroup, String, String, String, String, String)
- Method in interface com.hack23.cia.service.data.api.
ApplicationConfigurationService
Check value or load default.
com.hack23.cia.service.data.api
- package com.hack23.cia.service.data.api
Provides...
CommitteeProposalComponentDataDAO
- Interface in
com.hack23.cia.service.data.api
The Interface CommitteeProposalComponentDataDAO.
CountryElementDAO
- Interface in
com.hack23.cia.service.data.api
The Interface CountryElementDAO.
D
DataDAO
- Interface in
com.hack23.cia.service.data.api
The Interface DataDAO.
DataViewer
- Interface in
com.hack23.cia.service.data.api
The Interface DataViewer.
delete(T)
- Method in interface com.hack23.cia.service.data.api.
AbstractGenericDAO
Delete.
DocumentContentDataDAO
- Interface in
com.hack23.cia.service.data.api
The Interface DocumentContentDataDAO.
DocumentElementDAO
- Interface in
com.hack23.cia.service.data.api
The Interface DocumentElementDAO.
DocumentStatusContainerDAO
- Interface in
com.hack23.cia.service.data.api
The Interface DocumentStatusContainerDAO.
F
findByQueryProperty(Class<T>, SingularAttribute<T, ? extends Object>, Class<V>, SingularAttribute<V, ? extends Object>, Object)
- Method in interface com.hack23.cia.service.data.api.
DataViewer
Find by query property.
findFirstByProperty(SingularAttribute<T, ? extends Object>, Object)
- Method in interface com.hack23.cia.service.data.api.
AbstractGenericDAO
Find first by property.
findFirstByProperty(Class<T>, SingularAttribute<T, ? extends Object>, Object)
- Method in interface com.hack23.cia.service.data.api.
DataViewer
Find first by property.
findListByEmbeddedProperty(SingularAttribute<T, V>, Class<V>, SingularAttribute<V, ? extends Object>, Object)
- Method in interface com.hack23.cia.service.data.api.
AbstractGenericDAO
Find list by embedded property.
findListByEmbeddedProperty(Class<T>, SingularAttribute<T, V>, Class<V>, SingularAttribute<V, ? extends Object>, Object)
- Method in interface com.hack23.cia.service.data.api.
DataViewer
Find list by embedded property.
findListByProperty(Object[], SingularAttribute<T, ? extends Object>...)
- Method in interface com.hack23.cia.service.data.api.
AbstractGenericDAO
Find list by property.
findListByProperty(SingularAttribute<T, ? extends Object>, Object)
- Method in interface com.hack23.cia.service.data.api.
AbstractGenericDAO
Find list by property.
findListByProperty(Class<T>, Object[], SingularAttribute<T, ? extends Object>...)
- Method in interface com.hack23.cia.service.data.api.
DataViewer
Find list by property.
findListByProperty(Class<T>, SingularAttribute<T, ? extends Object>, Object)
- Method in interface com.hack23.cia.service.data.api.
DataViewer
Find list by property.
findOrderedByPropertyListByEmbeddedProperty(SingularAttribute<T, V>, Class<V>, SingularAttribute<V, ? extends Object>, Object, SingularAttribute<T, ? extends Object>)
- Method in interface com.hack23.cia.service.data.api.
AbstractGenericDAO
Find ordered by property list by embedded property.
findOrderedByPropertyListByEmbeddedProperty(Class<T>, SingularAttribute<T, V>, Class<V>, SingularAttribute<V, ? extends Object>, Object, SingularAttribute<T, ? extends Object>)
- Method in interface com.hack23.cia.service.data.api.
DataViewer
Find ordered by property list by embedded property.
findOrderedListByEmbeddedProperty(Class<T>, SingularAttribute<T, V>, Class<V>, SingularAttribute<V, ? extends Object>, Object, SingularAttribute<V, ? extends Object>)
- Method in interface com.hack23.cia.service.data.api.
DataViewer
Find ordered list by embedded property.
findOrderedListByProperty(Class<T>, SingularAttribute<T, ? extends Object>, Object, SingularAttribute<T, ? extends Object>)
- Method in interface com.hack23.cia.service.data.api.
DataViewer
Find ordered list by property.
findOrderedListByProperty(Class<T>, SingularAttribute<T, ? extends Object>, Object[], SingularAttribute<T, ? extends Object>...)
- Method in interface com.hack23.cia.service.data.api.
DataViewer
Find ordered list by property.
findTranslation(String, String, String)
- Method in interface com.hack23.cia.service.data.api.
LanguageContentDataDAO
Find translation.
G
getAll()
- Method in interface com.hack23.cia.service.data.api.
AbstractGenericDAO
Gets the all.
getAll(Class<T>)
- Method in interface com.hack23.cia.service.data.api.
DataViewer
Gets the all.
getAllOrderBy(SingularAttribute<T, ? extends Object>)
- Method in interface com.hack23.cia.service.data.api.
AbstractGenericDAO
Gets the all order by.
getAllOrderBy(Class<T>, SingularAttribute<T, ? extends Object>)
- Method in interface com.hack23.cia.service.data.api.
DataViewer
Gets the all order by.
getAvaibleCommitteeProposal()
- Method in interface com.hack23.cia.service.data.api.
DocumentStatusContainerDAO
Gets the avaible committee proposal.
getAvaibleDocumentContent()
- Method in interface com.hack23.cia.service.data.api.
DocumentElementDAO
Gets the avaible document content.
getAvaibleDocumentStatus()
- Method in interface com.hack23.cia.service.data.api.
DocumentElementDAO
Gets the avaible document status.
getBallotIdList()
- Method in interface com.hack23.cia.service.data.api.
VoteDataDAO
Gets the ballot id list.
getIdList()
- Method in interface com.hack23.cia.service.data.api.
CommitteeProposalComponentDataDAO
Gets the id list.
getIdList()
- Method in interface com.hack23.cia.service.data.api.
DataDAO
Gets the id list.
getIdList()
- Method in interface com.hack23.cia.service.data.api.
DocumentContentDataDAO
Gets the id list.
getIdList()
- Method in interface com.hack23.cia.service.data.api.
DocumentElementDAO
Gets the id list.
getIdList()
- Method in interface com.hack23.cia.service.data.api.
DocumentStatusContainerDAO
Gets the id list.
getIdList()
- Method in interface com.hack23.cia.service.data.api.
PersonDataDAO
Gets the id list.
getIdList()
- Method in interface com.hack23.cia.service.data.api.
SwedenPoliticalPartyDAO
Gets the id list.
getIdList()
- Method in interface com.hack23.cia.service.data.api.
ViewRiksdagenCommitteeDAO
Gets the id list.
getIdList()
- Method in interface com.hack23.cia.service.data.api.
ViewRiksdagenMinistryDAO
Gets the id list.
getIdList()
- Method in interface com.hack23.cia.service.data.api.
VoteDataDAO
Gets the id list.
getLanguageResource(String, String, String, String)
- Method in interface com.hack23.cia.service.data.api.
LanguageContentService
Gets the language resource.
getMissingDocumentStartFromYear(int)
- Method in interface com.hack23.cia.service.data.api.
DocumentElementDAO
Gets the missing document start from year.
getPage(int, int)
- Method in interface com.hack23.cia.service.data.api.
AbstractGenericDAO
Gets the page.
getPage(Class<T>, int, int)
- Method in interface com.hack23.cia.service.data.api.
DataViewer
Gets the page.
getPageOrderBy(int, int, SingularAttribute<T, ? extends Object>)
- Method in interface com.hack23.cia.service.data.api.
AbstractGenericDAO
Gets the page order by.
getPageOrderBy(Class<T>, int, int, SingularAttribute<T, ? extends Object>)
- Method in interface com.hack23.cia.service.data.api.
DataViewer
Gets the page order by.
getSize()
- Method in interface com.hack23.cia.service.data.api.
AbstractGenericDAO
Gets the size.
getSize(Class<T>)
- Method in interface com.hack23.cia.service.data.api.
DataViewer
Gets the size.
I
IndicatorElementDAO
- Interface in
com.hack23.cia.service.data.api
The Interface IndicatorElementDAO.
L
LanguageContentDataDAO
- Interface in
com.hack23.cia.service.data.api
The Interface LanguageContentDataDAO.
LanguageContentService
- Interface in
com.hack23.cia.service.data.api
The Interface LanguageContentService.
LanguageDataDAO
- Interface in
com.hack23.cia.service.data.api
The Interface LanguageDataDAO.
load(I)
- Method in interface com.hack23.cia.service.data.api.
AbstractGenericDAO
Load.
load(Class<T>, Object)
- Method in interface com.hack23.cia.service.data.api.
DataViewer
Load.
M
merge(T)
- Method in interface com.hack23.cia.service.data.api.
AbstractGenericDAO
Merge.
P
persist(List<T>)
- Method in interface com.hack23.cia.service.data.api.
AbstractGenericDAO
Persist.
persist(T)
- Method in interface com.hack23.cia.service.data.api.
AbstractGenericDAO
Persist.
PersonDataDAO
- Interface in
com.hack23.cia.service.data.api
The Interface PersonDataDAO.
R
refreshViews()
- Method in interface com.hack23.cia.service.data.api.
ViewDataManager
Refresh views.
S
search(String, Integer, String...)
- Method in interface com.hack23.cia.service.data.api.
AbstractGenericDAO
Search.
SearchIndexer
- Interface in
com.hack23.cia.service.data.api
The Interface SearchIndexer.
SwedenPoliticalPartyDAO
- Interface in
com.hack23.cia.service.data.api
The Interface SwedenPoliticalPartyDAO.
U
updateSearchIndex()
- Method in interface com.hack23.cia.service.data.api.
SearchIndexer
Update search index.
UserDAO
- Interface in
com.hack23.cia.service.data.api
The Interface UserDAO.
V
ViewDataManager
- Interface in
com.hack23.cia.service.data.api
The Interface ViewDataManager.
ViewRiksdagenCommitteeDAO
- Interface in
com.hack23.cia.service.data.api
The Interface ViewRiksdagenCommitteeDAO.
ViewRiksdagenMinistryDAO
- Interface in
com.hack23.cia.service.data.api
The Interface ViewRiksdagenMinistryDAO.
VoteDataDAO
- Interface in
com.hack23.cia.service.data.api
The Interface VoteDataDAO.
A
C
D
F
G
I
L
M
P
R
S
U
V
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2010–2017
www.hack23.com
. All rights reserved.