|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EntryType | |
---|---|
fr.paris.lutece.plugins.directory.business |
Uses of EntryType in fr.paris.lutece.plugins.directory.business |
---|
Methods in fr.paris.lutece.plugins.directory.business that return EntryType | |
---|---|
static EntryType |
EntryTypeHome.findByPrimaryKey(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a EntryType whose identifier is specified in parameter |
EntryType |
IEntry.getEntryType()
|
EntryType |
Entry.getEntryType()
|
EntryType |
IEntryTypeDAO.load(int idKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the entry type from the table |
EntryType |
EntryTypeDAO.load(int idKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the entry type from the table |
Methods in fr.paris.lutece.plugins.directory.business that return types with arguments of type EntryType | |
---|---|
static java.util.List<EntryType> |
EntryTypeHome.getList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns a list of all EntryType |
java.util.List<EntryType> |
IEntryTypeDAO.select(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all entry type returns them in a list |
java.util.List<EntryType> |
EntryTypeDAO.select(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all entry type returns them in a list |
Methods in fr.paris.lutece.plugins.directory.business with parameters of type EntryType | |
---|---|
void |
IEntry.setEntryType(EntryType entryType)
set the type of the entry |
void |
Entry.setEntryType(EntryType entryType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |