Serialized Form


Package org.directdemocracyportal.democracy.model.application

Class org.directdemocracyportal.democracy.model.application.Application extends Environment implements Serializable

serialVersionUID: -6744929275687711238L

Serialized Fields

events

java.util.Set<E> events
The events.

Class org.directdemocracyportal.democracy.model.application.Authority extends BaseEntity implements Serializable

serialVersionUID: 5016030282926576514L

Serialized Fields

id

java.lang.Long id
The id.


userRole

SecurityRoleType userRole
The user role.

Class org.directdemocracyportal.democracy.model.application.Event extends BaseEntity implements Serializable

serialVersionUID: 2771108428103239806L

Serialized Fields

id

java.lang.Long id
The id.


user

User user
The user.


action

Action action
The action.


time

java.util.Date time
The time.

Class org.directdemocracyportal.democracy.model.application.GovernmentPortal extends Portal implements Serializable

serialVersionUID: 6912410871296718010L

Serialized Fields

government

Government government
The government.

Class org.directdemocracyportal.democracy.model.application.OnlinePoliticalParty extends PoliticalParty implements Serializable

serialVersionUID: 5623692616893657617L

Class org.directdemocracyportal.democracy.model.application.Portal extends Organisation implements Serializable

serialVersionUID: 6912410871296718010L

Class org.directdemocracyportal.democracy.model.application.RoleAction extends BaseEntity implements Serializable

serialVersionUID: -6782412725326506653L

Serialized Fields

id

java.lang.Long id
The id.


action

Action action
The action.

Class org.directdemocracyportal.democracy.model.application.User extends Agent implements Serializable

serialVersionUID: -1381199844545595026L

Serialized Fields

username

java.lang.String username
The username.


password

java.lang.String password
The password.


email

java.lang.String email
The email.


createdDate

java.util.Date createdDate
The created date.


person

Person person
The person.


accountNonExpired

boolean accountNonExpired
The account non expired.


accountNonLocked

boolean accountNonLocked
The account non locked.


credentialsNonExpired

boolean credentialsNonExpired
The credentials non expired.


enabled

boolean enabled
The enabled.


grantedAuthorities

java.util.Set<E> grantedAuthorities
The granted authorities.


events

java.util.List<E> events
The events.

Class org.directdemocracyportal.democracy.model.application.UserRole extends Role implements Serializable

serialVersionUID: -1561947450119542687L

Serialized Fields

roleActions

java.util.Set<E> roleActions
The role actions.

Class org.directdemocracyportal.democracy.model.application.UserSession extends BaseEntity implements Serializable

serialVersionUID: -2831588433419103923L

Serialized Fields

id

java.lang.Long id
The id.


user

User user
The user.


sessionId

java.lang.String sessionId
The session id.


createdAt

java.util.Date createdAt
The created at.


endedAt

java.util.Date endedAt
The ended at.


active

boolean active
The active.


Package org.directdemocracyportal.democracy.model.core

Class org.directdemocracyportal.democracy.model.core.Agent extends BaseEntity implements Serializable

Serialized Fields

id

java.lang.Long id
The id.


name

java.lang.String name
The name.


roles

java.util.Set<E> roles
The roles.


resources

java.util.Set<E> resources
The resources.

Class org.directdemocracyportal.democracy.model.core.BaseEntity extends java.lang.Object implements Serializable

Class org.directdemocracyportal.democracy.model.core.Environment extends BaseEntity implements Serializable

Serialized Fields

id

java.lang.Long id
The id.


name

java.lang.String name
The name.


agents

java.util.Set<E> agents
The agents.

Class org.directdemocracyportal.democracy.model.core.GroupAgent extends Agent implements Serializable

Serialized Fields

parent

GroupAgent parent
The parent.


children

java.util.Set<E> children
The children.


definedRoles

java.util.Set<E> definedRoles
The defined roles.

Class org.directdemocracyportal.democracy.model.core.Resource extends BaseEntity implements Serializable

serialVersionUID: 5477103732940234132L

Serialized Fields

id

java.lang.Long id
The id.


owner

Agent owner
The owner.


name

java.lang.String name
The name.

Class org.directdemocracyportal.democracy.model.core.Role extends BaseEntity implements Serializable

serialVersionUID: 3342667773031897040L

Serialized Fields

id

java.lang.Long id
The id.


name

java.lang.String name
The name.


shortDescription

java.lang.String shortDescription
The short description.


longDescription

java.lang.String longDescription
The long description.


groupAgent

GroupAgent groupAgent
The group agent.


players

java.util.Set<E> players
The players.


Package org.directdemocracyportal.democracy.model.world

Class org.directdemocracyportal.democracy.model.world.Country extends Region implements Serializable

serialVersionUID: -3587345670298512041L

Class org.directdemocracyportal.democracy.model.world.Document extends Resource implements Serializable

serialVersionUID: 5477103732940234132L

Class org.directdemocracyportal.democracy.model.world.Election extends BaseEntity implements Serializable

serialVersionUID: 5477103732940234132L

Serialized Fields

id

java.lang.Long id
The id.


name

java.lang.String name
The name.


government

Government government
The government.


type

ElectionType type
The type.

Class org.directdemocracyportal.democracy.model.world.Government extends Organisation implements Serializable

serialVersionUID: -946981671229247412L

Serialized Fields

GovernmentType

GovernmentType GovernmentType
The Government type.


elections

java.util.Set<E> elections
The elections.

Class org.directdemocracyportal.democracy.model.world.Issue extends Document implements Serializable

serialVersionUID: 5477103732940234132L

Serialized Fields

href

java.lang.String href
The href.


voteResult

VoteResult voteResult
The vote result.


resolution

Resolution resolution
The resolution.

Class org.directdemocracyportal.democracy.model.world.Organisation extends GroupAgent implements Serializable

serialVersionUID: -2353229177440934376L

Serialized Fields

abbreviation

java.lang.String abbreviation
The abbreviation.


country

Country country
The country.


region

Region region
The region.


organisationType

OrganisationType organisationType
The organisation type.


numberOfMembers

java.lang.Long numberOfMembers
The number of members.

Class org.directdemocracyportal.democracy.model.world.Person extends Agent implements Serializable

serialVersionUID: -8213090131046642286L

Class org.directdemocracyportal.democracy.model.world.PoliticalParty extends Organisation implements Serializable

serialVersionUID: 442920132355049212L

Serialized Fields

shortCode

java.lang.String shortCode
The short code.

Class org.directdemocracyportal.democracy.model.world.Region extends Environment implements Serializable

serialVersionUID: 614889376820015758L

Serialized Fields

parent

Region parent
The parent.


regionType

RegionType regionType
The region type.


parts

java.util.Set<E> parts
The parts.

Class org.directdemocracyportal.democracy.model.world.Resolution extends Document implements Serializable

serialVersionUID: 5477103732940234132L

Serialized Fields

href

java.lang.String href
The href.


resolutionState

Resolution.ResolutionState resolutionState
The resolution state.


decidedDate

java.util.Date decidedDate
The decided date.


issues

java.util.List<E> issues
The issues.

Class org.directdemocracyportal.democracy.model.world.Vote extends Document implements Serializable

serialVersionUID: 5477103732940234132L

Serialized Fields

position

Vote.Position position
The position.


voteDate

java.util.Date voteDate
The vote date.


voteResult

VoteResult voteResult
The vote result.

Class org.directdemocracyportal.democracy.model.world.VoteResult extends Document implements Serializable

serialVersionUID: 5477103732940234132L

Serialized Fields

finalPosition

Vote.Position finalPosition
The final position.


href

java.lang.String href
The href.


issue

Issue issue
The issue.


votes

java.util.Set<E> votes
The votes.


Package org.directdemocracyportal.democracy.service

Class org.directdemocracyportal.democracy.service.OrganisationAlreadyExistException extends java.lang.Exception implements Serializable

serialVersionUID: -9092510486999685202L

Class org.directdemocracyportal.democracy.service.PartyAlreadyExistException extends java.lang.Exception implements Serializable

serialVersionUID: 6088273923391259857L

Class org.directdemocracyportal.democracy.service.UserAlreadyExistException extends java.lang.Exception implements Serializable

serialVersionUID: 6941433070379275003L


Package org.directdemocracyportal.democracy.web.action

Class org.directdemocracyportal.democracy.web.action.AbstractAction extends java.lang.Object implements Serializable

serialVersionUID: -7222132948668349251L

Class org.directdemocracyportal.democracy.web.action.CreatePoliticalPartyAction extends AbstractAction implements Serializable

serialVersionUID: -1421109622627418994L

Class org.directdemocracyportal.democracy.web.action.JoinPoliticalPartyAction extends AbstractAction implements Serializable

serialVersionUID: 7052368551030864527L

Serialized Fields

partyId

java.lang.Long partyId
The party id.

Class org.directdemocracyportal.democracy.web.action.LoginAction extends AbstractAction implements Serializable

serialVersionUID: -3675606064713409741L

Class org.directdemocracyportal.democracy.web.action.LogoutAction extends AbstractAction implements Serializable

serialVersionUID: 2571344663126693110L

Class org.directdemocracyportal.democracy.web.action.NewApplicationInstanceAction extends AbstractAction implements Serializable

Serialized Fields

args

java.lang.String[] args
The args.


frame

thinwire.ui.Frame frame
The frame.

Class org.directdemocracyportal.democracy.web.action.RegisterAction extends AbstractAction implements Serializable

serialVersionUID: 7722673272389667891L

Class org.directdemocracyportal.democracy.web.action.ShowAllEvents extends AbstractAction implements Serializable

serialVersionUID: -4865175704269596206L

Class org.directdemocracyportal.democracy.web.action.ShowApplicationHome extends AbstractAction implements Serializable

serialVersionUID: 5233979289591912009L

Class org.directdemocracyportal.democracy.web.action.ShowGovernmentAction extends AbstractAction implements Serializable

serialVersionUID: -4663167178994128895L

Serialized Fields

governmentId

java.lang.Long governmentId
The government id.

Class org.directdemocracyportal.democracy.web.action.ShowGovernmentsAction extends AbstractAction implements Serializable

serialVersionUID: -5577969542541294102L

Class org.directdemocracyportal.democracy.web.action.ShowMembersAction extends AbstractAction implements Serializable

serialVersionUID: -2019226437006944835L

Class org.directdemocracyportal.democracy.web.action.ShowMyProfileAction extends AbstractAction implements Serializable

serialVersionUID: -6211004884410287517L

Class org.directdemocracyportal.democracy.web.action.ShowOnlinePoliticalPartyAction extends AbstractAction implements Serializable

serialVersionUID: 2609154430661148232L

Serialized Fields

partyId

java.lang.Long partyId
The party id.

Class org.directdemocracyportal.democracy.web.action.ShowOrganisationAction extends AbstractAction implements Serializable

serialVersionUID: 4293410589204947035L

Serialized Fields

organisationId

java.lang.Long organisationId
The organisation id.

Class org.directdemocracyportal.democracy.web.action.ShowPersonAction extends AbstractAction implements Serializable

serialVersionUID: 7925871554826917010L

Serialized Fields

personId

java.lang.Long personId
The person id.

Class org.directdemocracyportal.democracy.web.action.ShowPoliticalPartiesAction extends AbstractAction implements Serializable

serialVersionUID: -170208095473697155L

Class org.directdemocracyportal.democracy.web.action.ShowUserAction extends AbstractAction implements Serializable

serialVersionUID: -1263540444005660417L

Serialized Fields

userId

java.lang.Long userId
The user id.


Package org.directdemocracyportal.democracy.web.views.comparator

Class org.directdemocracyportal.democracy.web.views.comparator.LongComparator extends java.lang.Object implements Serializable

serialVersionUID: -2557127986172816812L



Copyright © 2004-2010 www.DirectDemocracyPortal.org. All Rights Reserved.