|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Field in com.dotmarketing.cache |
|---|
| Methods in com.dotmarketing.cache that return types with arguments of type Field | |
|---|---|
static java.util.List<Field> |
FieldsCache.getFieldsByStructureInode(long inode)
|
static java.util.List<Field> |
FieldsCache.getFieldsByStructureInode(java.lang.String inode)
|
static java.util.List<Field> |
FieldsCache.getFieldsByStructureName(java.lang.String name)
This methods retrieves the fields from the cache based in the structure name. |
static java.util.List<Field> |
FieldsCache.getFieldsByStructureType(java.lang.String type)
|
| Method parameters in com.dotmarketing.cache with type arguments of type Field | |
|---|---|
static void |
FieldsCache.addFields(Structure st,
java.util.List<Field> fields)
|
| Uses of Field in com.dotmarketing.portlets.contentlet.factories |
|---|
| Methods in com.dotmarketing.portlets.contentlet.factories with parameters of type Field | |
|---|---|
static void |
ContentletFactory.cleanContentletsField(Structure structure,
Field field)
|
static java.lang.Object |
ContentletFactory.getFieldValue(Contentlet content,
Field theField)
|
| Uses of Field in com.dotmarketing.portlets.structure.factories |
|---|
| Methods in com.dotmarketing.portlets.structure.factories that return Field | |
|---|---|
static Field |
FieldFactory.getFieldByInode(long inode)
|
static Field |
FieldFactory.getFieldByName(long structureInode,
java.lang.String fieldName)
|
static Field |
FieldFactory.getFieldByName(java.lang.String structureType,
java.lang.String fieldName)
|
| Methods in com.dotmarketing.portlets.structure.factories that return types with arguments of type Field | |
|---|---|
static java.util.List<Field> |
FieldFactory.getFieldByStructureType(long structureInode)
|
static java.util.List<Field> |
FieldFactory.getFieldByStructureTypeNoLock(long structureInode)
|
| Methods in com.dotmarketing.portlets.structure.factories with parameters of type Field | |
|---|---|
static void |
FieldFactory.deleteField(Field field)
|
static void |
FieldFactory.saveField(Field field)
|
| Uses of Field in com.dotmarketing.portlets.structure.model |
|---|
| Methods in com.dotmarketing.portlets.structure.model that return types with arguments of type Field | |
|---|---|
java.util.List<Field> |
Structure.getFields()
Deprecated. As of version dotCMS 1.2, this will be have private access, replaced by {FieldsCache.getFields(inode)} |
java.util.List<Field> |
Structure.getFieldsNoLock()
|
| Uses of Field in com.dotmarketing.viewtools |
|---|
| Methods in com.dotmarketing.viewtools that return Field | |
|---|---|
Field |
ContentsWebAPI.getFieldByLogicalName(long structureInode,
java.lang.String fieldName)
This methods retrieves the field of an structure based on his logical name. |
Field |
ContentsWebAPI.getFieldByLogicalName(java.lang.String structureType,
java.lang.String fieldName)
This methods retrieves the field of an structure based on his logical name. |
Field |
ContentsWebAPI.getFieldByLogicalName(Structure st,
java.lang.String fieldName)
This methods retrieves the field of an structure based on his logical name. |
Field |
ContentsWebAPI.getFieldByName(long structureInode,
java.lang.String fieldName)
Deprecated. This method was deprecated because it uses the presentation name of the field we encourage the use of the logical name of the field instead @see getFieldByLogicalName |
Field |
ContentsWebAPI.getFieldByName(java.lang.String structureType,
java.lang.String fieldName)
Deprecated. This method was deprecated because it uses the presentation name of the field we encourage the use of the logical name of the field instead @see getFieldByLogicalName |
Field |
ContentsWebAPI.getFieldByName(Structure st,
java.lang.String fieldName)
Deprecated. This method was deprecated because it uses the presentation name of the field we encourage the use of the logical name of the field instead |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||