|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Avatar | |
---|---|
fr.paris.lutece.plugins.avatarserver.business | |
fr.paris.lutece.plugins.avatarserver.service |
Uses of Avatar in fr.paris.lutece.plugins.avatarserver.business |
---|
Methods in fr.paris.lutece.plugins.avatarserver.business that return Avatar | |
---|---|
static Avatar |
AvatarHome.create(Avatar avatar)
Create an instance of the avatar class |
static Avatar |
AvatarHome.findByHash(String strHash)
Returns an instance of a avatar whose identifier is specified in parameter |
static Avatar |
AvatarHome.findByPrimaryKey(int nKey)
Returns an instance of a avatar whose identifier is specified in parameter |
Avatar |
IAvatarDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table |
Avatar |
AvatarDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table |
Avatar |
IAvatarDAO.selectByHash(String strHash,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find avatar by its hash |
Avatar |
AvatarDAO.selectByHash(String strHash,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find avatar by its hash |
static Avatar |
AvatarHome.update(Avatar avatar)
Update of the avatar which is specified in parameter |
Methods in fr.paris.lutece.plugins.avatarserver.business that return types with arguments of type Avatar | |
---|---|
static Collection<Avatar> |
AvatarHome.getAvatarsList()
Load the data of all the avatar objects and returns them in form of a collection |
Collection<Avatar> |
IAvatarDAO.selectAvatarsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the avatar objects and returns them as a collection |
Collection<Avatar> |
AvatarDAO.selectAvatarsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the avatar objects and returns them as a collection |
Methods in fr.paris.lutece.plugins.avatarserver.business with parameters of type Avatar | |
---|---|
static Avatar |
AvatarHome.create(Avatar avatar)
Create an instance of the avatar class |
void |
IAvatarDAO.insert(Avatar avatar,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
AvatarDAO.insert(Avatar avatar,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
IAvatarDAO.store(Avatar avatar,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
void |
AvatarDAO.store(Avatar avatar,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
static Avatar |
AvatarHome.update(Avatar avatar)
Update of the avatar which is specified in parameter |
Uses of Avatar in fr.paris.lutece.plugins.avatarserver.service |
---|
Methods in fr.paris.lutece.plugins.avatarserver.service that return Avatar | |
---|---|
static Avatar |
AvatarService.create(Avatar avatar)
Create an instance of the avatar class |
static Avatar |
AvatarService.update(Avatar avatar)
Update an instance of the avatar class |
Methods in fr.paris.lutece.plugins.avatarserver.service with parameters of type Avatar | |
---|---|
static Avatar |
AvatarService.create(Avatar avatar)
Create an instance of the avatar class |
static Avatar |
AvatarService.update(Avatar avatar)
Update an instance of the avatar class |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |