|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Relationship | |
|---|---|
| com.dotmarketing.portlets.structure.factories | |
| com.dotmarketing.portlets.structure.model | |
| com.dotmarketing.viewtools | |
| Uses of Relationship in com.dotmarketing.portlets.structure.factories |
|---|
| Methods in com.dotmarketing.portlets.structure.factories that return Relationship | |
|---|---|
static Relationship |
RelationshipFactory.getRelationshipByInode(long inode)
|
static Relationship |
RelationshipFactory.getRelationshipByInode(java.lang.String inode)
|
static Relationship |
RelationshipFactory.getRelationshipByRelationTypeValue(java.lang.String typeValue)
|
| Methods in com.dotmarketing.portlets.structure.factories that return types with arguments of type Relationship | |
|---|---|
static java.util.List<Relationship> |
RelationshipFactory.getAllRelationships()
|
static java.util.List<Relationship> |
RelationshipFactory.getAllRelationshipsByStructure(Structure st)
|
static java.util.List<Relationship> |
RelationshipFactory.getAllRelationshipsByStructure(Structure st,
boolean hasParent)
|
static java.util.List<Relationship> |
RelationshipFactory.getRelationships(java.lang.String orderBy)
|
| Methods in com.dotmarketing.portlets.structure.factories with parameters of type Relationship | |
|---|---|
static void |
RelationshipFactory.deleteRelationship(Relationship relationship)
|
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)
|
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 |
RelationshipFactory.saveRelationship(Relationship relationship)
|
| Uses of Relationship in com.dotmarketing.portlets.structure.model |
|---|
| Methods in com.dotmarketing.portlets.structure.model that return Relationship | |
|---|---|
Relationship |
ContentletRelationships.ContentletRelationshipRecords.getRelationship()
|
| Methods in com.dotmarketing.portlets.structure.model with parameters of type Relationship | |
|---|---|
void |
ContentletRelationships.ContentletRelationshipRecords.setRelationship(Relationship relationship)
|
| Constructors in com.dotmarketing.portlets.structure.model with parameters of type Relationship | |
|---|---|
ContentletRelationships.ContentletRelationshipRecords(Relationship relationship,
boolean hasParent)
|
|
| Uses of Relationship in com.dotmarketing.viewtools |
|---|
| Methods in com.dotmarketing.viewtools that return Relationship | |
|---|---|
Relationship |
ContentsWebAPI.getRelationshipByName(java.lang.String relationshipName)
This method retrieves the relationship by relation type value = relationship name |
| Methods in com.dotmarketing.viewtools that return types with arguments of type Relationship | |
|---|---|
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 |
java.util.List<Relationship> |
ContentsWebAPI.getRelationshipsOfContentlet(long contentletInode)
|
java.util.List<Relationship> |
ContentsWebAPI.getRelationshipsOfContentlet(long contentletInode,
boolean hasParent)
|
java.util.List<Relationship> |
ContentsWebAPI.getRelationshipsOfContentlet(java.lang.String contentletInode)
|
java.util.List<Relationship> |
ContentsWebAPI.getRelationshipsOfContentlet(java.lang.String contentletInode,
boolean hasParent)
|
java.util.List<Relationship> |
ContentsWebAPI.getRelationshipsOfStructure(long structureInode,
boolean hasParent)
|
java.util.List<Relationship> |
ContentsWebAPI.getRelationshipsOfStructure(java.lang.String structureInode,
boolean hasParent)
|
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 |
| Methods in com.dotmarketing.viewtools with parameters of type Relationship | |
|---|---|
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 |
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||