|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IContactDAO
IContactDAO Interface
Method Summary | |
---|---|
void |
delete(Contact contact,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table |
void |
insert(Contact contact,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
Contact |
load(int nContactId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of Contact from the table |
int |
maxOrderContact(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Calculate the new max order |
java.util.Collection<Contact> |
selectContactList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of contacts |
fr.paris.lutece.util.ReferenceList |
selectContactsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of contacts |
int |
selectIdByOrder(int nContactOrder,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns a contact identifier in a distinct order |
void |
store(Contact contact,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
void |
storeContactOrder(int nNewOrder,
int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Modify the order of a contact |
void |
updateContactOrder(int nNewOrder,
int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Modify the order of a contact |
Method Detail |
---|
void delete(Contact contact, fr.paris.lutece.portal.service.plugin.Plugin plugin)
contact
- The Contact objectplugin
- The pluginvoid insert(Contact contact, fr.paris.lutece.portal.service.plugin.Plugin plugin)
contact
- The contact objectplugin
- The pluginContact load(int nContactId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nContactId
- The identifier of Contactplugin
- The plugin
AppException
int maxOrderContact(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- The plugin
java.util.Collection<Contact> selectContactList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- The plugin
fr.paris.lutece.util.ReferenceList selectContactsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- The plugin
int selectIdByOrder(int nContactOrder, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nContactOrder
- The order numberplugin
- The plugin
void store(Contact contact, fr.paris.lutece.portal.service.plugin.Plugin plugin)
contact
- The reference of contactplugin
- The pluginvoid storeContactOrder(int nNewOrder, int nId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nNewOrder
- The order numbernId
- The contact identifierplugin
- The pluginvoid updateContactOrder(int nNewOrder, int nId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nNewOrder
- The order numbernId
- The contact identifierplugin
- The plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |