|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<DbSectionService>
fr.paris.lutece.plugins.dbpage.business.section.DbSectionService
public enum DbSectionService
Service fetching the declared section
Enum Constant Summary | |
---|---|
INSTANCE
|
Method Summary | |
---|---|
java.util.Map |
findAdditionalMap(java.lang.String strIdType)
Finds the additional map |
DbPageSection |
findById(java.lang.String strIdType)
Finds an empty section by its type |
java.lang.String |
findCreationTemplate(java.lang.String strIdType)
Finds the template for creation |
fr.paris.lutece.util.ReferenceList |
findDbPageDatabaseTypesList()
Finds the sections found in plugin and also in compatible modules |
java.lang.String |
findModificationTemplate(java.lang.String strIdType)
Finds the template for modification |
static DbSectionService |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DbSectionService[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final DbSectionService INSTANCE
Method Detail |
---|
public static DbSectionService[] values()
for (DbSectionService c : DbSectionService.values()) System.out.println(c);
public static DbSectionService valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic fr.paris.lutece.util.ReferenceList findDbPageDatabaseTypesList()
public DbPageSection findById(java.lang.String strIdType)
strIdType
- The type of the section
public java.lang.String findCreationTemplate(java.lang.String strIdType)
strIdType
- The type of the section
public java.lang.String findModificationTemplate(java.lang.String strIdType)
strIdType
- The type of the section
public java.util.Map findAdditionalMap(java.lang.String strIdType)
strIdType
- The type of the section
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |