Uses of Class
com.dotmarketing.portlets.contentlet.model.Contentlet

Packages that use Contentlet
com.dotmarketing.comparators   
com.dotmarketing.portlets.contentlet.factories   
com.dotmarketing.portlets.contentlet.model   
com.dotmarketing.portlets.htmlpages.factories   
com.dotmarketing.portlets.structure.factories   
com.dotmarketing.portlets.structure.model   
com.dotmarketing.services   
com.dotmarketing.util   
com.dotmarketing.viewtools   
 

Uses of Contentlet in com.dotmarketing.comparators
 

Methods in com.dotmarketing.comparators with parameters of type Contentlet
 int ContentComparator.compare(Contentlet w1, Contentlet w2)
           
 

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

Methods in com.dotmarketing.portlets.contentlet.factories that return Contentlet
static Contentlet ContentletFactory.copyContentlet(Contentlet currentContentlet)
           
static Contentlet ContentletFactory.getContentlet(long id)
           
static Contentlet ContentletFactory.getContentlet(java.lang.String id)
           
static Contentlet ContentletFactory.getContentletByLiveAndFolderAndTitle(Inode parent, java.lang.String title)
           
static Contentlet ContentletFactory.getContentletForLanguage(long languageId, Inode inode)
           
static Contentlet ContentletFactory.getContentletNoLock(long id)
           
static Contentlet ContentletFactory.getInstance()
           
static Contentlet ContentletFactory.save(Contentlet x)
           
 

Methods in com.dotmarketing.portlets.contentlet.factories that return types with arguments of type Contentlet
static java.util.List<Contentlet> ContentletFactory.getActiveContentlets()
           
static java.util.List<Contentlet> ContentletFactory.getContentletsByOrderAndParents(long i, long i2, java.lang.String orderby, boolean previewMode, java.lang.String language)
           
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 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 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)
           
 

Methods in com.dotmarketing.portlets.contentlet.factories with parameters of type Contentlet
static void ContentletFactory._sendContentletPublishNotification(Contentlet contentlet, HttpServletRequest req)
           
static void ContentletFactory.addFileToContentlet(Contentlet contentlet, long fileInode, java.lang.String relationName)
           
static void ContentletFactory.addImageToContentlet(Contentlet contentlet, long imageInode, java.lang.String relationName)
           
static void ContentletFactory.addLinkToContentlet(Contentlet contentlet, long linkInode, java.lang.String relationName)
           
static Contentlet ContentletFactory.copyContentlet(Contentlet currentContentlet)
           
static java.util.List<java.util.Map> ContentletFactory.getContentletReferences(Contentlet cont)
           
static java.lang.Object ContentletFactory.getFieldValue(Contentlet content, Field theField)
           
static java.lang.Object ContentletFactory.getFieldValue(Contentlet content, java.lang.String fieldName)
           
static void ContentletFactory.reIndexContentlet(Contentlet contentlet)
           
static void ContentletFactory.reIndexContentlet(Contentlet contentlet, boolean log)
           
static Contentlet ContentletFactory.save(Contentlet x)
           
static void ContentletFactory.setFieldValue(Contentlet content, java.lang.String fieldName, java.lang.Object fieldValue)
           
 

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

Methods in com.dotmarketing.portlets.contentlet.model with parameters of type Contentlet
 void Contentlet.copy(Contentlet currentContentlet)
           
 

Uses of Contentlet in com.dotmarketing.portlets.htmlpages.factories
 

Methods in com.dotmarketing.portlets.htmlpages.factories with parameters of type Contentlet
static int HTMLPageFactory.getNumberOfContainersPerContenlet(HTMLPage htmlPage, Contentlet contentlet)
           
 

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

Methods in com.dotmarketing.portlets.structure.factories that return types with arguments of type Contentlet
static java.util.List<Contentlet> RelationshipFactory.getAllRelationshipRecords(Relationship relationship, Contentlet contentlet)
           
static java.util.List<Contentlet> RelationshipFactory.getAllRelationshipRecords(Relationship relationship, Contentlet contentlet, boolean hasParent)
           
static java.util.List<Contentlet> RelationshipFactory.getAllRelationshipRecords(Relationship relationship, Contentlet contentlet, boolean hasParent, boolean live, java.lang.String orderBy)
           
static java.util.List<Contentlet> RelationshipFactory.getAllRelationshipRecords(Relationship relationship, Contentlet contentlet, boolean hasParent, java.lang.String orderBy)
           
static java.util.List<Contentlet> RelationshipFactory.getAllRelationshipRecordsByCondition(Relationship relationship, Contentlet contentlet, boolean hasParent, boolean live, java.lang.String condition)
           
static java.util.List<Contentlet> RelationshipFactory.getRelatedContentByChild(long childInode, java.lang.String relationType, java.lang.String condition, java.lang.String orderBy)
           
static java.util.List<Contentlet> RelationshipFactory.getRelatedContentByParent(long parentInode, java.lang.String relationType, java.lang.String condition, java.lang.String orderBy)
           
 

Methods in com.dotmarketing.portlets.structure.factories with parameters of type Contentlet
static java.util.List<Contentlet> RelationshipFactory.getAllRelationshipRecords(Relationship relationship, Contentlet contentlet)
           
static java.util.List<Contentlet> RelationshipFactory.getAllRelationshipRecords(Relationship relationship, Contentlet contentlet, boolean hasParent)
           
static java.util.List<Contentlet> RelationshipFactory.getAllRelationshipRecords(Relationship relationship, Contentlet contentlet, boolean hasParent, boolean live, java.lang.String orderBy)
           
static java.util.List<Contentlet> RelationshipFactory.getAllRelationshipRecords(Relationship relationship, Contentlet contentlet, boolean hasParent, java.lang.String orderBy)
           
static java.util.List<Contentlet> RelationshipFactory.getAllRelationshipRecordsByCondition(Relationship relationship, Contentlet contentlet, boolean hasParent, boolean live, java.lang.String condition)
           
static java.util.List<Tree> RelationshipFactory.getAllRelationshipTrees(Relationship relationship, Contentlet contentlet, boolean hasParent)
           
 

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

Methods in com.dotmarketing.portlets.structure.model that return Contentlet
 Contentlet ContentletRelationships.getContentlet()
           
 

Methods in com.dotmarketing.portlets.structure.model that return types with arguments of type Contentlet
 java.util.List<Contentlet> ContentletRelationships.ContentletRelationshipRecords.getRecords()
           
 

Methods in com.dotmarketing.portlets.structure.model with parameters of type Contentlet
 void ContentletRelationships.setContentlet(Contentlet contentlet)
           
 

Method parameters in com.dotmarketing.portlets.structure.model with type arguments of type Contentlet
 void ContentletRelationships.ContentletRelationshipRecords.setRecords(java.util.List<Contentlet> records)
           
 

Constructors in com.dotmarketing.portlets.structure.model with parameters of type Contentlet
ContentletRelationships(Contentlet contentlet)
           
ContentletRelationships(Contentlet contentlet, java.util.List<ContentletRelationships.ContentletRelationshipRecords> relationshipsRecords)
           
 

Uses of Contentlet in com.dotmarketing.services
 

Methods in com.dotmarketing.services that return types with arguments of type Contentlet
static java.util.List<Contentlet> ContentletServices.sortContentlets(java.util.List<Contentlet> contentletList, java.lang.String sortBy)
           
 

Methods in com.dotmarketing.services with parameters of type Contentlet
static void ContentletMapServices.publishContentletMapToFile(Contentlet contentlet)
           
static void ContentletServices.publishContentletToFile(Contentlet contentlet)
           
static void ContentletServices.removeContentletFile(Contentlet asset, boolean EDIT_MODE)
           
static void ContentletServices.removeContentletFile(Contentlet asset, Identifier identifier, boolean EDIT_MODE)
           
static void ContentletMapServices.removeContentletMapFile(Contentlet asset, boolean EDIT_MODE)
           
static void ContentletMapServices.removeContentletMapFile(Contentlet asset, Identifier identifier, boolean EDIT_MODE)
           
static void ContentletServices.unpublishContentletFile(Contentlet asset)
           
static void ContentletMapServices.unpublishContentletMapFile(Contentlet asset)
           
static void ContentletMapServices.writeContentletMapToFile(Contentlet content, boolean EDIT_MODE)
           
static void ContentletServices.writeContentletToFile(Contentlet contentlet, boolean EDIT_MODE)
           
static void ContentletServices.writeContentletToFile(Contentlet content, Identifier identifier, boolean EDIT_MODE)
           
 

Method parameters in com.dotmarketing.services with type arguments of type Contentlet
static java.util.List<Contentlet> ContentletServices.sortContentlets(java.util.List<Contentlet> contentletList, java.lang.String sortBy)
           
 

Uses of Contentlet in com.dotmarketing.util
 

Methods in com.dotmarketing.util with parameters of type Contentlet
static java.lang.String UtilHTML.getLanguagesIcons(HttpServletRequest request, Contentlet contentlet)
           
static java.lang.String UtilHTML.getSelectLanguages(Contentlet contentlet)
           
 

Uses of Contentlet in com.dotmarketing.viewtools
 

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

Methods in com.dotmarketing.viewtools that return types with arguments of type Contentlet
 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.getContents(java.lang.String structureType, java.lang.String categoryName)
          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.getContentsByStructureAndCategoryList(java.lang.String structureType, java.lang.String categoryInodelist, java.util.List conditionFields, java.lang.String condition, java.lang.String orderFieldName, java.lang.String direction, int pageNumber, int maxResults)
          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
 java.util.List<Contentlet> ContentsWebAPI.getLastestContents(java.lang.String structureType, java.lang.String categoryName)
          Deprecated. this methods was deprecated because it hits the database, try to use the lucene search methods instead.
 java.util.List<Contentlet> ContentsWebAPI.getLastestContents(java.lang.String structureType, java.lang.String categoryName, int maxResults)
          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)
          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<Contentlet> ProductWebAPI.getRecommendedArticles(long inode, int quantity)
           
 java.util.List<Contentlet> ProductWebAPI.getRecommendedArticles(java.lang.String inode, java.lang.String quantity)
           
 java.util.List<Contentlet> ContentsWebAPI.getRelatedChildContent(java.lang.String relationshipName, java.lang.String contentletInode)
           
 java.util.List<Contentlet> ContentsWebAPI.getRelatedContentlets(long relationshipInode, long contentletInode, boolean hasParent)
           
 java.util.List<Contentlet> ContentsWebAPI.getRelatedContentlets(Relationship relationship, Contentlet contentlet, boolean hasParent)
          This methods retrieve the list of related contentlets in a relationship of a given contentlet
 java.util.List<Contentlet> ContentsWebAPI.getRelatedContentlets(java.lang.String relationshipInode, java.lang.String contentletInode, boolean hasParent)
           
 java.util.List<Contentlet> ContentsWebAPI.getRelatedContentletsByCondition(java.lang.String relationshipInode, java.lang.String contentletInode, boolean hasParent, java.lang.String condition)
           
 java.util.List<Contentlet> ContentsWebAPI.getRelatedParentContent(java.lang.String relationshipName, java.lang.String contentletInode)
           
 java.util.List<Contentlet> ContentsWebAPI.getRelatedSibblingContent(java.lang.String relationshipName, java.lang.String contentletInode)
           
 

Methods in com.dotmarketing.viewtools with parameters of type Contentlet
 Identifier ContentsWebAPI.getContentIdentifier(Contentlet cont)
          Deprecated. this methods was deprecated because it hits the database, try to use the lucene search methods instead.
 java.lang.Object ContentsWebAPI.getFieldValue(java.lang.String fieldName, Contentlet content)
          Deprecated. Try using the #getContentDetail or #getContentDetailByIdentifier macros to retrieve the fields of a content.
 java.util.List<Contentlet> ContentsWebAPI.getRelatedContentlets(Relationship relationship, Contentlet contentlet, boolean hasParent)
          This methods retrieve the list of related contentlets in a relationship of a given contentlet
 java.util.List<Relationship> ContentsWebAPI.getRelationshipsOfContentlet(Contentlet cont)
          This methods gets the list of all the relationship objects associated to the structure of the contentlet as a parent or a child
 java.util.List<Relationship> ContentsWebAPI.getRelationshipsOfContentlet(Contentlet cont, boolean hasParent)
          This gets the list of all the relationship objects associated to the structure of the contentlet
 boolean ContentsWebAPI.isChildOfTheRelationship(Contentlet contentlet, Relationship relationship)
          This methods checks if the given contentlet has the role of child of the given relationship
 boolean ContentsWebAPI.isParentOfTheRelationship(Contentlet contentlet, Relationship relationship)
          This methods checks if the given contentlet has the role of parent of the given relationship
 



Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.