- getActiveChain() - Method in class com.buckosoft.PicMan.web.ChainManForm
-
- getActiveRoots() - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get a List of active
Root
s.
- getActiveRoots() - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getActiveRoots() - Method in interface com.buckosoft.PicMan.db.RootsDao
-
Get a List of Root
s that the user has NOT marked as inactive.
- getActiveRoots() - Method in class com.buckosoft.PicMan.db.RootsDaoJdbc
-
- getActiveSets() - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get a List of active
Set
s
- getActiveSets() - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
Build a list of active sets
- getActiveSets() - Method in interface com.buckosoft.PicMan.db.SetsDao
-
Get a List of Set
s that the user has NOT marked as inactive.
- getActiveSets() - Method in class com.buckosoft.PicMan.db.SetsDaoJdbc
-
- getAuthLevel() - Method in class com.buckosoft.PicMan.domain.User
-
- getBatchManager() - Method in interface com.buckosoft.PicMan.business.PicManFacade
-
Get a reference to the instantiated BatchManager
.
- getBatchManager() - Method in class com.buckosoft.PicMan.business.PicManImpl
-
- getBSAccountMan() - Method in class com.buckosoft.PicMan.business.PicManImpl
-
- getCachedHeight() - Method in class com.buckosoft.PicMan.image.ThumbCache
-
Fetch the size of the thumbnails that we are managing
- getCacheDir() - Method in class com.buckosoft.PicMan.domain.Pic
-
Fetch the cache subdirectory that this pic was written to.
- getChain(String) - Method in interface com.buckosoft.PicMan.db.ChainsDao
-
Fetch a Chain
based on its name.
- getChain(int) - Method in interface com.buckosoft.PicMan.db.ChainsDao
-
Fetch a Chain
based on its Chain ID.
- getChain(String) - Method in class com.buckosoft.PicMan.db.ChainsDaoJdbc
-
- getChain(int) - Method in class com.buckosoft.PicMan.db.ChainsDaoJdbc
-
- getChain(String) - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Fetch a
Chain
based on its name.
- getChain(int) - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Fetch a
Chain
based on its Chain ID.
- getChain(String) - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getChain(int) - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getChain() - Method in class com.buckosoft.PicMan.web.SpinContactsForm
-
- getChainCount() - Method in interface com.buckosoft.PicMan.db.ChainsDao
-
Return the number of Chains in the Database.
- getChainCount() - Method in class com.buckosoft.PicMan.db.ChainsDaoJdbc
-
- getChainCount() - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Return the number of
Chain
s in the Database.
- getChainCount() - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getChainCount() - Method in class com.buckosoft.PicMan.web.ChainManForm
-
- getChains() - Method in interface com.buckosoft.PicMan.db.ChainsDao
-
Get a List of all of the Chains in the Database.
- getChains() - Method in class com.buckosoft.PicMan.db.ChainsDaoJdbc
-
- getChains() - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get a List of all of the
Chain
s in the database.
- getChains() - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getChains() - Method in class com.buckosoft.PicMan.web.ChainManForm
-
- getChains() - Method in class com.buckosoft.PicMan.web.SpinContactsForm
-
- getChainsDao() - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
Why is this public? Because Spring was freaking out trying to reflect the type.
- getChainToDelete() - Method in class com.buckosoft.PicMan.web.ChainManForm
-
- getCharsetAsString(MediaType) - Static method in class com.buckosoft.PicMan.service.support.XMLProvider
-
- getCid() - Method in class com.buckosoft.PicMan.domain.Chain
-
- getCid() - Method in class com.buckosoft.PicMan.domain.Contact
-
Fetch the chain id for this contact
- getCid() - Method in class com.buckosoft.PicMan.domain.ContactParams
-
- getClasses(String) - Static method in class com.buckosoft.PicMan.business.util.Classes
-
List Classes inside a given package.
- getClients() - Method in class com.buckosoft.PicMan.service.sync.SyncServiceImpl
-
- getClients() - Method in interface com.buckosoft.PicMan.service.SyncService
-
- getClientSyncTimestamp(String) - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get the last time this client sync'd.
- getClientSyncTimestamp(String) - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getClientSyncTimestamp(String, String) - Method in interface com.buckosoft.PicMan.PicManService.PicManService_PortType
-
Get the last timestamp that a host (this host) was synced.
- getClientSyncTimestamp(String, String) - Method in class com.buckosoft.PicMan.PicManService.PicManServiceProxy
-
- getClientSyncTimestamp(String, String) - Method in class com.buckosoft.PicMan.PicManService.PicManServiceSOAPStub
-
- getClientTimestamp(String) - Method in interface com.buckosoft.PicMan.db.Server_SyncDao
-
Get the last time this client sync'd.
- getClientTimestamp(String) - Method in class com.buckosoft.PicMan.db.Server_SyncDaoJdbc
-
- getColor() - Method in class com.buckosoft.PicMan.domain.JobLogEntry
-
- getConfig() - Method in class com.buckosoft.PicMan.domain.Poster
-
Return a reference to the poster config map.
- getConfigMap() - Method in class com.buckosoft.PicMan.business.mosaic.MosaicEngine
-
A map of the available ConfigItems for an engine.
- getConfigs(List<Mosaic>) - Static method in class com.buckosoft.PicMan.web.MosaicSetupForm
-
- getContact(int, String) - Method in interface com.buckosoft.PicMan.db.ContactsDao
-
Fetch a Contact from the database
- getContact(int, String, int, int) - Method in interface com.buckosoft.PicMan.db.ContactsDao
-
Fetch a Contact from the database.
- getContact(int, String) - Method in class com.buckosoft.PicMan.db.ContactsDaoJdbc
-
- getContact(int, String, int, int) - Method in class com.buckosoft.PicMan.db.ContactsDaoJdbc
-
- getContact(int, String) - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Fetch the
Contact
that was built with these parameters.
- getContact(int, String, int, int) - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Fetch the
Contact
that was built with these parameters.
- getContact(int, String) - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getContact(int, String, int, int) - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getContactCount() - Method in class com.buckosoft.PicMan.domain.Chain
-
- getContactDirectory() - Method in class com.buckosoft.PicMan.domain.Chain
-
- getContactEngineName() - Method in class com.buckosoft.PicMan.web.ChainManForm
-
Get the name of the engine to build this chain.
- getContactHeight() - Method in class com.buckosoft.PicMan.domain.Chain
-
- getContactManager() - Method in class com.buckosoft.PicMan.business.BatchManager
-
Fetch a reference to the ContactManager
- getContactNumber() - Method in class com.buckosoft.PicMan.domain.ContactParams
-
- getContactOldestMap(Chain) - Method in interface com.buckosoft.PicMan.db.ContactsDao
-
Return a map of the oldest contacts in this chain.
- getContactOldestMap(Chain) - Method in class com.buckosoft.PicMan.db.ContactsDaoJdbc
-
- getContactOldestMap(Chain) - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Return the oldest contact in each set/size in a map
k = SetName i.e.
- getContactOldestMap(Chain) - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getContactParamsRunning() - Method in class com.buckosoft.PicMan.business.ContactManager
-
- getContactPrefix() - Method in class com.buckosoft.PicMan.domain.Chain
-
- getContactRunning() - Method in class com.buckosoft.PicMan.business.ContactManager
-
- getContactSelectorHtml(Chain, String, String) - Method in class com.buckosoft.PicMan.business.PicManImpl
-
- getContactSelectorHtml(Chain, String, String) - Method in class com.buckosoft.PicMan.web.HtmlUtils
-
Build a {tr}{td} String of Contact urls.
- getContactWidth() - Method in class com.buckosoft.PicMan.domain.Chain
-
- getContentDeserializer() - Method in class com.buckosoft.PicMan.service.support.KeyValueMapDeserializer
-
- getContentSerializer() - Method in class com.buckosoft.PicMan.service.support.KeyValueMapSerializer
-
- getContentType() - Method in class com.buckosoft.PicMan.service.support.KeyValueMapDeserializer
-
- getContentType() - Method in class com.buckosoft.PicMan.service.support.KeyValueMapSerializer
-
- getCounts() - Method in class com.buckosoft.PicMan.domain.SetSizeCount
-
- getCRC() - Method in class com.buckosoft.PicMan.util.SetsCRC
-
- getCustomDate() - Method in class com.buckosoft.PicMan.business.PicImporterImpl.PossibleDates
-
- getDatabase() - Method in class com.buckosoft.PicMan.web.FilterReportPageController
-
- getDatabase() - Method in class com.buckosoft.PicMan.web.HomePageController
-
bean getter so Spring AOP can determine the type
- getDatabase() - Method in class com.buckosoft.PicMan.web.HtmlUtils
-
- getDatabase() - Method in class com.buckosoft.PicMan.web.MetaSetFormController
-
- getDatabase() - Method in class com.buckosoft.PicMan.web.MosaicDisplayPageController
-
- getDatabase() - Method in class com.buckosoft.PicMan.web.PicFilterWeb
-
- getDatabase() - Method in class com.buckosoft.PicMan.web.PosterDisplayPageController
-
- getDatabase() - Method in class com.buckosoft.PicMan.web.SetManFormController
-
- getDatabase() - Method in class com.buckosoft.PicMan.web.SetSizeWebTable
-
Deprecated.
- getDatabase() - Method in class com.buckosoft.PicMan.web.SpinContactsForm
-
- getDatabase() - Method in class com.buckosoft.PicMan.web.SpinContactsFormController
-
- getDatabase() - Method in class com.buckosoft.PicMan.web.SyncSetupPageController
-
bean getter so Spring AOP can determine the type
- getDatabase() - Method in class com.buckosoft.PicMan.web.SyncStatusPageController
-
bean getter so Spring AOP can determine the type
- getDatabase() - Method in class com.buckosoft.PicMan.web.SystemSetupFormController
-
- getDate() - Method in class com.buckosoft.PicMan.domain.Filter
-
Fetch the time that this filter was last edited.
- getDate() - Method in class com.buckosoft.PicMan.domain.Pic
-
- getDB() - Method in interface com.buckosoft.PicMan.business.PicManFacade
-
Get a reference to the Database
- getDB() - Method in class com.buckosoft.PicMan.business.PicManImpl
-
- getDbUrl() - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get the url that is accessing the database.
- getDbUrl() - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getDbUrl() - Method in class com.buckosoft.PicMan.web.SystemSetupForm
-
- getDbUser() - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get the user who is accessing the database.
- getDbUser() - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getDbUser() - Method in class com.buckosoft.PicMan.web.SystemSetupForm
-
- getDescription() - Method in class com.buckosoft.PicMan.business.mosaic.MosaicEngine.ConfigItem
-
- getDescription() - Method in class com.buckosoft.PicMan.domain.Chain
-
- getDescription() - Method in class com.buckosoft.PicMan.domain.Set
-
- getDeserializer(String, Class, QName) - Static method in class com.buckosoft.PicMan.PicManService.PicFilterSOAP
-
Get Custom Deserializer
- getDirsInDir(int, String) - Method in interface com.buckosoft.PicMan.business.PicManFacade
-
Fetch a List
of dirs in this directory.
- getDirsInDir(int, String) - Method in class com.buckosoft.PicMan.business.PicManImpl
-
- getDomElement(PicManFacade, JobLogEntry) - Static method in class com.buckosoft.PicMan.dom.JobLogEntryDom
-
- getDpi() - Method in class com.buckosoft.PicMan.domain.Poster
-
- getDUid(String, int) - Static method in class com.buckosoft.PicMan.domain.System
-
Return the jdbc Uid string (uses _ instead of -)
- getDurationAsString() - Method in class com.buckosoft.PicMan.business.mosaic.MosaicEngine
-
Fetch how long this Engine has been running.
- getDurationAsString() - Method in class com.buckosoft.PicMan.domain.JobLogEntry
-
- getEditDate() - Method in class com.buckosoft.PicMan.domain.Set
-
- getEditRoot() - Method in class com.buckosoft.PicMan.web.RootManForm
-
If we edited an existing Root, this will contain the altered Root.
- getEditSet() - Method in class com.buckosoft.PicMan.web.SetManForm
-
- getEndpoint() - Method in class com.buckosoft.PicMan.PicManService.PicManServiceProxy
-
- getEndTime() - Method in class com.buckosoft.PicMan.domain.Contact
-
- getEndTime() - Method in class com.buckosoft.PicMan.domain.JobLogEntry
-
- getEndTimeAsString() - Method in class com.buckosoft.PicMan.domain.JobLogEntry
-
- getEngine() - Method in class com.buckosoft.PicMan.domain.Chain
-
- getEngine() - Method in class com.buckosoft.PicMan.domain.Mosaic
-
- getEngineConfig() - Method in class com.buckosoft.PicMan.domain.Mosaic
-
Return a reference to the engine config map.
- getEngineCronExpression() - Method in class com.buckosoft.PicMan.domain.System
-
- getEngineName() - Method in class com.buckosoft.PicMan.domain.ContactParams
-
Get the name of the engine that is to build these contacts
- getEngineReportColumns() - Method in class com.buckosoft.PicMan.domain.User
-
- getEngineReportRows() - Method in class com.buckosoft.PicMan.domain.User
-
- getEngines() - Method in class com.buckosoft.PicMan.web.ChainManForm
-
- getEngines() - Method in class com.buckosoft.PicMan.web.MosaicSetupForm
-
- getError(int) - Method in interface com.buckosoft.PicMan.business.common.PicManCommonFacade
-
Fetch an error from our table
- getError(int) - Method in class com.buckosoft.PicMan.business.common.PicManCommonImpl
-
- getErrorLog() - Method in interface com.buckosoft.PicMan.business.common.PicManCommonFacade
-
Get a Reference to the Error Log
- getErrorLog() - Method in class com.buckosoft.PicMan.business.common.PicManCommonImpl
-
- getErrorMessage() - Method in class com.buckosoft.PicMan.web.MosaicDisplayConfigForm
-
If the Form Controller wants to display an error to the user, it will be here.
- getErrorMessage() - Method in class com.buckosoft.PicMan.web.SystemSetupForm
-
If the Form Controller wants to display an error to the user, it will be here.
- getErrorMessage() - Method in class com.buckosoft.PicMan.web.UserConfigForm
-
If the Form Controller wants to display an error to the user, it will be here.
- getFileDate() - Method in class com.buckosoft.PicMan.business.PicImporterImpl.PossibleDates
-
- getFilePrefix() - Method in class com.buckosoft.PicMan.domain.Root
-
- getFilesInDirCount(int, String) - Method in interface com.buckosoft.PicMan.business.PicManFacade
-
Get the number of files in a directory
- getFilesInDirCount(int, String) - Method in class com.buckosoft.PicMan.business.PicManImpl
-
- getFilesInDirCount(int, String) - Method in class com.buckosoft.PicMan.image.PicReader
-
Get the number of pictures files in a directory.
- getFilter(String) - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get the
Filter
for the pic named.
- getFilter(String) - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getFilter(String) - Method in interface com.buckosoft.PicMan.db.FiltersDao
-
Get the filter for the pic named.
- getFilter(String) - Method in class com.buckosoft.PicMan.db.FiltersDaoJdbc
-
- getFilter(String) - Method in class com.buckosoft.PicMan.domain.Filter
-
Get the filter value for this string value.
- getFilter(String, int) - Method in class com.buckosoft.PicMan.domain.Filter
-
Get the filter value for this set/size.
- getFilterAsString(String) - Method in interface com.buckosoft.PicMan.business.PicManFacade
-
Create a String that represents the Sets and values for this pic.
- getFilterAsString(String) - Method in class com.buckosoft.PicMan.business.PicManImpl
-
- getFilterAsString(PicManFacade, String) - Static method in class com.buckosoft.PicMan.util.FilterUtil
-
- getFilterColumns() - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get a list of the
Filter
column names from the database.
- getFilterColumns() - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getFilterColumns() - Method in interface com.buckosoft.PicMan.db.FiltersDao
-
Get a list of the column names from the database.
- getFilterColumns() - Method in class com.buckosoft.PicMan.db.FiltersDaoJdbc
-
- getFilterColumnsAsHtml(List<String>) - Method in class com.buckosoft.PicMan.web.HtmlUtils
-
- getFilterCount() - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get the number of
Filter
s in the database.
- getFilterCount() - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getFilterCount() - Method in interface com.buckosoft.PicMan.db.FiltersDao
-
Get the number of Filters in the database.
- getFilterCount() - Method in class com.buckosoft.PicMan.db.FiltersDaoJdbc
-
- getFilterEdit(String) - Method in class com.buckosoft.PicMan.web.PicFilterWeb
-
Given a picName, output a table segment that displays the thumbnail and the filter
as a series of checkboxs.
- getFilterListNewerThan(String, Calendar) - Method in interface com.buckosoft.PicMan.PicManService.PicManService_PortType
-
Return a list of pic names that have Filters that are newer
than this timestamp.
- getFilterListNewerThan(String, Calendar) - Method in class com.buckosoft.PicMan.PicManService.PicManServiceProxy
-
- getFilterListNewerThan(String, Calendar) - Method in class com.buckosoft.PicMan.PicManService.PicManServiceSOAPStub
-
- getFilterMicroSet(int, int) - Method in interface com.buckosoft.PicMan.db.FiltersMicroSetsDao
-
Get the FilterMicroSet
for this pic in this set
- getFilterMicroSet(int, int) - Method in class com.buckosoft.PicMan.db.FiltersMicroSetsDaoJdbc
-
- getFilterPagePicCount() - Method in class com.buckosoft.PicMan.domain.User
-
Get the number of filters to display on a page, given a choice.
- getFilters() - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get a list of all of the
Filter
s in the database.
- getFilters() - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getFilters() - Method in interface com.buckosoft.PicMan.db.FiltersDao
-
Get a list of all of the Filter
s in the database.
- getFilters() - Method in class com.buckosoft.PicMan.db.FiltersDaoJdbc
-
- getFilters() - Method in class com.buckosoft.PicMan.domain.Filter
-
Get a reference to the filter hashmap
- getFiltersBySet(String, int) - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get a list of all of the
Filter
s for this set/size.
- getFiltersBySet(String, int) - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getFiltersBySet(String, int) - Method in interface com.buckosoft.PicMan.db.FiltersDao
-
Get a list of all of the Filter
s for this set/size.
- getFiltersBySet(String, int) - Method in class com.buckosoft.PicMan.db.FiltersDaoJdbc
-
- getFiltersForPic(String, String) - Method in interface com.buckosoft.PicMan.PicManService.PicManService_PortType
-
Get the filters for this pic.
- getFiltersForPic(String, String) - Method in class com.buckosoft.PicMan.PicManService.PicManServiceProxy
-
- getFiltersForPic(String, String) - Method in class com.buckosoft.PicMan.PicManService.PicManServiceSOAPStub
-
- getFiltersInPid(int) - Method in interface com.buckosoft.PicMan.db.FiltersMicroSetsDao
-
Get a List of FilterMicroSet
s that match this PicID
- getFiltersInPid(int) - Method in class com.buckosoft.PicMan.db.FiltersMicroSetsDaoJdbc
-
- getFlipFlop() - Method in class com.buckosoft.PicMan.web.ChainManForm
-
- getFlipFlop() - Method in class com.buckosoft.PicMan.web.MetaSetForm
-
- getFlipFlop() - Method in class com.buckosoft.PicMan.web.RootManForm
-
Convienence for jsp.
- getFlipFlop() - Method in class com.buckosoft.PicMan.web.SetManForm
-
- getFullPath(PicManFacade, Pic) - Static method in class com.buckosoft.PicMan.image.PicReader
-
- getFunc() - Method in class com.buckosoft.PicMan.domain.MetaSetRule
-
Return the function number of this rule, if we are a function
- getGeneratedOffsetXY() - Method in class com.buckosoft.PicMan.domain.PosterParams
-
- getGuiSetSize() - Method in class com.buckosoft.PicMan.domain.SetSize
-
- getHeight() - Method in class com.buckosoft.PicMan.domain.MosaicTile
-
- getHeight() - Method in class com.buckosoft.PicMan.domain.Pic
-
- getHomePageThumbWidth() - Method in class com.buckosoft.PicMan.domain.User
-
- getHomeThumbDelay() - Method in class com.buckosoft.PicMan.domain.User
-
- getHomeThumbSetName() - Method in class com.buckosoft.PicMan.domain.User
-
- getId() - Method in class com.buckosoft.PicMan.domain.SyncClient
-
- getId() - Method in class com.buckosoft.PicMan.domain.SyncServer
-
- getImage() - Method in class com.buckosoft.PicMan.business.mosaic.MosaicEngine
-
Fetch the image that we built / are building.
- getImage() - Method in class com.buckosoft.PicMan.domain.Thumbnail
-
- getImportDirectory() - Method in class com.buckosoft.PicMan.domain.System
-
Return the directory to look for new pics in (like from the camera n:/blah)
- getImportsToDo() - Method in class com.buckosoft.PicMan.domain.System
-
- getInactiveRoots() - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get a List of Inactive
Root
s.
- getInactiveRoots() - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getInactiveRoots() - Method in interface com.buckosoft.PicMan.db.RootsDao
-
Get a List of Root
s that the user has marked as inactive.
- getInactiveRoots() - Method in class com.buckosoft.PicMan.db.RootsDaoJdbc
-
- getInactiveSets() - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get a List of inactive
Set
s
- getInactiveSets() - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
Build a list of inactive sets
- getInactiveSets() - Method in interface com.buckosoft.PicMan.db.SetsDao
-
Get a List of Set
s that the user has marked as inactive.
- getInactiveSets() - Method in class com.buckosoft.PicMan.db.SetsDaoJdbc
-
- getIndex() - Method in class com.buckosoft.PicMan.domain.MetaSetRule
-
Get the index into the list of rules that is this rule.
- getIndex() - Method in class com.buckosoft.PicMan.web.ChainManForm.Selector
-
- getInfo() - Method in class com.buckosoft.PicMan.business.mosaic.engine.FirstRibbon
-
- getInfo() - Method in class com.buckosoft.PicMan.business.mosaic.engine.FourthRibbon
-
Return a semi-static info string
- getInfo() - Method in class com.buckosoft.PicMan.business.mosaic.engine.HSVRibbon
-
Return a semi-static info string
- getInfo() - Method in class com.buckosoft.PicMan.business.mosaic.engine.SampleMaker
-
- getInfo() - Method in class com.buckosoft.PicMan.business.mosaic.engine.SecondRibbon
-
Return a semi-static info string
- getInfo() - Method in class com.buckosoft.PicMan.business.mosaic.engine.ThirdRibbon
-
Return a semi-static info string
- getInfo() - Method in class com.buckosoft.PicMan.business.mosaic.engine.VectorRibbon
-
- getInfo() - Method in class com.buckosoft.PicMan.business.mosaic.MosaicEngine
-
Get the engine's semi-static build info.
- getInstance() - Static method in class com.buckosoft.PicMan.business.SpringGlue
-
- getJobLog() - Method in interface com.buckosoft.PicMan.business.PicManFacade
-
Return a reference to the Job Log
- getJobLog() - Method in class com.buckosoft.PicMan.business.PicManImpl
-
- getJobLogMaxCount() - Method in interface com.buckosoft.PicMan.business.PicManFacade
-
Get the maximum displayed job log lines in the home page.
- getJobLogMaxCount() - Method in class com.buckosoft.PicMan.business.PicManImpl
-
- getKeySerializer() - Method in class com.buckosoft.PicMan.service.support.KeyValueMapSerializer
-
Accessor for currently assigned key serializer.
- getLastMosaicUpdate() - Method in class com.buckosoft.PicMan.business.mosaic.MosaicEngine
-
- getLastSync() - Method in class com.buckosoft.PicMan.domain.SyncClient
-
- getListOfPicNames(MetaSet, int, int, int) - Method in class com.buckosoft.PicMan.db.logic.MetaSetFilter
-
- getListOfPicNamesInMetaSet(Set, int, int, int) - Method in class com.buckosoft.PicMan.db.logic.MetaSetFilter
-
Get a List of picNames for this MetaSet set and size
- getLocation() - Method in class com.buckosoft.PicMan.domain.Pic
-
Get the relative directory of this pic
- getMapClass() - Method in class com.buckosoft.PicMan.service.support.KeyValueMapDeserializer
-
- getMarginB() - Method in class com.buckosoft.PicMan.domain.Poster
-
- getMarginL() - Method in class com.buckosoft.PicMan.domain.Poster
-
- getMarginR() - Method in class com.buckosoft.PicMan.domain.Poster
-
- getMarginT() - Method in class com.buckosoft.PicMan.domain.Poster
-
- getMaskedFilter(List<Set>, Filter) - Method in interface com.buckosoft.PicMan.business.PicManFacade
-
Given a List of Sets, return a copy of a filter with the values 0'd out
except for the Sets listed.
- getMaskedFilter(List<Set>, Filter) - Method in class com.buckosoft.PicMan.business.PicManImpl
-
- getMasterMid() - Method in class com.buckosoft.PicMan.domain.Poster
-
- getMasterPic() - Method in class com.buckosoft.PicMan.domain.Mosaic
-
- getMasterPic() - Method in class com.buckosoft.PicMan.web.MosaicSetupForm
-
- getMasterPic() - Method in class com.buckosoft.PicMan.web.PosterSetupForm
-
- getMasterPicName() - Method in class com.buckosoft.PicMan.business.mosaic.MosaicEngine
-
Get the name of the master pic that we are building from.
- getMasterPicXY() - Method in class com.buckosoft.PicMan.domain.PosterParams
-
- getMaxRules() - Method in class com.buckosoft.PicMan.web.MetaSetForm
-
Get the maximum number of rules in a MetaSet.
- getMaxThumbCacheDirUsed() - Method in interface com.buckosoft.PicMan.db.PicsDao
-
Determine the highest numbered thumb cache subdirectory used.
- getMaxThumbCacheDirUsed() - Method in class com.buckosoft.PicMan.db.PicsDaoJdbc
-
- getMbid() - Method in class com.buckosoft.PicMan.domain.MosaicBatch
-
- getMd5() - Method in class com.buckosoft.PicMan.domain.Pic
-
Get the md5 checksum for this pic
- getMessage() - Method in class com.buckosoft.PicMan.domain.SyncLogEntry
-
- getMessage() - Method in class com.buckosoft.PicMan.web.DatabaseConverterForm
-
- getMessage() - Method in class com.buckosoft.PicMan.web.MosaicDisplayConfigForm
-
If the Form Controller wants to display a message to the user, it will be here.
- getMessage() - Method in class com.buckosoft.PicMan.web.SystemSetupForm
-
If the Form Controller wants to display a message to the user, it will be here.
- getMessage() - Method in class com.buckosoft.PicMan.web.UserConfigForm
-
If the Form Controller wants to display a message to the user, it will be here.
- getMetaSet(int) - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get the
MetaSet
that matches this Set ID.
- getMetaSet(int) - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
MetaSet Management
- getMetaSet(int) - Method in interface com.buckosoft.PicMan.db.MetaSetsDao
-
Get the MetaSet that matches this Set ID.
- getMetaSet(int) - Method in class com.buckosoft.PicMan.db.MetaSetsDaoJdbc
-
- getMetaSet() - Method in class com.buckosoft.PicMan.web.MetaSetForm
-
- getMetaSetColumns() - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get a List of Column names for the
MetaSet
s.
- getMetaSetColumns() - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
Get a List of Column names for the MetaSets.
- getMetaSetFilter() - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Fetch a reference to the MetaSet filter processor.
- getMetaSetFilter() - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getMid() - Method in class com.buckosoft.PicMan.domain.Mosaic
-
Fetch the unique mosaicId
- getMid() - Method in class com.buckosoft.PicMan.domain.MosaicTile
-
- getMid() - Method in class com.buckosoft.PicMan.web.PosterSetupForm.MosaicNameAndMid
-
- getMosaic(int) - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get a
Mosaic
from the database based on this Mosaic ID.
- getMosaic(String, String, int, int) - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Find the
Mosaic
in the database that matches these parameters.
- getMosaic(int) - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getMosaic(String, String, int, int) - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getMosaic(int) - Method in interface com.buckosoft.PicMan.db.MosaicsDao
-
Get a Mosaic from the database based on this Mosaic ID.
- getMosaic(String, String, int, int) - Method in interface com.buckosoft.PicMan.db.MosaicsDao
-
Find the
Mosaic
in the database that matches these parameters.
- getMosaic(int) - Method in class com.buckosoft.PicMan.db.MosaicsDaoJdbc
-
- getMosaic(String, String, int, int) - Method in class com.buckosoft.PicMan.db.MosaicsDaoJdbc
-
- getMosaic() - Method in class com.buckosoft.PicMan.web.MosaicSetupForm
-
- getMosaicBatch(int) - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get the MosaicBatch that matches this mbid
- getMosaicBatch(int) - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getMosaicBatch(int) - Method in interface com.buckosoft.PicMan.db.MosaicBatchesDao
-
Get a MosaicBatch from the database based on this MosaicBatch ID.
- getMosaicBatch(int) - Method in class com.buckosoft.PicMan.db.MosaicBatchesDaoJdbc
-
- getMosaicBatches() - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
- getMosaicBatches() - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getMosaicBatches() - Method in interface com.buckosoft.PicMan.db.MosaicBatchesDao
-
Get the List of MosaicBatch
s.
- getMosaicBatches() - Method in class com.buckosoft.PicMan.db.MosaicBatchesDaoJdbc
-
- getMosaicBatches() - Method in class com.buckosoft.PicMan.web.MosaicSetupForm
-
- getMosaicConfigs() - Method in class com.buckosoft.PicMan.web.MosaicSetupForm
-
- getMosaicCount() - Method in class com.buckosoft.PicMan.db.MosaicsDaoJdbc
-
Get the number of Virgins in the database
- getMosaicDepth() - Method in class com.buckosoft.PicMan.domain.System
-
- getMosaicDisplayDelay() - Method in class com.buckosoft.PicMan.domain.User
-
- getMosaicEngine() - Method in class com.buckosoft.PicMan.business.mosaic.MosaicMan
-
If Mosaic is running, return a reference to the running engine.
- getMosaicEngineConfig() - Method in class com.buckosoft.PicMan.web.MosaicSetupForm
-
- getMosaicEngineName() - Method in class com.buckosoft.PicMan.web.MosaicSetupForm
-
- getMosaicHeight() - Method in class com.buckosoft.PicMan.web.MosaicSetupForm
-
- getMosaicMan() - Method in interface com.buckosoft.PicMan.business.PicManFacade
-
Fetch a reference to the Mosaic Manager
- getMosaicMan() - Method in class com.buckosoft.PicMan.business.PicManImpl
-
- getMosaicManDevelopment() - Method in class com.buckosoft.PicMan.business.mosaic.MosaicMan
-
Fetch a reference to the MosaicManDevelopment
- getMosaicName() - Method in class com.buckosoft.PicMan.web.MosaicSetupForm
-
- getMosaicOutputFile() - Method in class com.buckosoft.PicMan.domain.User
-
- getMosaicOutputFile() - Method in class com.buckosoft.PicMan.web.MosaicSetupForm
-
Where to write the mosaic output
- getMosaicPicsPerPage() - Method in class com.buckosoft.PicMan.domain.System
-
- getMosaicPreviewHeight() - Method in class com.buckosoft.PicMan.domain.User
-
- getMosaicQueueListString() - Method in class com.buckosoft.PicMan.business.mosaic.MosaicMan
-
Return a List of the names of Mosaic jobs queued to be run.
- getMosaics() - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get a List of all of the
Mosaic
s in the database.
- getMosaics() - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getMosaics() - Method in interface com.buckosoft.PicMan.db.MosaicsDao
-
Get a List of all of the Mosaic
s in the database.
- getMosaics() - Method in class com.buckosoft.PicMan.db.MosaicsDaoJdbc
-
- getMosaics() - Method in class com.buckosoft.PicMan.web.MosaicSetupForm
-
- getMosaics() - Method in class com.buckosoft.PicMan.web.PosterSetupForm
-
- getMosaicSelectName() - Method in class com.buckosoft.PicMan.web.MosaicSetupForm
-
- getMosaicSet() - Method in class com.buckosoft.PicMan.image.ThumbCache
-
- getMosaicSetName() - Method in class com.buckosoft.PicMan.domain.User
-
- getMosaicSid() - Method in class com.buckosoft.PicMan.web.MosaicSetupForm
-
- getMosaicSizes() - Method in class com.buckosoft.PicMan.web.MosaicSetupForm
-
If this is a Batch Mosaic, then this is the sizes to make.
- getMosaicSuperCacheMaxSize() - Method in class com.buckosoft.PicMan.image.ThumbCache
-
- getMosaicTestPic() - Method in class com.buckosoft.PicMan.domain.User
-
- getMosaicThumbCacheDir() - Method in class com.buckosoft.PicMan.domain.System
-
- getMosaicThumbCacheHeight() - Method in class com.buckosoft.PicMan.domain.System
-
- getMosaicThumbHeight() - Method in class com.buckosoft.PicMan.domain.System
-
- getMosaicThumbNail(Pic, int, int) - Method in class com.buckosoft.PicMan.business.mosaic.MosaicManDevelopment
-
A Test/Development method that returns a thumbnail that is a mosaic of the pic.
- getMosaicThumbNail(Pic, int) - Method in interface com.buckosoft.PicMan.business.PicManFacade
-
Get a Thumbnail from this pic at this size.
- getMosaicThumbNail(Pic, int) - Method in class com.buckosoft.PicMan.business.PicManImpl
-
- getMosaicTileCount(int) - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Return the number of tiles we have stored for this
Mosaic
- getMosaicTileCount(int) - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getMosaicTileHeight() - Method in class com.buckosoft.PicMan.domain.User
-
- getMosaicTiles(int) - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Fetch the already built
MosaicTile
s for this Mosaic
- getMosaicTiles(int) - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getMosaicTiles(int) - Method in interface com.buckosoft.PicMan.db.MosaicTilesDao
-
Get the List of MosaicTile
s for the Mosaic specified by this Mosaic ID.
- getMosaicTiles(int) - Method in class com.buckosoft.PicMan.db.MosaicTilesDaoJdbc
-
- getMosaicVector(Pic) - Method in class com.buckosoft.PicMan.business.mosaic.MosaicManDevelopment
-
- getMosaicVector(String) - Method in interface com.buckosoft.PicMan.db.MosaicVectorsDao
-
Fetch the MosaicVector
for the Pic specified by this picName
- getMosaicVector(String) - Method in class com.buckosoft.PicMan.db.MosaicVectorsDaoJdbc
-
- getMosaicVectors(List<Pic>) - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get the List of
MosaicVector
s that matches this picList, which probably came from a mosaic Set.
- getMosaicVectors(List<Pic>) - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getMosaicVectors(List<Pic>) - Method in interface com.buckosoft.PicMan.db.MosaicVectorsDao
-
Get the List of MosaicVector
s that matches this picList, which probably came from a mosaic Set.
- getMosaicVectors(List<Pic>) - Method in class com.buckosoft.PicMan.db.MosaicVectorsDaoJdbc
-
- getMultiplier() - Method in class com.buckosoft.PicMan.domain.Poster
-
- getName() - Method in class com.buckosoft.PicMan.business.mosaic.MosaicEngine.ConfigItem
-
Get the name of this ConfigItem.
- getName() - Method in class com.buckosoft.PicMan.business.mosaic.MosaicEngine
-
Get the name of the Mosaic that we are building.
- getName() - Method in class com.buckosoft.PicMan.domain.Chain
-
- getName() - Method in class com.buckosoft.PicMan.domain.Contact
-
- getName() - Method in class com.buckosoft.PicMan.domain.JobLogEntry
-
- getName() - Method in class com.buckosoft.PicMan.domain.Mosaic
-
Fetch the descriptive name of this mosaic run.
- getName() - Method in class com.buckosoft.PicMan.domain.Pic
-
- getName() - Method in class com.buckosoft.PicMan.domain.Poster
-
- getName() - Method in class com.buckosoft.PicMan.domain.Root
-
- getName() - Method in class com.buckosoft.PicMan.domain.Set
-
- getName() - Method in class com.buckosoft.PicMan.domain.SetSizeCount
-
- getName() - Method in class com.buckosoft.PicMan.domain.SyncClient
-
- getName() - Method in class com.buckosoft.PicMan.domain.SyncServer
-
- getName() - Method in class com.buckosoft.PicMan.domain.Thumbnail
-
- getName() - Method in class com.buckosoft.PicMan.domain.Virgin
-
- getName() - Method in class com.buckosoft.PicMan.web.ChainManForm.Selector
-
- getName() - Method in class com.buckosoft.PicMan.web.MetaSetForm.RateOp
-
- getName() - Method in class com.buckosoft.PicMan.web.PosterSetupForm.MosaicNameAndMid
-
- getNewChainName() - Method in class com.buckosoft.PicMan.web.ChainManForm
-
- getNewestContact() - Method in interface com.buckosoft.PicMan.db.ContactsDao
-
Fetch the newest contact we made
- getNewestContact() - Method in class com.buckosoft.PicMan.db.ContactsDaoJdbc
-
- getNewestContact() - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
- getNewestContact() - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getNewestPic() - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get the newest pic in the database.
- getNewestPic() - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getNewestPic() - Method in interface com.buckosoft.PicMan.db.PicsDao
-
Get the newest pic in the database.
- getNewestPic() - Method in class com.buckosoft.PicMan.db.PicsDaoJdbc
-
- getNewName() - Method in class com.buckosoft.PicMan.web.DatabaseConverterForm
-
- getNewPicCount() - Method in interface com.buckosoft.PicMan.business.NewPicScanner
-
calling getNewPicCount() runs the scanner and returns the number of pics found.
- getNewPicCount() - Method in class com.buckosoft.PicMan.business.NewPicScannerImpl
-
Scan the root directories and build a list of pics found.
- getNewPics() - Method in interface com.buckosoft.PicMan.business.NewPicScanner
-
Get a list of the Files (Pics) found by running getNewPicCount()
- getNewPics() - Method in class com.buckosoft.PicMan.business.NewPicScannerImpl
-
Return the newPics array
- getNewPicScanner() - Method in class com.buckosoft.PicMan.web.ScanForNewPicsForm
-
- getNewRoot() - Method in class com.buckosoft.PicMan.web.RootManForm
-
If the user entered a new Root in the jsp, this is it.
- getNewSet() - Method in class com.buckosoft.PicMan.web.SetManForm
-
- getNewUser() - Method in class com.buckosoft.PicMan.business.common.UserFactory
-
- getNewUserWebSession(BSAccountUser) - Method in class com.buckosoft.PicMan.business.common.UserFactory
-
- getNote() - Method in class com.buckosoft.PicMan.domain.JobLogEntry
-
Get any note the job might have about it's status.
- getOldName() - Method in class com.buckosoft.PicMan.web.DatabaseConverterForm
-
- getOperator() - Method in class com.buckosoft.PicMan.domain.MetaSetRule
-
- getOtherJobsQueued() - Method in class com.buckosoft.PicMan.business.BatchManager
-
Get a list of other jobs queued.
- getOutPic() - Method in class com.buckosoft.PicMan.domain.Mosaic
-
The full path to the jpeg to write.
- getOutputDirectory() - Method in class com.buckosoft.PicMan.domain.ContactParams
-
- getOutputFileName() - Method in class com.buckosoft.PicMan.business.mosaic.MosaicEngine
-
Get the name of the output file that will be written.
- getOutputPath() - Method in class com.buckosoft.PicMan.domain.Poster
-
- getOverSprayB() - Method in class com.buckosoft.PicMan.domain.Poster
-
- getOverSprayL() - Method in class com.buckosoft.PicMan.domain.Poster
-
- getOverSprayR() - Method in class com.buckosoft.PicMan.domain.Poster
-
- getOverSprayT() - Method in class com.buckosoft.PicMan.domain.Poster
-
- getPaperHeight() - Method in class com.buckosoft.PicMan.domain.Poster
-
- getPaperWidth() - Method in class com.buckosoft.PicMan.domain.Poster
-
- getPath() - Method in class com.buckosoft.PicMan.domain.Root
-
- getPeriod() - Method in class com.buckosoft.PicMan.domain.SyncClient
-
Get the refresh period in number of seconds
- getPic(String) - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get a
Pic
who's name matches this picName.
- getPic(int) - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get a
Pic
who's pid matches this one.
- getPic(String) - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getPic(int) - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getPic(int) - Method in interface com.buckosoft.PicMan.db.PicsDao
-
Get a Pic
- getPic(String) - Method in interface com.buckosoft.PicMan.db.PicsDao
-
Get a Pic who's name matches this picName.
- getPic(String) - Method in class com.buckosoft.PicMan.db.PicsDaoJdbc
-
Get a single named Pic
- getPic(int) - Method in class com.buckosoft.PicMan.db.PicsDaoJdbc
-
Get a single Pic
- getPic(int, int) - Method in class com.buckosoft.PicMan.domain.Contact
-
- getPicAttributes(String, String, javax.xml.rpc.holders.IntHolder, javax.xml.rpc.holders.StringHolder, javax.xml.rpc.holders.IntHolder, javax.xml.rpc.holders.StringHolder, javax.xml.rpc.holders.CalendarHolder, javax.xml.rpc.holders.CalendarHolder) - Method in interface com.buckosoft.PicMan.PicManService.PicManService_PortType
-
Return the attributes for this pic.
- getPicAttributes(String, String, javax.xml.rpc.holders.IntHolder, javax.xml.rpc.holders.StringHolder, javax.xml.rpc.holders.IntHolder, javax.xml.rpc.holders.StringHolder, javax.xml.rpc.holders.CalendarHolder, javax.xml.rpc.holders.CalendarHolder) - Method in class com.buckosoft.PicMan.PicManService.PicManServiceProxy
-
- getPicAttributes(String, String, javax.xml.rpc.holders.IntHolder, javax.xml.rpc.holders.StringHolder, javax.xml.rpc.holders.IntHolder, javax.xml.rpc.holders.StringHolder, javax.xml.rpc.holders.CalendarHolder, javax.xml.rpc.holders.CalendarHolder) - Method in class com.buckosoft.PicMan.PicManService.PicManServiceSOAPStub
-
- getPicBrowserPicsPerPage() - Method in class com.buckosoft.PicMan.domain.User
-
Get the number of thumbnails displayed in a page in the PicBrowser.
- GetPicController - Class in com.buckosoft.PicMan.web
-
The Spring controller that returns a Pic.
- GetPicController() - Constructor for class com.buckosoft.PicMan.web.GetPicController
-
- getPicCount(int) - Method in interface com.buckosoft.PicMan.db.PicsDao
-
Return how many pics live in this root.
- getPicCount() - Method in class com.buckosoft.PicMan.db.PicsDaoJdbc
-
- getPicCount(int) - Method in class com.buckosoft.PicMan.db.PicsDaoJdbc
-
- getPicExtensions() - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Return a list of file name extensions that denote pics that we are interested in.
- getPicExtensions() - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getPicExtensions() - Method in class com.buckosoft.PicMan.domain.System
-
- getPicFilterWebEdit(String) - Method in class com.buckosoft.PicMan.business.PicManImpl
-
- getPicFromFilterMicroSet(int, int) - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
- getPicFromFilterMicroSet(int, int) - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getPicImporter() - Method in interface com.buckosoft.PicMan.business.PicManFacade
-
Get a reference to the PicImporter
- getPicImporter() - Method in class com.buckosoft.PicMan.business.PicManImpl
-
- getPicListNewerThan(String, Calendar) - Method in interface com.buckosoft.PicMan.PicManService.PicManService_PortType
-
Return a list of pic names that are newer than this timestamp.
- getPicListNewerThan(String, Calendar) - Method in class com.buckosoft.PicMan.PicManService.PicManServiceProxy
-
- getPicListNewerThan(String, Calendar) - Method in class com.buckosoft.PicMan.PicManService.PicManServiceSOAPStub
-
- getPicMan() - Method in class com.buckosoft.PicMan.business.SpringGlue
-
- getPicMan() - Method in class com.buckosoft.PicMan.image.PicReader
-
- getPicMan() - Method in class com.buckosoft.PicMan.web.FilterReportPageController
-
- getPicMan() - Method in class com.buckosoft.PicMan.web.HomePageController
-
bean getter so Spring AOP can determine the type
- getPicMan() - Method in class com.buckosoft.PicMan.web.JobLogReportPageController
-
- getPicMan() - Method in class com.buckosoft.PicMan.web.MetaSetFormController
-
- getPicMan() - Method in class com.buckosoft.PicMan.web.MosaicDisplayPageController
-
- getPicMan() - Method in class com.buckosoft.PicMan.web.PosterDisplayPageController
-
- getPicMan() - Method in class com.buckosoft.PicMan.web.ScanForNewPicsFormController
-
- getPicMan() - Method in class com.buckosoft.PicMan.web.ShowErrorPageController
-
- getPicMan() - Method in class com.buckosoft.PicMan.web.SpinContactsForm
-
- getPicMan() - Method in class com.buckosoft.PicMan.web.SpinContactsFormController
-
- getPicMan() - Method in class com.buckosoft.PicMan.web.SyncSetupPageController
-
bean getter so Spring AOP can determine the type
- getPicMan() - Method in class com.buckosoft.PicMan.web.SyncStatusPageController
-
bean getter so Spring AOP can determine the type
- getPicManService_PortType() - Method in class com.buckosoft.PicMan.PicManService.PicManServiceProxy
-
- getPicManServiceSOAP() - Method in interface com.buckosoft.PicMan.PicManService.PicManService_Service
-
- getPicManServiceSOAP(URL) - Method in interface com.buckosoft.PicMan.PicManService.PicManService_Service
-
- getPicManServiceSOAP() - Method in class com.buckosoft.PicMan.PicManService.PicManService_ServiceLocator
-
- getPicManServiceSOAP(URL) - Method in class com.buckosoft.PicMan.PicManService.PicManService_ServiceLocator
-
- getPicManServiceSOAPAddress() - Method in interface com.buckosoft.PicMan.PicManService.PicManService_Service
-
- getPicManServiceSOAPAddress() - Method in class com.buckosoft.PicMan.PicManService.PicManService_ServiceLocator
-
- getPicManServiceSOAPWSDDServiceName() - Method in class com.buckosoft.PicMan.PicManService.PicManService_ServiceLocator
-
- getPicMaxThumbCacheDirUsed() - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Determine the highest numbered thumb cache subdirectory used.
- getPicMaxThumbCacheDirUsed() - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getPicName() - Method in class com.buckosoft.PicMan.domain.Filter
-
Return the name of the Pic.
- getPicName() - Method in class com.buckosoft.PicMan.PicManService.PicFilterSOAP
-
Gets the picName value for this PicFilterSOAP.
- getPicNames(ContactParams) - Method in class com.buckosoft.PicMan.business.ContactManager
-
- getPicNames() - Method in interface com.buckosoft.PicMan.db.PicsDao
-
Get a List of names all of the pics in the database.
- getPicNames() - Method in class com.buckosoft.PicMan.db.PicsDaoJdbc
-
- getPicNamesByDateFunc(String, String) - Method in interface com.buckosoft.PicMan.db.PicsDao
-
Get a list of pic names that pass this date function.
- getPicNamesByDateFunc(String, String) - Method in class com.buckosoft.PicMan.db.PicsDaoJdbc
-
- getPicNamesByFunc(int, int, int, String) - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get a List of the Pic Names that pass this function filter.
- getPicNamesByFunc(int, int, int, String) - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getPicNamesByRootFunc(String, int) - Method in interface com.buckosoft.PicMan.db.PicsDao
-
- getPicNamesByRootFunc(String, int) - Method in class com.buckosoft.PicMan.db.PicsDaoJdbc
-
- getPicNamesBySet(String, int) - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get a List of the Pic Names of the
Filter
s that match this query.
- getPicNamesBySet(Set, int) - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get a List of the Pic Names of the
Filter
s that match this query.
- getPicNamesBySet(MetaSet, int, int, int) - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get a List of the Pic Names of the
Filter
s that match this query.
- getPicNamesBySet(Set, int, int, int) - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get a List of the Pic Names of the
Filter
s that match this valued query.
- getPicNamesBySet(String, int, int, int) - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get a List of the Pic Names of the
Filter
s that match this valued query.
- getPicNamesBySet(String, int) - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getPicNamesBySet(Set, int) - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getPicNamesBySet(MetaSet, int, int, int) - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getPicNamesBySet(String, int, int, int) - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getPicNamesBySet(Set, int, int, int) - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getPicNamesBySet(Set, int) - Method in interface com.buckosoft.PicMan.db.FiltersDao
-
Get a List of the Pic Names of the Filter
s that match this query.
- getPicNamesBySet(Set, int, int, int) - Method in interface com.buckosoft.PicMan.db.FiltersDao
-
Get a List of the Pic Names of the Filter
s that match this valued query.
- getPicNamesBySet(Set, int) - Method in class com.buckosoft.PicMan.db.FiltersDaoJdbc
-
- getPicNamesBySet(Set, int, int, int) - Method in class com.buckosoft.PicMan.db.FiltersDaoJdbc
-
- getPicNamesToImport() - Method in interface com.buckosoft.PicMan.business.PicImporter
-
Scan the camera's file system and return a list of Files that need importing
- getPicNamesToImport() - Method in class com.buckosoft.PicMan.business.PicImporterImpl
-
- getPicPic(String, javax.xml.rpc.holders.StringHolder) - Method in interface com.buckosoft.PicMan.PicManService.PicManService_PortType
-
Return the jpeg data for this pic.
- getPicPic(String, javax.xml.rpc.holders.StringHolder) - Method in class com.buckosoft.PicMan.PicManService.PicManServiceProxy
-
- getPicPic(String, javax.xml.rpc.holders.StringHolder) - Method in class com.buckosoft.PicMan.PicManService.PicManServiceSOAPStub
-
- getPicProcessing() - Method in class com.buckosoft.PicMan.business.mosaic.MosaicManDevelopment
-
Which ordinal picture are we working on?
This is just a status indicator
- getPicProcessing() - Method in class com.buckosoft.PicMan.business.util.MD5SumUpdater
-
Which ordinal picture are we working on?
This is just a status indicator
- getPicProcessing() - Method in class com.buckosoft.PicMan.business.util.MlbFilterFixer
-
Which ordinal picture are we working on?
This is just a status indicator
- getPicProcessing() - Method in class com.buckosoft.PicMan.business.util.PicSizeUpdater
-
Which ordinal picture are we working on?
This is just a status indicator
- getPicProcessing() - Method in class com.buckosoft.PicMan.image.ThumbCache
-
Return which pic number we are building during batchBuildCache.
- getPicRate(String, Set, int) - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get the rating for this pic intersected by this set at this size
- getPicRate(String, MetaSet, int) - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get the rating for this pic intersected by this MetaSet at this size
- getPicRate(String, Set, int) - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getPicRate(String, MetaSet, int) - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getPicRate(MetaSet, Filter, int) - Method in class com.buckosoft.PicMan.db.logic.MetaSetFilter
-
- getPicReader() - Method in interface com.buckosoft.PicMan.business.PicManFacade
-
Get a reference to the PicReader
- getPicReader() - Method in class com.buckosoft.PicMan.business.PicManImpl
-
- getPics(String) - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get a List of all of the
Pic
s in the database that match this name.
- getPics() - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get a List of all of the Pics.
- getPics(Set, int) - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get a list of
Pic
s for this set at this size.
- getPics() - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getPics(String) - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getPics(Set, int) - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getPics() - Method in interface com.buckosoft.PicMan.db.PicsDao
-
Get a List of all of the Pic
s in the database.
- getPics(String) - Method in interface com.buckosoft.PicMan.db.PicsDao
-
Get a List of all of the Pic
s in the database that match this name.
- getPics(List<String>) - Method in interface com.buckosoft.PicMan.db.PicsDao
-
Get a List of Pics from this List of picNames.
- getPics() - Method in class com.buckosoft.PicMan.db.PicsDaoJdbc
-
Get a List of all the pics in the database
- getPics(String) - Method in class com.buckosoft.PicMan.db.PicsDaoJdbc
-
Get a list of Pics, wildcards supported
- getPics(List<String>) - Method in class com.buckosoft.PicMan.db.PicsDaoJdbc
-
- getPics() - Method in class com.buckosoft.PicMan.domain.Contact
-
- getPicsByMD5Sum(long) - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Return a list of Pics that have this md5Sum
- getPicsByMD5Sum(long) - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getPicsByMD5Sum(long) - Method in interface com.buckosoft.PicMan.db.PicsDao
-
Return a list of Pics that have this md5Sum
- getPicsByMD5Sum(long) - Method in class com.buckosoft.PicMan.db.PicsDaoJdbc
-
- getPicSelector() - Method in class com.buckosoft.PicMan.domain.Chain
-
- getPicSelectors() - Method in class com.buckosoft.PicMan.web.ChainManForm
-
- getPicsInDir(int, String) - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get a list of
Pic
s that are in this subdirectory.
- getPicsInDir(int, String) - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getPicsInDir(int, String) - Method in interface com.buckosoft.PicMan.db.PicsDao
-
Get a list of Pics that are in this subdirectory
- getPicsInDir(int, String) - Method in class com.buckosoft.PicMan.db.PicsDaoJdbc
-
- getPicsInSet(int) - Method in interface com.buckosoft.PicMan.db.FiltersMicroSetsDao
-
Get a List of FilterMicroSet
s for this SetID.
- getPicsInSet(int, int) - Method in interface com.buckosoft.PicMan.db.FiltersMicroSetsDao
-
Get a List of FilterMicroSet
s for this SetID that are greater than or equal to this value.
- getPicsInSet(int) - Method in class com.buckosoft.PicMan.db.FiltersMicroSetsDaoJdbc
-
- getPicsInSet(int, int) - Method in class com.buckosoft.PicMan.db.FiltersMicroSetsDaoJdbc
-
- getPicsMap() - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get a HashMap of all of the
Pic
names in the database.
- getPicsMap() - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getPicsMap() - Method in interface com.buckosoft.PicMan.db.PicsDao
-
Get a HashMap of all of the Pic names in the database.
- getPicsMap() - Method in class com.buckosoft.PicMan.db.PicsDaoJdbc
-
- getPicsNewerThan(Calendar) - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get a list of Pics that are newer than this date
- getPicsNewerThan(Calendar) - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getPicsNewerThan(Calendar) - Method in interface com.buckosoft.PicMan.db.PicsDao
-
Get a list of Pics that are newer than this date
- getPicsNewerThan(Calendar) - Method in class com.buckosoft.PicMan.db.PicsDaoJdbc
-
- getPicThumbCacheFillCount(int) - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Determine the number of cached thumbs in this cache directory.
- getPicThumbCacheFillCount(int) - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getPid() - Method in class com.buckosoft.PicMan.domain.FilterMicroSet
-
- getPid() - Method in class com.buckosoft.PicMan.domain.MosaicTile
-
- getPid() - Method in class com.buckosoft.PicMan.domain.Pic
-
- getPid() - Method in class com.buckosoft.PicMan.domain.Poster
-
- getPort(Class) - Method in class com.buckosoft.PicMan.PicManService.PicManService_ServiceLocator
-
For the given interface, get the stub implementation.
- getPort(QName, Class) - Method in class com.buckosoft.PicMan.PicManService.PicManService_ServiceLocator
-
For the given interface, get the stub implementation.
- getPorts() - Method in class com.buckosoft.PicMan.PicManService.PicManService_ServiceLocator
-
- getPoster(int) - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get a
Poster
from the database based on this Poster ID.
- getPoster(int) - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getPoster(int) - Method in interface com.buckosoft.PicMan.db.PostersDao
-
Get a Poster from the database based on this Poster ID.
- getPoster(int) - Method in class com.buckosoft.PicMan.db.PostersDaoJdbc
-
- getPoster() - Method in class com.buckosoft.PicMan.domain.PosterParams
-
- getPoster() - Method in class com.buckosoft.PicMan.web.PosterSetupForm
-
- getPosterConfigs() - Method in class com.buckosoft.PicMan.web.PosterSetupForm
-
- getPosterCount() - Method in class com.buckosoft.PicMan.db.PostersDaoJdbc
-
Get the number of Virgins in the database
- getPosterEngineConfig() - Method in class com.buckosoft.PicMan.web.PosterSetupForm
-
- getPosterEngineName() - Method in class com.buckosoft.PicMan.web.PosterSetupForm
-
- getPosterHeight() - Method in class com.buckosoft.PicMan.web.PosterSetupForm
-
- getPosterManager() - Method in interface com.buckosoft.PicMan.business.PicManFacade
-
Return a reference to The PosterManager
- getPosterManager() - Method in class com.buckosoft.PicMan.business.PicManImpl
-
- getPosterName() - Method in class com.buckosoft.PicMan.web.PosterSetupForm
-
- getPosterOutputFile() - Method in class com.buckosoft.PicMan.web.PosterSetupForm
-
Where to write the poster output
- getPosterParams(Poster) - Method in class com.buckosoft.PicMan.business.PosterManager
-
Construct a PosterParams from this Poster
- getPosterPid() - Method in class com.buckosoft.PicMan.domain.User
-
- getPosters() - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get a List of all of the
Mosaic
s in the database.
- getPosters() - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getPosters() - Method in interface com.buckosoft.PicMan.db.PostersDao
-
Get a List of all of the Mosaic
s in the database.
- getPosters() - Method in class com.buckosoft.PicMan.db.PostersDaoJdbc
-
- getPosters() - Method in class com.buckosoft.PicMan.web.PosterSetupForm
-
- getPosterSelectName() - Method in class com.buckosoft.PicMan.web.PosterSetupForm
-
- getPosterSid() - Method in class com.buckosoft.PicMan.web.PosterSetupForm
-
- getProcessNewPicsErrorMessage() - Method in interface com.buckosoft.PicMan.business.NewPicScanner
-
If an error occurred during processNewPics, then it will be found here.
- getProcessNewPicsErrorMessage() - Method in class com.buckosoft.PicMan.business.NewPicScannerImpl
-
- getProjectHeight() - Method in class com.buckosoft.PicMan.domain.Poster
-
- getProjectWidth() - Method in class com.buckosoft.PicMan.domain.Poster
-
- getQueueDepth() - Method in class com.buckosoft.PicMan.image.PicReader
-
Return how many people are waiting to read a pic
- getRandomHomePagePicName(User) - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Return a random pic from the database destined to be a thumbnail on the home page
- getRandomHomePagePicName(User) - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getRandomPic() - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Return a random pic from the database
- getRandomPic() - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getRandomPic() - Method in interface com.buckosoft.PicMan.db.PicsDao
-
Return a random pic from the database
- getRandomPic(int) - Method in interface com.buckosoft.PicMan.db.PicsDao
-
Return a random pic from the database that lives in this root
- getRandomPic() - Method in class com.buckosoft.PicMan.db.PicsDaoJdbc
-
- getRandomPic(int) - Method in class com.buckosoft.PicMan.db.PicsDaoJdbc
-
- getRankMax() - Method in class com.buckosoft.PicMan.domain.ContactParams
-
- getRankMin() - Method in class com.buckosoft.PicMan.domain.ContactParams
-
- getRateOp() - Method in class com.buckosoft.PicMan.domain.MetaSetRule
-
- getRateOps() - Method in class com.buckosoft.PicMan.web.MetaSetForm
-
- getRateSelectors() - Method in class com.buckosoft.PicMan.web.ChainManForm
-
Get an array of Integers that are the possible rates.
- getRateSelectors() - Method in class com.buckosoft.PicMan.web.MetaSetForm
-
- getRateVal() - Method in class com.buckosoft.PicMan.domain.MetaSetRule
-
- getRatingMax() - Method in class com.buckosoft.PicMan.domain.Chain
-
Get the maximum rating of a pic that can be used in this chain.
- getRatingMin() - Method in class com.buckosoft.PicMan.domain.Chain
-
Get the minimum rating of a pic that can be used in this chain.
- getRid() - Method in class com.buckosoft.PicMan.domain.Pic
-
Get the Root id for where this pic is stored
- getRid() - Method in class com.buckosoft.PicMan.domain.Root
-
- getRid() - Method in class com.buckosoft.PicMan.domain.SyncClient
-
- getRid() - Method in class com.buckosoft.PicMan.domain.SyncServer
-
- getRoot(int) - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
- getRoot(String) - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
- getRoot(int) - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getRoot(String) - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getRoot(int) - Method in interface com.buckosoft.PicMan.db.RootsDao
-
Fetch the Root
that matches this Root ID.
- getRoot(String) - Method in interface com.buckosoft.PicMan.db.RootsDao
-
Get the Root
that matches this name.
- getRoot(int) - Method in class com.buckosoft.PicMan.db.RootsDaoJdbc
-
- getRoot(String) - Method in class com.buckosoft.PicMan.db.RootsDaoJdbc
-
- getRootCount() - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get the number of
Root
s in the database
- getRootCount() - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getRootCount() - Method in interface com.buckosoft.PicMan.db.RootsDao
-
Fetch the number of Roots in the database.
- getRootCount() - Method in class com.buckosoft.PicMan.db.RootsDaoJdbc
-
- getRootElement(Root) - Static method in class com.buckosoft.PicMan.dom.RootsDom
-
- getRoots() - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get a List of all of the
Root
s
- getRoots() - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getRoots() - Method in interface com.buckosoft.PicMan.db.RootsDao
-
Fetch a List of all Root
s in the database.
- getRoots() - Method in class com.buckosoft.PicMan.db.RootsDaoJdbc
-
- getRoots() - Method in interface com.buckosoft.PicMan.service.RootService
-
- getRoots() - Method in class com.buckosoft.PicMan.web.DatabaseConverterForm
-
- getRoots() - Method in class com.buckosoft.PicMan.web.RootManForm
-
Get the List of Roots
- getRootsCount() - Method in class com.buckosoft.PicMan.web.RootManForm
-
Fetch the number roots in the roots list
- getRootsToDelete() - Method in class com.buckosoft.PicMan.web.RootManForm
-
Get a List of Roots that the user wants to delete.
- getRootToDelete() - Method in class com.buckosoft.PicMan.web.RootManForm
-
This is the Root that the user selected from the list to delete.
- getRowCount() - Method in class com.buckosoft.PicMan.domain.Contact
-
- getRule(int) - Method in class com.buckosoft.PicMan.domain.MetaSet
-
Get one rule from the list of rules.
- getRuleCount() - Method in class com.buckosoft.PicMan.domain.MetaSet
-
Get the number of rules in this MetaSet
- getRules() - Method in class com.buckosoft.PicMan.domain.MetaSet
-
Get the list of rules in this MetaSet
- getSchema(SerializerProvider, Type) - Method in class com.buckosoft.PicMan.service.support.KeyValueMapSerializer
-
- getSerial() - Method in class com.buckosoft.PicMan.domain.JobLogEntry
-
Get the Serial number for this JobLogEntry
- getSerializer(String, Class, QName) - Static method in class com.buckosoft.PicMan.PicManService.PicFilterSOAP
-
Get Custom Serializer
- getServerHost() - Method in class com.buckosoft.PicMan.domain.SyncClient
-
- getServers() - Method in class com.buckosoft.PicMan.service.sync.SyncServiceImpl
-
- getServers() - Method in interface com.buckosoft.PicMan.service.SyncService
-
- getServerSet() - Method in class com.buckosoft.PicMan.domain.SyncClient
-
- getServiceName() - Method in class com.buckosoft.PicMan.PicManService.PicManService_ServiceLocator
-
- getSet(int) - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get the
Set
that matches this Set ID
- getSet(String) - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get the
Set
that matches this Set ID
- getSet(int) - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getSet(String) - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getSet(int) - Method in interface com.buckosoft.PicMan.db.SetsDao
-
Fetch the Set
who's Set ID matches this sid.
- getSet(String) - Method in interface com.buckosoft.PicMan.db.SetsDao
-
Fetch the Set
who's name matches this setName.
- getSet(int) - Method in class com.buckosoft.PicMan.db.SetsDaoJdbc
-
- getSet(String) - Method in class com.buckosoft.PicMan.db.SetsDaoJdbc
-
- getSet(String, javax.xml.rpc.holders.IntHolder, javax.xml.rpc.holders.StringHolder, javax.xml.rpc.holders.StringHolder, javax.xml.rpc.holders.BooleanHolder, javax.xml.rpc.holders.BooleanHolder, javax.xml.rpc.holders.BooleanHolder, javax.xml.rpc.holders.BooleanHolder, javax.xml.rpc.holders.CalendarHolder) - Method in interface com.buckosoft.PicMan.PicManService.PicManService_PortType
-
Return the attributes for this set.
- getSet(String, javax.xml.rpc.holders.IntHolder, javax.xml.rpc.holders.StringHolder, javax.xml.rpc.holders.StringHolder, javax.xml.rpc.holders.BooleanHolder, javax.xml.rpc.holders.BooleanHolder, javax.xml.rpc.holders.BooleanHolder, javax.xml.rpc.holders.BooleanHolder, javax.xml.rpc.holders.CalendarHolder) - Method in class com.buckosoft.PicMan.PicManService.PicManServiceProxy
-
- getSet(String, javax.xml.rpc.holders.IntHolder, javax.xml.rpc.holders.StringHolder, javax.xml.rpc.holders.StringHolder, javax.xml.rpc.holders.BooleanHolder, javax.xml.rpc.holders.BooleanHolder, javax.xml.rpc.holders.BooleanHolder, javax.xml.rpc.holders.BooleanHolder, javax.xml.rpc.holders.CalendarHolder) - Method in class com.buckosoft.PicMan.PicManService.PicManServiceSOAPStub
-
- getSet() - Method in class com.buckosoft.PicMan.web.MetaSetForm
-
- getSetCount() - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Return the number of
Set
s in the Database.
- getSetCount() - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getSetCount() - Method in interface com.buckosoft.PicMan.db.SetsDao
-
Get the number of Set
s in the database.
- getSetCount() - Method in class com.buckosoft.PicMan.db.SetsDaoJdbc
-
- getSetCount(String) - Method in interface com.buckosoft.PicMan.PicManService.PicManService_PortType
-
Return the number of sets in the database.
- getSetCount(String) - Method in class com.buckosoft.PicMan.PicManService.PicManServiceProxy
-
- getSetCount(String) - Method in class com.buckosoft.PicMan.PicManService.PicManServiceSOAPStub
-
- getSetElement(Set) - Static method in class com.buckosoft.PicMan.dom.SetManDom
-
- getSetName() - Method in class com.buckosoft.PicMan.domain.ContactParams
-
- getSetName() - Method in class com.buckosoft.PicMan.domain.SetSize
-
- getSetName() - Method in class com.buckosoft.PicMan.PicManService.PicFilterSOAP
-
Gets the setName value for this PicFilterSOAP.
- getSetNames() - Method in class com.buckosoft.PicMan.domain.Chain
-
Get a list of the Set names used in this chain
- getSetNamesAsJavaScript() - Method in class com.buckosoft.PicMan.web.SpinContactsForm
-
Get a String of the set names as Javascript
- getSetNameToDelete() - Method in class com.buckosoft.PicMan.web.SetManForm
-
- getSets() - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get a List of all of the
Set
s in the database.
- getSets() - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getSets() - Method in interface com.buckosoft.PicMan.db.SetsDao
-
Get a List of all of the Set
s in the database.
- getSets() - Method in class com.buckosoft.PicMan.db.SetsDaoJdbc
-
- getSets() - Method in class com.buckosoft.PicMan.web.MetaSetForm
-
- getSets() - Method in class com.buckosoft.PicMan.web.MosaicSetupForm
-
- getSets() - Method in class com.buckosoft.PicMan.web.PosterSetupForm
-
- getSets() - Method in class com.buckosoft.PicMan.web.SetManForm
-
- getSets() - Method in class com.buckosoft.PicMan.web.SpinContactsForm
-
- getSets() - Method in class com.buckosoft.PicMan.web.UserConfigForm
-
- getSetsClone() - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get a cloned List of all of the
Set
s in the database.
- getSetsClone() - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getSetsClone() - Method in interface com.buckosoft.PicMan.db.SetsDao
-
Get a cloned List of all of the
Set
s in the database.
- getSetsClone() - Method in class com.buckosoft.PicMan.db.SetsDaoJdbc
-
- getSetsCount() - Method in class com.buckosoft.PicMan.web.SetManForm
-
- getSetsCRC(String) - Method in interface com.buckosoft.PicMan.PicManService.PicManService_PortType
-
Return the CRC of all of the sets.
- getSetsCRC(String) - Method in class com.buckosoft.PicMan.PicManService.PicManServiceProxy
-
- getSetsCRC(String) - Method in class com.buckosoft.PicMan.PicManService.PicManServiceSOAPStub
-
- getSetsInChain(int) - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Return a list of Sets in a
Chain
- getSetsInChain(int) - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getSetSize() - Method in class com.buckosoft.PicMan.domain.SetSize
-
- getSetSizeCheckboxesHtml(Chain) - Method in interface com.buckosoft.PicMan.business.PicManFacade
-
Return a String of {tr}{td} checkboxes for this chain.
- getSetSizeCheckboxesHtml(Chain) - Method in class com.buckosoft.PicMan.business.PicManImpl
-
- getSetSizeCheckboxesHtml(Chain) - Method in class com.buckosoft.PicMan.web.HtmlUtils
-
Build a String of {tr}{td} that is a 2x2 array of sets/sizes in this chain.
- getSetSizeCheckboxesHtml() - Method in class com.buckosoft.PicMan.web.SpinContactsForm
-
- getSetSizeDash() - Method in class com.buckosoft.PicMan.domain.SetSize
-
- getSetSizes() - Method in class com.buckosoft.PicMan.domain.Chain
-
- getSetSizesInChain(int, int) - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Return a list of SetSize for this set that are in this
Chain
- getSetSizesInChain(int, int) - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getSetSizeWebTable(List<SetSize>, boolean) - Method in interface com.buckosoft.PicMan.business.PicManFacade
-
Return the sets/sizes as an HTML table
- getSetSizeWebTable(List<SetSize>, boolean) - Method in class com.buckosoft.PicMan.business.PicManImpl
-
Deprecated.
- getSetSizeWebTable() - Method in class com.buckosoft.PicMan.web.ChainManForm
-
- getSetSizeWebTable(List<SetSize>, boolean) - Method in class com.buckosoft.PicMan.web.SetSizeWebTable
-
Deprecated.
- getSetsToDelete() - Method in class com.buckosoft.PicMan.web.SetManForm
-
- getSetTimestamps() - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Return a hash of the newest filter for each set/size.
- getSetTimestamps() - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getSetTimestamps() - Method in interface com.buckosoft.PicMan.db.SetTimestampsDao
-
Return a hash of the ages of the newest filter in each set/size.
- getSetTimestamps() - Method in class com.buckosoft.PicMan.db.SetTimestampsDaoJdbc
-
- getSheetsXY() - Method in class com.buckosoft.PicMan.domain.PosterParams
-
- getSheetXY() - Method in class com.buckosoft.PicMan.domain.PosterParams
-
- getShortName() - Method in class com.buckosoft.PicMan.domain.Chain
-
- getSid() - Method in class com.buckosoft.PicMan.domain.FilterMicroSet
-
- getSid() - Method in class com.buckosoft.PicMan.domain.MetaSet
-
Get the Set ID
- getSid() - Method in class com.buckosoft.PicMan.domain.MetaSetRule
-
Get the Set ID for this rule
- getSid() - Method in class com.buckosoft.PicMan.domain.Mosaic
-
- getSid() - Method in class com.buckosoft.PicMan.domain.Set
-
Fetch the PicMan unique Set id.
- getSid() - Method in class com.buckosoft.PicMan.domain.SyncClient
-
- getSid() - Method in class com.buckosoft.PicMan.domain.SyncServer
-
- getSize() - Method in class com.buckosoft.PicMan.domain.ContactParams
-
Get the thumbnail size we should draw in
- getSize() - Method in class com.buckosoft.PicMan.domain.SetSize
-
- getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class com.buckosoft.PicMan.service.support.XMLProvider
-
- getSizeArray() - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get an array of the number of thumbnail sizes.
- getSizeArray() - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getSizeCount() - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Return the number of sizes that we deal with.
- getSizeCount() - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getSizeCount() - Method in class com.buckosoft.PicMan.web.SpinContactsForm
-
- getSizes() - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get the array of Thumbnail Sizes as a List of Integers.
- getSizes() - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getSizes() - Method in class com.buckosoft.PicMan.domain.MosaicBatch
-
- getSizes() - Method in class com.buckosoft.PicMan.web.SpinContactsForm
-
- getSlideShowDelay() - Method in class com.buckosoft.PicMan.domain.User
-
- getSlideShowSid() - Method in class com.buckosoft.PicMan.domain.User
-
- getStartTime() - Method in class com.buckosoft.PicMan.domain.Contact
-
- getStartTime() - Method in class com.buckosoft.PicMan.domain.JobLogEntry
-
- getStartTime() - Method in class com.buckosoft.PicMan.domain.Mosaic
-
- getStartTimeAsString() - Method in class com.buckosoft.PicMan.domain.JobLogEntry
-
- getStatus() - Method in class com.buckosoft.PicMan.business.mosaic.engine.FirstRibbon
-
Return our current build status
- getStatus() - Method in class com.buckosoft.PicMan.business.mosaic.engine.FourthRibbon
-
Return our current build status
- getStatus() - Method in class com.buckosoft.PicMan.business.mosaic.engine.HSVRibbon
-
Return our current build status
- getStatus() - Method in class com.buckosoft.PicMan.business.mosaic.engine.SampleMaker
-
Return our current build status
- getStatus() - Method in class com.buckosoft.PicMan.business.mosaic.engine.SecondRibbon
-
Return our current build status
- getStatus() - Method in class com.buckosoft.PicMan.business.mosaic.engine.ThirdRibbon
-
Return our current build status
- getStatus() - Method in class com.buckosoft.PicMan.business.mosaic.engine.VectorRibbon
-
Return our current build status
- getStatus() - Method in class com.buckosoft.PicMan.business.mosaic.MosaicEngine
-
Get the engine's build status.
- getSyncClients() - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
- getSyncClients() - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getSyncLog() - Method in interface com.buckosoft.PicMan.business.common.PicManCommonFacade
-
Return a reference to the sync log
- getSyncLog() - Method in class com.buckosoft.PicMan.business.common.PicManCommonImpl
-
- getSyncLogMaxCount() - Method in interface com.buckosoft.PicMan.business.common.PicManCommonFacade
-
Get the maximum displayed sync log lines in the status page.
- getSyncLogMaxCount() - Method in class com.buckosoft.PicMan.business.common.PicManCommonImpl
-
- getSyncManager() - Method in interface com.buckosoft.PicMan.business.PicManFacade
-
- getSyncManager() - Method in class com.buckosoft.PicMan.business.PicManImpl
-
- getSyncServers() - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
- getSyncServers() - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getSyncState() - Method in class com.buckosoft.PicMan.business.SyncManager_Old
-
Fetch the sync state
- getSyncStateAsText() - Method in class com.buckosoft.PicMan.business.SyncManager_Old
-
Fetch the sync state as a short text string
- getSyncUrl() - Method in class com.buckosoft.PicMan.domain.System
-
- getSystem() - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Fetch a reference to the
System
configuration.
- getSystem() - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
System Management
- getSystem() - Method in interface com.buckosoft.PicMan.db.SystemDao
-
Get a reference to the System
.
- getSystem() - Method in class com.buckosoft.PicMan.db.SystemDaoJdbc
-
Return a copy of the PicMan System attributes.
- getSystem() - Method in class com.buckosoft.PicMan.web.DatabaseConverterForm
-
- getSystem() - Method in class com.buckosoft.PicMan.web.ScanForNewPicsForm
-
- getSystem() - Method in class com.buckosoft.PicMan.web.SystemSetupForm
-
- getTakenDate() - Method in class com.buckosoft.PicMan.business.PicImporterImpl.PossibleDates
-
- getTestMosaicThumbNail(Pic, int, int) - Method in interface com.buckosoft.PicMan.business.PicManFacade
-
- getTestMosaicThumbNail(Pic, int, int) - Method in class com.buckosoft.PicMan.business.PicManImpl
-
- getThumbCache() - Method in interface com.buckosoft.PicMan.business.PicManFacade
-
Get a reference to the ThumbCache Manager
- getThumbCache() - Method in class com.buckosoft.PicMan.business.PicManImpl
-
- getThumbCacheDirectory() - Method in class com.buckosoft.PicMan.domain.System
-
- getThumbCacheFillCount(int) - Method in interface com.buckosoft.PicMan.db.PicsDao
-
Determine how many thumb cache entries are in this thumb dir
- getThumbCacheFillCount(int) - Method in class com.buckosoft.PicMan.db.PicsDaoJdbc
-
- getThumbCacheSize() - Method in class com.buckosoft.PicMan.domain.System
-
Fetch the max number of files (thumbs) to put in each thumb cache subdirectory.
- getThumbHeight() - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get the user's preferred
Thumbnail
height used when running the editors.
- getThumbHeight() - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getThumbHeight() - Method in class com.buckosoft.PicMan.domain.System
-
- getThumbNail(Pic, int) - Method in interface com.buckosoft.PicMan.business.PicManFacade
-
Get a Thumbnail from this pic at this size
- getThumbNail(Pic, int, String) - Method in interface com.buckosoft.PicMan.business.PicManFacade
-
Get a Thumbnail from this pic at this size
- getThumbNail(Pic, int) - Method in class com.buckosoft.PicMan.business.PicManImpl
-
- getThumbNail(Pic, int, String) - Method in class com.buckosoft.PicMan.business.PicManImpl
-
- getThumbNail(Pic, int, String) - Method in class com.buckosoft.PicMan.image.PicReader
-
- getThumbNail(Pic, int) - Method in class com.buckosoft.PicMan.image.ThumbCache
-
Get a cached Thumbnail.
- GetThumbNailController - Class in com.buckosoft.PicMan.web
-
The Spring controller that returns an image of a ThumbNail.
- GetThumbNailController() - Constructor for class com.buckosoft.PicMan.web.GetThumbNailController
-
- getTileCount(int) - Method in interface com.buckosoft.PicMan.db.MosaicTilesDao
-
Return the number of tiles we have stored for this mosaic
- getTileCount(int) - Method in class com.buckosoft.PicMan.db.MosaicTilesDaoJdbc
-
- getTileHeight() - Method in class com.buckosoft.PicMan.business.mosaic.MosaicEngine
-
Get the Tile Height / thumbnail height to be used to build this Mosaic.
- getTileHeight() - Method in class com.buckosoft.PicMan.domain.Mosaic
-
- getTilesComplete() - Method in class com.buckosoft.PicMan.domain.Mosaic
-
- getTimeHMS(Date) - Static method in class com.buckosoft.PicMan.util.DateUtil
-
- getTimeRelative(Date) - Static method in class com.buckosoft.PicMan.util.DateUtil
-
Return the time passed as a string
- getTimeRelative(Date, boolean) - Static method in class com.buckosoft.PicMan.util.DateUtil
-
- getTimeStamp() - Method in class com.buckosoft.PicMan.PicManService.PicFilterSOAP
-
Gets the timeStamp value for this PicFilterSOAP.
- GetTinyThumbNailController - Class in com.buckosoft.PicMan.web
-
- GetTinyThumbNailController() - Constructor for class com.buckosoft.PicMan.web.GetTinyThumbNailController
-
- getType() - Method in class com.buckosoft.PicMan.business.mosaic.MosaicEngine.ConfigItem
-
- getType() - Method in class com.buckosoft.PicMan.domain.JobLogEntry
-
- getType() - Method in class com.buckosoft.PicMan.domain.MetaSetRule
-
Is this rule a MetaSet.NAME or a MetaSet.OPERATOR
- getTypeAsString() - Method in class com.buckosoft.PicMan.domain.JobLogEntry
-
- getTypeAsString() - Method in class com.buckosoft.PicMan.domain.SyncLogEntry
-
- getTypeDesc() - Static method in class com.buckosoft.PicMan.PicManService.PicFilterSOAP
-
Return type metadata object
- getUid() - Method in class com.buckosoft.PicMan.domain.ContactParams
-
Return a String which is the Uuid of a set/size combo.
- getUser(BSAccount) - Method in class com.buckosoft.PicMan.business.common.UserFactory
-
- getUser(int) - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get the
User
who has this userid.
- getUser(int) - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getUser(int) - Method in interface com.buckosoft.PicMan.db.UsersDao
-
Fetch the User
with this User ID.
- getUser(int) - Method in class com.buckosoft.PicMan.db.UsersDaoJdbc
-
- getUser() - Method in class com.buckosoft.PicMan.web.MosaicDisplayConfigForm
-
- getUser() - Method in class com.buckosoft.PicMan.web.UserConfigForm
-
- getUserWebSession() - Method in class com.buckosoft.PicMan.web.ChainManForm
-
- getUserWebSession() - Method in class com.buckosoft.PicMan.web.DatabaseConverterForm
-
- getUserWebSession() - Method in class com.buckosoft.PicMan.web.MetaSetForm
-
- getUserWebSession() - Method in class com.buckosoft.PicMan.web.MosaicDisplayConfigForm
-
- getUserWebSession() - Method in class com.buckosoft.PicMan.web.MosaicSetupForm
-
- getUserWebSession() - Method in class com.buckosoft.PicMan.web.PosterSetupForm
-
- getUserWebSession() - Method in class com.buckosoft.PicMan.web.RootManForm
-
Get the Tomcat Web UserSession
- getUserWebSession() - Method in class com.buckosoft.PicMan.web.ScanForNewPicsForm
-
- getUserWebSession() - Method in class com.buckosoft.PicMan.web.SetManForm
-
- getUserWebSession() - Method in class com.buckosoft.PicMan.web.SpinContactsForm
-
- getUserWebSession() - Method in class com.buckosoft.PicMan.web.SystemSetupForm
-
- getUserWebSession() - Method in class com.buckosoft.PicMan.web.UserConfigForm
-
- getUuid(String, int) - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Make a uuid String based on a setName and a size
- getUuid(String, int) - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getUuid() - Method in class com.buckosoft.PicMan.domain.ContactParams
-
Return a String which is the Uuid of a set/size/item combo
- getUuid(String, int, int) - Static method in class com.buckosoft.PicMan.domain.System
-
Return a String which is the Uuid of a set/size/item combo
- getUuid(String, int) - Static method in class com.buckosoft.PicMan.domain.System
-
Return a String which is the Uuid of a set/size combo.
- getValue() - Method in class com.buckosoft.PicMan.domain.FilterMicroSet
-
- getValue() - Method in class com.buckosoft.PicMan.domain.MetaSetRule
-
- getValue() - Method in class com.buckosoft.PicMan.PicManService.PicFilterSOAP
-
Gets the value value for this PicFilterSOAP.
- getValue() - Method in class com.buckosoft.PicMan.web.MetaSetForm.RateOp
-
- getValueDouble() - Method in class com.buckosoft.PicMan.business.mosaic.MosaicEngine.ConfigItem
-
- getValueInt() - Method in class com.buckosoft.PicMan.business.mosaic.MosaicEngine.ConfigItem
-
- getValueString() - Method in class com.buckosoft.PicMan.business.mosaic.MosaicEngine.ConfigItem
-
- getValueType() - Method in class com.buckosoft.PicMan.service.support.KeyValueMapDeserializer
-
- getVirginCount() - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Return the number of
Virgin
s in the database.
- getVirginCount() - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getVirginCount() - Method in interface com.buckosoft.PicMan.db.VirginsDao
-
Return the number of Virgin
s in the database.
- getVirginCount() - Method in class com.buckosoft.PicMan.db.VirginsDaoJdbc
-
Get the number of Virgins in the database
- getVirgins() - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get a List of all of the
Virgin
s in the database.
- getVirgins(int) - Method in interface com.buckosoft.PicMan.db.DatabaseFacade
-
Get a List of all of the
Virgin
s in the database up to max number.
- getVirgins() - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getVirgins(int) - Method in class com.buckosoft.PicMan.db.DatabaseImpl
-
- getVirgins() - Method in interface com.buckosoft.PicMan.db.VirginsDao
-
Get a List of all of the Virgin
s in the database.
- getVirgins(int) - Method in interface com.buckosoft.PicMan.db.VirginsDao
-
Get a List of all of the Virgin
s in the database up to max number.
- getVirgins() - Method in class com.buckosoft.PicMan.db.VirginsDaoJdbc
-
Get the list of Virgins, the Pics that haven't been filtered yet.
- getVirgins(int) - Method in class com.buckosoft.PicMan.db.VirginsDaoJdbc
-
- getVirginsToDo() - Method in class com.buckosoft.PicMan.domain.System
-
- getWidth() - Method in class com.buckosoft.PicMan.domain.MosaicTile
-
- getWidth() - Method in class com.buckosoft.PicMan.domain.Pic
-
- getX() - Method in class com.buckosoft.PicMan.domain.MosaicTile
-
- getX() - Method in class com.buckosoft.PicMan.domain.XY
-
- getXStream(Class<?>) - Method in class com.buckosoft.PicMan.service.support.XMLProvider
-
- getXThumb(int) - Method in class com.buckosoft.PicMan.image.PicReader
-
- getY() - Method in class com.buckosoft.PicMan.domain.MosaicTile
-
- getY() - Method in class com.buckosoft.PicMan.domain.XY
-
- GT - Static variable in class com.buckosoft.PicMan.domain.MetaSet
-