A C D F G H I L M N P R S U _

A

Avatar - Class in fr.paris.lutece.plugins.avatarserver.business
This is the business class for the object Avatar
Avatar() - Constructor for class fr.paris.lutece.plugins.avatarserver.business.Avatar
 
AvatarDAO - Class in fr.paris.lutece.plugins.avatarserver.business
This class provides Data Access methods for Avatar objects
AvatarDAO() - Constructor for class fr.paris.lutece.plugins.avatarserver.business.AvatarDAO
 
AvatarHome - Class in fr.paris.lutece.plugins.avatarserver.business
This class provides instances management methods (create, find, ...) for Avatar objects
AvatarJspBean - Class in fr.paris.lutece.plugins.avatarserver.web
This class provides the user interface to manage Avatar features ( manage, create, modify, remove )
AvatarJspBean() - Constructor for class fr.paris.lutece.plugins.avatarserver.web.AvatarJspBean
 
AvatarResourceProvider - Class in fr.paris.lutece.plugins.avatarserver.service
Service for Url entry types.
AvatarRest - Class in fr.paris.lutece.plugins.avatarserver.web.rs
 
AvatarRest() - Constructor for class fr.paris.lutece.plugins.avatarserver.web.rs.AvatarRest
 
AvatarServerPlugin - Class in fr.paris.lutece.plugins.avatarserver.service
class AppStorePlugin
AvatarServerPlugin() - Constructor for class fr.paris.lutece.plugins.avatarserver.service.AvatarServerPlugin
 
AvatarService - Class in fr.paris.lutece.plugins.avatarserver.service
Avatar Service

C

create(Avatar) - Static method in class fr.paris.lutece.plugins.avatarserver.business.AvatarHome
Create an instance of the avatar class
create(Avatar) - Static method in class fr.paris.lutece.plugins.avatarserver.service.AvatarService
Create an instance of the avatar class

D

delete(int, Plugin) - Method in class fr.paris.lutece.plugins.avatarserver.business.AvatarDAO
Delete a record from the table
delete(int, Plugin) - Method in interface fr.paris.lutece.plugins.avatarserver.business.IAvatarDAO
Delete a record from the table
doCreateAvatar(HttpServletRequest) - Method in class fr.paris.lutece.plugins.avatarserver.web.AvatarJspBean
Process the data capture form of a new avatar
doModifyAvatar(HttpServletRequest) - Method in class fr.paris.lutece.plugins.avatarserver.web.AvatarJspBean
Process the change form of a avatar
doRemoveAvatar(HttpServletRequest) - Method in class fr.paris.lutece.plugins.avatarserver.web.AvatarJspBean
Handles the removal form of a avatar

F

findByHash(String) - Static method in class fr.paris.lutece.plugins.avatarserver.business.AvatarHome
Returns an instance of a avatar whose identifier is specified in parameter
findByPrimaryKey(int) - Static method in class fr.paris.lutece.plugins.avatarserver.business.AvatarHome
Returns an instance of a avatar whose identifier is specified in parameter
fr.paris.lutece.plugins.avatarserver.business - package fr.paris.lutece.plugins.avatarserver.business
 
fr.paris.lutece.plugins.avatarserver.service - package fr.paris.lutece.plugins.avatarserver.service
 
fr.paris.lutece.plugins.avatarserver.web - package fr.paris.lutece.plugins.avatarserver.web
 
fr.paris.lutece.plugins.avatarserver.web.rs - package fr.paris.lutece.plugins.avatarserver.web.rs
 

G

getAvatar(String) - Method in class fr.paris.lutece.plugins.avatarserver.web.rs.AvatarRest
Return the avatar for a given hash
getAvatarsList() - Static method in class fr.paris.lutece.plugins.avatarserver.business.AvatarHome
Load the data of all the avatar objects and returns them in form of a collection
getConfirmRemoveAvatar(HttpServletRequest) - Method in class fr.paris.lutece.plugins.avatarserver.web.AvatarJspBean
Manages the removal form of a avatar whose identifier is in the http request
getCreateAvatar(HttpServletRequest) - Method in class fr.paris.lutece.plugins.avatarserver.web.AvatarJspBean
Returns the form to create a avatar
getEmail() - Method in class fr.paris.lutece.plugins.avatarserver.business.Avatar
Returns the Email
getHash() - Method in class fr.paris.lutece.plugins.avatarserver.business.Avatar
the hash
getHash(String) - Static method in class fr.paris.lutece.plugins.avatarserver.service.HashService
Calculate the Hash corresponding to the given email
getId() - Method in class fr.paris.lutece.plugins.avatarserver.business.Avatar
Returns the IdAvatar
getImageResource(int) - Method in class fr.paris.lutece.plugins.avatarserver.service.AvatarResourceProvider
Return the Resource id
getInstance() - Static method in class fr.paris.lutece.plugins.avatarserver.service.AvatarResourceProvider
Get the unique instance of the service
getManageAvatars(HttpServletRequest) - Method in class fr.paris.lutece.plugins.avatarserver.web.AvatarJspBean
Returns the Manage avatars page
getMimeType() - Method in class fr.paris.lutece.plugins.avatarserver.business.Avatar
the icon mime type
getModifyAvatar(HttpServletRequest) - Method in class fr.paris.lutece.plugins.avatarserver.web.AvatarJspBean
Returns the form to update info about a avatar
getResourceImageEntryUrl(int) - Static method in class fr.paris.lutece.plugins.avatarserver.service.AvatarResourceProvider
Management of the image associated to the EntryUrl
getResourceTypeId() - Method in class fr.paris.lutece.plugins.avatarserver.service.AvatarResourceProvider
Return the Resource Type id
getValue() - Method in class fr.paris.lutece.plugins.avatarserver.business.Avatar
get the icon file value

H

HashService - Class in fr.paris.lutece.plugins.avatarserver.service
Hash Service

I

IAvatarDAO - Interface in fr.paris.lutece.plugins.avatarserver.business
IAvatarDAO Interface
ImageService - Class in fr.paris.lutece.plugins.avatarserver.service
Image Service
init() - Method in class fr.paris.lutece.plugins.avatarserver.service.AvatarServerPlugin
Initialize the AppStorePlugin
insert(Avatar, Plugin) - Method in class fr.paris.lutece.plugins.avatarserver.business.AvatarDAO
Insert a new record in the table.
insert(Avatar, Plugin) - Method in interface fr.paris.lutece.plugins.avatarserver.business.IAvatarDAO
Insert a new record in the table.

L

load(int, Plugin) - Method in class fr.paris.lutece.plugins.avatarserver.business.AvatarDAO
Load the data from the table
load(int, Plugin) - Method in interface fr.paris.lutece.plugins.avatarserver.business.IAvatarDAO
Load the data from the table

M

ManageAvatarserverJspBean - Class in fr.paris.lutece.plugins.avatarserver.web
ManageAvatarserver JSP Bean abstract class for JSP Bean
ManageAvatarserverJspBean() - Constructor for class fr.paris.lutece.plugins.avatarserver.web.ManageAvatarserverJspBean
 
MARK_NB_ITEMS_PER_PAGE - Static variable in class fr.paris.lutece.plugins.avatarserver.web.ManageAvatarserverJspBean
 
MARK_PAGINATOR - Static variable in class fr.paris.lutece.plugins.avatarserver.web.ManageAvatarserverJspBean
 

N

newPrimaryKey(Plugin) - Method in class fr.paris.lutece.plugins.avatarserver.business.AvatarDAO
Generates a new primary key

P

PARAMETER_PAGE_INDEX - Static variable in class fr.paris.lutece.plugins.avatarserver.web.ManageAvatarserverJspBean
 
PLUGIN_NAME - Static variable in class fr.paris.lutece.plugins.avatarserver.service.AvatarServerPlugin
 

R

register() - Method in class fr.paris.lutece.plugins.avatarserver.service.AvatarResourceProvider
Initializes the service
remove(int) - Static method in class fr.paris.lutece.plugins.avatarserver.business.AvatarHome
Remove the avatar whose identifier is specified in parameter
resizeImage(byte[], int) - Static method in class fr.paris.lutece.plugins.avatarserver.service.ImageService
Resize an image
RIGHT_MANAGEAVATARSERVER - Static variable in class fr.paris.lutece.plugins.avatarserver.web.ManageAvatarserverJspBean
 

S

selectAvatarsList(Plugin) - Method in class fr.paris.lutece.plugins.avatarserver.business.AvatarDAO
Load the data of all the avatar objects and returns them as a collection
selectAvatarsList(Plugin) - Method in interface fr.paris.lutece.plugins.avatarserver.business.IAvatarDAO
Load the data of all the avatar objects and returns them as a collection
selectByHash(String, Plugin) - Method in class fr.paris.lutece.plugins.avatarserver.business.AvatarDAO
Find avatar by its hash
selectByHash(String, Plugin) - Method in interface fr.paris.lutece.plugins.avatarserver.business.IAvatarDAO
Find avatar by its hash
setEmail(String) - Method in class fr.paris.lutece.plugins.avatarserver.business.Avatar
Sets the Email
setHash(String) - Method in class fr.paris.lutece.plugins.avatarserver.business.Avatar
set the hash
setId(int) - Method in class fr.paris.lutece.plugins.avatarserver.business.Avatar
Sets the IdAvatar
setMimeType(String) - Method in class fr.paris.lutece.plugins.avatarserver.business.Avatar
set the icon mime type
setValue(byte[]) - Method in class fr.paris.lutece.plugins.avatarserver.business.Avatar
set the icon file value
store(Avatar, Plugin) - Method in class fr.paris.lutece.plugins.avatarserver.business.AvatarDAO
Update the record in the table
store(Avatar, Plugin) - Method in interface fr.paris.lutece.plugins.avatarserver.business.IAvatarDAO
Update the record in the table

U

update(Avatar) - Static method in class fr.paris.lutece.plugins.avatarserver.business.AvatarHome
Update of the avatar which is specified in parameter
update(Avatar) - Static method in class fr.paris.lutece.plugins.avatarserver.service.AvatarService
Update an instance of the avatar class

_

_nDefaultItemsPerPage - Variable in class fr.paris.lutece.plugins.avatarserver.web.ManageAvatarserverJspBean
 
_nItemsPerPage - Variable in class fr.paris.lutece.plugins.avatarserver.web.ManageAvatarserverJspBean
 
_strCurrentPageIndex - Variable in class fr.paris.lutece.plugins.avatarserver.web.ManageAvatarserverJspBean
 

A C D F G H I L M N P R S U _

Copyright © 2014 Mairie de Paris. All Rights Reserved.