Uses of Class
com.dotmarketing.portlets.structure.model.Structure

Packages that use Structure
com.dotmarketing.cache   
com.dotmarketing.portal.struts   
com.dotmarketing.portlets.contentlet.action   
com.dotmarketing.portlets.contentlet.factories   
com.dotmarketing.portlets.contentlet.model   
com.dotmarketing.portlets.contentlet.struts   
com.dotmarketing.portlets.structure.factories   
com.dotmarketing.portlets.structure.model   
com.dotmarketing.viewtools   
 

Uses of Structure in com.dotmarketing.cache
 

Methods in com.dotmarketing.cache that return Structure
static Structure StructureCache.getStructureByInode(long inode)
           
static Structure StructureCache.getStructureByInode(java.lang.String inode)
           
static Structure StructureCache.getStructureByName(java.lang.String name)
          This methods retrieves the structure from the cache based in the structure name.
static Structure StructureCache.getStructureByType(java.lang.String type)
           
 

Methods in com.dotmarketing.cache with parameters of type Structure
static void FieldsCache.addFields(Structure st, java.util.List<Field> fields)
           
static void StructureCache.addStructure(Structure st)
           
static void FieldsCache.removeFields(Structure st)
           
static void StructureCache.removeStructure(Structure st)
           
 

Uses of Structure in com.dotmarketing.portal.struts
 

Methods in com.dotmarketing.portal.struts with parameters of type Structure
protected  void DotPortletAction._checkDeletePermissions(Structure structure, User user, HttpServletRequest httpReq)
           
 

Uses of Structure in com.dotmarketing.portlets.contentlet.action
 

Methods in com.dotmarketing.portlets.contentlet.action with parameters of type Structure
 java.util.List<Category> EditContentletAction.getStructureCategories(Structure st)
           
 java.lang.String EditContentletAction.searchContentletsInodes(Structure st, java.lang.String fields, java.lang.String categories, boolean showDeleted, int page, java.lang.String orderBy)
           
 

Uses of Structure in com.dotmarketing.portlets.contentlet.factories
 

Methods in com.dotmarketing.portlets.contentlet.factories with parameters of type Structure
static void ContentletFactory.cleanContentletsField(Structure structure, Field field)
           
static java.util.List<Contentlet> ContentletFactory.getContentletsByStructureAndOrder(Structure st, java.lang.String orderFieldName, java.lang.String direction, int maxResults)
           
static java.util.List<Contentlet> ContentletFactory.getContentletsByStuctureAndCategory(Structure st, Category cat, java.lang.String orderby)
           
static java.util.List<Contentlet> ContentletFactory.getContentletsByStuctureAndCategory(Structure st, Category cat, java.lang.String orderby, int maxResults)
           
static java.util.List<Contentlet> ContentletFactory.getContentletsByStuctureAndCategoryList(Structure st, java.util.List<Category> categories, int quantity, java.lang.String orderby)
           
static java.util.List<Contentlet> ContentletFactory.getContentletsByStuctureAndFieldsValues(Structure st, java.util.Map<java.lang.String,java.lang.String> fieldsMap)
           
static java.util.List<Contentlet> ContentletFactory.getContentletsByStuctureAndFieldsValues(Structure st, java.util.Map<java.lang.String,java.lang.String> fieldsMap, java.util.List<java.lang.String> orderByfields, boolean descOrder)
           
static java.util.List<Contentlet> ContentletFactory.getContentletsByStuctureAndFieldsValuesLike(Structure st, java.util.Map<java.lang.String,java.lang.String> fieldsMap, java.util.List<java.lang.String> orderByfields, boolean descOrder)
           
static java.util.List<Contentlet> ContentletFactory.getContentletsByStuctureAndFieldValue(Structure st, java.lang.String fieldName, java.lang.String fieldValue, java.lang.String orderby, int maxResults)
           
static int ContentletFactory.getContentletsCountByStuctureAndFieldsValues(Structure st, java.util.Map<java.lang.String,java.lang.String> fieldsMap)
           
static java.util.List<Contentlet> ContentletFactory.getContentsByStructureAndCategoryList(Structure structure, java.lang.String categoryInodelist, java.util.List conditionFields, java.lang.String searchCondition, java.lang.String orderFieldName, java.lang.String direction, int offset, int maxResults)
           
static LuceneHits ContentletFactory.getContentsByStructureAndCategoryListWithLucene(Structure structure, java.lang.String categoryInodelist, java.lang.String searchCondition, java.lang.String orderFieldName, int offset, int maxResults)
           
static java.util.List<Contentlet> ContentletFactory.getContentsByStructureCategoryListAndCondition(Structure structure, java.lang.String categoryInodelist, java.lang.String searchCondition, java.lang.String orderFieldName, java.lang.String direction, int offset, int maxResults)
           
static LuceneHits ContentletFactory.indexSearch(Structure st, java.util.Map fieldsSearch, boolean usingDBNames, java.util.List<java.lang.String> categories, boolean deleted, int offset, int limit, java.lang.String sortBy, boolean fieldsAnd, boolean categoriesAnd)
          Makes a lucene index search
static LuceneHits ContentletFactory.indexSearch(Structure st, java.util.Map fieldsSearch, java.util.List<java.lang.String> categories, boolean deleted, int offset, int limit, java.lang.String sortBy, boolean fieldsAnd, boolean categoriesAnd)
          Makes a lucene index search
static LuceneHits ContentletFactory.indexSearch(Structure st, java.lang.String query, boolean deleted, int offset, int limit, java.lang.String sortBy)
           
static LuceneHits ContentletFactory.indexSearch(Structure st, java.lang.String keywords, boolean deleted, int offset, int limit, java.lang.String sortBy, boolean fieldsAnd, boolean categoriesAnd)
          Makes a lucene index search
static LuceneHits ContentletFactory.indexSearch(Structure st, java.lang.String keywords, boolean deleted, java.lang.String sortBy, boolean fieldsAnd, boolean categoriesAnd)
          Makes a lucene index search
static LuceneHits ContentletFactory.indexSearch(Structure st, java.lang.String keywords, java.util.List<java.lang.String> categories, boolean deleted, int offset, int limit, java.lang.String sortBy, boolean fieldsAnd, boolean categoriesAnd)
          Makes a lucene index search
static LuceneHits ContentletFactory.indexSearchByField(Structure st, java.lang.String keywords, java.util.List<java.lang.String> categories, boolean deleted, int offset, int limit, java.lang.String searchfield, java.lang.String sortBy, boolean fieldsAnd, boolean categoriesAnd)
          Makes a lucene index search
static boolean ContentletFactory.reIndexAllContentletsByStructure(Structure st)
           
static boolean ContentletFactory.reIndexAllContentletsByStructure(Structure st, boolean log)
           
 

Uses of Structure in com.dotmarketing.portlets.contentlet.model
 

Methods in com.dotmarketing.portlets.contentlet.model that return Structure
 Structure Contentlet.getStructure()
           
 

Uses of Structure in com.dotmarketing.portlets.contentlet.struts
 

Methods in com.dotmarketing.portlets.contentlet.struts that return Structure
 Structure ContentletForm.getStructure()
           
 

Methods in com.dotmarketing.portlets.contentlet.struts with parameters of type Structure
 void ContentletForm.setStructure(Structure structure)
           
 

Uses of Structure in com.dotmarketing.portlets.structure.factories
 

Methods in com.dotmarketing.portlets.structure.factories that return Structure
static Structure StructureFactory.getDefaultStructure()
           
static Structure StructureFactory.getStructureByInode(long inode)
           
static Structure StructureFactory.getStructureByInode(java.lang.String inode)
           
static Structure StructureFactory.getStructureByInodeNoLock(long inode)
           
static Structure StructureFactory.getStructureByType(java.lang.String type)
           
 

Methods in com.dotmarketing.portlets.structure.factories that return types with arguments of type Structure
static java.util.List<Structure> StructureFactory.getStructures(java.lang.String orderBy, int limit)
           
static java.util.List<Structure> StructureFactory.getStructuresWithReadPermissions(User user)
           
static java.util.List<Structure> StructureFactory.getStructuresWithWritePermissions(User user)
           
 

Methods in com.dotmarketing.portlets.structure.factories with parameters of type Structure
static void StructureFactory.deleteStructure(Structure structure)
           
static java.util.List<Relationship> RelationshipFactory.getAllRelationshipsByStructure(Structure st)
           
static java.util.List<Relationship> RelationshipFactory.getAllRelationshipsByStructure(Structure st, boolean hasParent)
           
static int StructureFactory.getTotalDates(Structure structure)
           
static int StructureFactory.getTotalFiles(Structure structure)
           
static int StructureFactory.getTotalImages(Structure structure)
           
static int StructureFactory.getTotalLinks(Structure structure)
           
static int StructureFactory.getTotals(Structure structure, java.lang.String typeField)
           
static int StructureFactory.getTotalTextAreas(Structure structure)
           
static int StructureFactory.getTotalWYSIWYG(Structure structure)
           
static boolean RelationshipFactory.isASibblingRelationship(Relationship rel, Structure st)
           
static boolean RelationshipFactory.isChildOfTheRelationship(Relationship rel, Structure st)
           
static boolean RelationshipFactory.isParentOfTheRelationship(Relationship rel, Structure st)
           
static void StructureFactory.saveStructure(Structure structure)
           
 

Uses of Structure in com.dotmarketing.portlets.structure.model
 

Methods in com.dotmarketing.portlets.structure.model that return Structure
 Structure Relationship.getChildStructure()
           
 Structure Relationship.getParentStructure()
           
 

Uses of Structure in com.dotmarketing.viewtools
 

Methods in com.dotmarketing.viewtools that return Structure
 Structure ContentsWebAPI.getStructureByType(java.lang.String structureType)
          Deprecated. this methods was deprecated because it hits the database, try to use the lucene search methods instead.
 

Methods in com.dotmarketing.viewtools with parameters of type Structure
 java.util.List<Contentlet> ContentsWebAPI.getContentletsByStructureAndOrder(Structure structure, java.lang.String orderFieldName, java.lang.String direction, int rowNumber)
          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
 java.util.List<Contentlet> ContentsWebAPI.getContentsByStructureAndFieldValue(Structure structure, java.lang.String fieldName, java.lang.String fieldValue)
          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.getFieldByLogicalName(Structure st, java.lang.String fieldName)
          This methods retrieves the field of an structure based on his logical name.
 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
 java.util.List<Contentlet> ContentsWebAPI.getLastestContents(Structure structure, Category category)
          Deprecated. this methods was deprecated because it hits the database, try to use the lucene search methods instead.
 java.util.List<Contentlet> ContentsWebAPI.getLastestContents(Structure structure, Category category, int maxResults)
          Deprecated. this methods was deprecated because it hits the database, try to use the lucene search methods instead.
 java.util.List<Relationship> ContentsWebAPI.getRelationshipsOfStructure(Structure st, boolean hasParent)
          This gets the list of all the relationship objects associated to the structure of the contentlet
 



Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.