Serialized Form


Package com.quadrique.jbuildingblocks.core.dataStructure

Class com.quadrique.jbuildingblocks.core.dataStructure.JbbDateFromTo extends Object implements Serializable

serialVersionUID: 7745799331506188534L

Serialized Fields

from

Date from

to

Date to

Package com.quadrique.jbuildingblocks.core.exception

Class com.quadrique.jbuildingblocks.core.exception.JbbDatabaseException extends JbbException implements Serializable

serialVersionUID: -8173459952915399472L

Class com.quadrique.jbuildingblocks.core.exception.JbbException extends Exception implements Serializable

serialVersionUID: -4563429533517445235L

Serialized Fields

detailedMessage

String detailedMessage

Class com.quadrique.jbuildingblocks.core.exception.JbbInvalidArgumentException extends JbbException implements Serializable

serialVersionUID: 8042842755570299846L

Class com.quadrique.jbuildingblocks.core.exception.JbbInvalidCommandLineArgumentException extends JbbException implements Serializable

serialVersionUID: -5616934429802403338L

Class com.quadrique.jbuildingblocks.core.exception.JbbInvalidEmailAddressException extends JbbException implements Serializable

serialVersionUID: -1736957596094826052L

Class com.quadrique.jbuildingblocks.core.exception.JbbInvalidValueException extends JbbException implements Serializable

serialVersionUID: -8173459952915399472L

Class com.quadrique.jbuildingblocks.core.exception.JbbIOException extends JbbException implements Serializable

serialVersionUID: 8042842755570299846L

Class com.quadrique.jbuildingblocks.core.exception.JbbMissingCommandLineArgumentException extends JbbException implements Serializable

serialVersionUID: -2132005550125229464L

Class com.quadrique.jbuildingblocks.core.exception.JbbMissingResourceException extends JbbException implements Serializable

serialVersionUID: -21334923904229464L

Class com.quadrique.jbuildingblocks.core.exception.JbbNoSuchMemberException extends JbbException implements Serializable

serialVersionUID: -6338411247463744251L

Class com.quadrique.jbuildingblocks.core.exception.JbbScriptEvaluationException extends JbbException implements Serializable

serialVersionUID: -7407137795155721283L

Class com.quadrique.jbuildingblocks.core.exception.JbbShuttingDownException extends JbbException implements Serializable

serialVersionUID: 6212999062063486594L


Package com.quadrique.jbuildingblocks.core.io.sms

Class com.quadrique.jbuildingblocks.core.io.sms.JbbSms extends Object implements Serializable

serialVersionUID: 3929944917249086836L

Class com.quadrique.jbuildingblocks.core.io.sms.JbbSmsUpsideWireless extends JbbSms implements Serializable

serialVersionUID: 3929944917249086836L


Package com.quadrique.jbuildingblocks.core.sound

Class com.quadrique.jbuildingblocks.core.sound.JbbSoundHandlerEvent extends EventObject implements Serializable

serialVersionUID: 6816951896088429940L

Serialized Fields

mType

int mType
internal members


Package com.quadrique.jbuildingblocks.core.struts.controller.forms

Class com.quadrique.jbuildingblocks.core.struts.controller.forms.JbbDynaForm extends org.apache.struts.action.DynaActionForm implements Serializable

serialVersionUID: 1531091540627067509L

Serialized Fields

valid

boolean valid

Package com.quadrique.jbuildingblocks.core.struts.model.bo

Class com.quadrique.jbuildingblocks.core.struts.model.bo.JbbActionTrace extends Object implements Serializable

serialVersionUID: 4275580721217602805L

Serialized Fields

javaClassName

String javaClassName

jspName

String jspName

Class com.quadrique.jbuildingblocks.core.struts.model.bo.JbbBreadcrumb extends Object implements Serializable

serialVersionUID: -2892095696527583776L

Serialized Fields

id

int id

path

String path

presentationName

String presentationName

actionForm

org.apache.struts.action.ActionForm actionForm

Class com.quadrique.jbuildingblocks.core.struts.model.bo.JbbBreadcrumbs extends Object implements Serializable

serialVersionUID: 3870434556787034380L

Serialized Fields

maxSize

int maxSize

stack

Stack<E> stack

nextBreadcrumbId

int nextBreadcrumbId

Package com.quadrique.jbuildingblocks.core.time

Class com.quadrique.jbuildingblocks.core.time.JbbDate extends Object implements Serializable

serialVersionUID: 7745788221506188534L

Serialized Fields

locale

Locale locale
the locale to use in all the convenience methods


date

Date date
the date to use in all the convenience methods


timeZone

TimeZone timeZone
the timezone to use in all convenience methods

Class com.quadrique.jbuildingblocks.core.time.JbbDateDifference extends Object implements Serializable

serialVersionUID: -2695994090269155776L

Serialized Fields

years

int years
constants


months

int months

days

int days

hours

int hours

minutes

int minutes

seconds

int seconds

milliSeconds

int milliSeconds

Class com.quadrique.jbuildingblocks.core.time.JbbDateInterval extends JbbDateFromTo implements Serializable

serialVersionUID: -6323931566564232937L

Serialized Fields

type

int type

number

int number
1 - 12 for the months 1 - 52 for the weeks 1 -4 for the quarters

Class com.quadrique.jbuildingblocks.core.time.JbbDateIntervalsDate extends Object implements Serializable

serialVersionUID: -1592106880838380051L

Serialized Fields

date

Date date

week

JbbDateInterval week
the week interval


month

JbbDateInterval month
the month interval (0 to 11)


quarter

JbbDateInterval quarter
the quarter interval


year

JbbDateInterval year
the year interval

Class com.quadrique.jbuildingblocks.core.time.JbbDateIntervalsYear extends Object implements Serializable

serialVersionUID: 2700577753379818228L

Serialized Fields

year

int year

sortedDates

ArrayList<E> sortedDates
a list of the date intervals for the given year ordered by chronological order:
a DateFromToType instance for the week 1
a DateFromToType instance for the week 2
a DateFromToType instance for the week 3
a DateFromToType instance for the week 4
a DateFromToType instance for the week 5
a DateFromToType instance for the month 1
a DateFromToType instance for the week 6
...
a DateFromToType instance for the quarter4
a DateFromToType instance for the year
To distinguish the different types of date interval, the field "type" of the DateFromToType instances is set to:

weeksIntervals

JbbDateInterval[] weeksIntervals
the weeks interval (0 to 51)


monthsIntervals

JbbDateInterval[] monthsIntervals
the months interval (0 to 11)


quartersIntervals

JbbDateInterval[] quartersIntervals
the quarter interval (0 to 3)


yearInterval

JbbDateInterval yearInterval
the year interval



Copyright © 2001-2008 Quadrique Corporation. All Rights Reserved.