|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.dotmarketing.viewtools.ContentsWebAPI
public class ContentsWebAPI
| Constructor Summary | |
|---|---|
ContentsWebAPI()
|
|
| Method Summary | |
|---|---|
boolean |
doesUserHasPermission(long contentInode,
int permission)
Deprecated. |
boolean |
doesUserHasPermission(long contentInode,
int permission,
boolean editMode)
Deprecated. |
boolean |
doesUserHasPermission(long contentInode,
int permission,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Deprecated. |
boolean |
doesUserHasPermission(java.lang.String contentInode,
int permission)
This method checks if the logged in user (frontend) has the required permission over the passed contentlet id |
boolean |
doesUserHasPermission(java.lang.String contentInode,
int permission,
boolean editMode)
This method checks if the logged in user (frontend) has the required permission over the passed contentlet id |
boolean |
doesUserHasPermission(java.lang.String contentInode,
int permission,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
This method checks if the logged in user (frontend) has the required permission over the passed contentlet id |
java.util.List<java.lang.String> |
findFieldValues(java.lang.String structureName,
java.lang.String fieldName,
com.liferay.portal.model.User user)
This method return the possible values in a field of all the contents of the specified structure |
java.util.List<Contentlet> |
getAllRelatedContent(java.lang.String relationshipName,
java.lang.String contentletInode)
|
CategoryAPI |
getCategoryAPI()
|
Contentlet |
getContentByInode(long inode)
Deprecated. |
Contentlet |
getContentByInode(java.lang.String inode)
|
Identifier |
getContentIdentifier(Contentlet cont)
Deprecated. this methods was deprecated because it hits the database, try to use the lucene search methods instead. |
java.util.List<java.lang.String> |
getContentIdentifiersFromLuceneHits(LuceneHits assets)
This methods retrieves the identifier for a list of contents hits retrieved from lucene this method is used in the dynamic containers code to get the list of contents |
ContentletAPI |
getContentletAPI()
|
java.lang.String |
getContentletByUrl(HttpServletRequest request,
java.lang.String structureName,
java.lang.String fieldName)
This methods matches the browsers URL to a contentlet field and returns the contentlet with the closest match. |
java.util.List<Category> |
getContentletCategories(java.lang.String inode)
|
java.util.List<Contentlet> |
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> |
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> |
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<java.lang.String> |
getContentsPathsFromLuceneHits(LuceneHits assets,
boolean working)
This methods retrieves the disk paths for a list of contents hits retrieved from lucene this method is used in the dynamic containers code to get the list of contents paths |
java.util.List |
getEmptyList()
|
java.util.Map |
getEmptyMap()
|
Field |
getFieldByInode(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 |
getFieldByInode(java.lang.String 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 |
getFieldByLogicalName(java.lang.String structureType,
java.lang.String fieldName)
This methods retrieves the field of an structure based on his logical name. |
Field |
getFieldByLogicalName(Structure st,
java.lang.String fieldName)
This methods retrieves the field of an structure based on his logical name. |
Field |
getFieldByLogicalNameAndInode(long structureInode,
java.lang.String fieldName)
This methods retrieves the field of an structure based on his logical name. |
Field |
getFieldByLogicalNameAndInode(java.lang.String structureInode,
java.lang.String fieldName)
This methods retrieves the field of an structure based on his logical name. |
Field |
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 |
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.lang.Object |
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> |
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> |
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> |
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> |
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> |
getRelatedChildContent(java.lang.String relationshipName,
java.lang.String contentletInode)
|
java.util.List<Contentlet> |
getRelatedContentlets(long relationshipInode,
long contentletInode,
boolean hasParent)
Deprecated. |
static java.util.List<Contentlet> |
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> |
getRelatedContentlets(java.lang.String relationshipInode,
java.lang.String contentletInode,
boolean hasParent)
|
java.util.List<Contentlet> |
getRelatedContentletsByCondition(java.lang.String relationshipInode,
java.lang.String contentletInode,
boolean hasParent,
java.lang.String condition)
|
java.util.List<Contentlet> |
getRelatedParentContent(java.lang.String relationshipName,
java.lang.String contentletInode)
|
Relationship |
getRelationshipByName(java.lang.String relationshipName)
This method retrieves the relationship by relation type value = relationship name |
java.util.List<Relationship> |
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> |
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> |
getRelationshipsOfContentlet(long contentletInode)
Deprecated. |
java.util.List<Relationship> |
getRelationshipsOfContentlet(long contentletInode,
boolean hasParent)
Deprecated. |
java.util.List<Relationship> |
getRelationshipsOfContentlet(java.lang.String contentletInode)
|
java.util.List<Relationship> |
getRelationshipsOfContentlet(java.lang.String contentletInode,
boolean hasParent)
|
java.util.List<Relationship> |
getRelationshipsOfStructure(long structureInode,
boolean hasParent)
Deprecated. |
java.util.List<Relationship> |
getRelationshipsOfStructure(java.lang.String structureInode,
boolean hasParent)
Deprecated. |
java.util.List<Relationship> |
getRelationshipsOfStructure(Structure st,
boolean hasParent)
Deprecated. this methods could be found on StructuresWebAPI |
Structure |
getStructureByInode(java.lang.String structureInode)
Get the Structure from cache by inode |
Structure |
getStructureByType(java.lang.String structureType)
Deprecated. this methods was deprecated because it hits the database, try to use the lucene search methods instead. |
void |
init(java.lang.Object obj)
Initializes this instance using the given data |
static boolean |
isChildOfTheRelationship(Contentlet contentlet,
Relationship relationship)
This methods checks if the given contentlet has the role of child of the given relationship |
boolean |
isChildOfTheRelationship(long contentletInode,
long relationshipInode)
Deprecated. |
boolean |
isChildOfTheRelationship(java.lang.String contentletInode,
java.lang.String relationshipInode)
|
boolean |
isContentletIdentifierOrInode(java.lang.String id)
This method return if a identifier or inode is from a contentlet object. |
static boolean |
isParentOfTheRelationship(Contentlet contentlet,
Relationship relationship)
This methods checks if the given contentlet has the role of parent of the given relationship |
boolean |
isParentOfTheRelationship(long contentletInode,
long relationshipInode)
Deprecated. |
boolean |
isParentOfTheRelationship(java.lang.String contentletInode,
java.lang.String relationshipInode)
|
java.util.HashMap |
pageContent(java.lang.String query,
java.lang.String sortBy,
java.lang.String perPage,
java.lang.String currentPageNumber)
This method pulls dynamic lists of content in the form of maps for the front end of the web site using pagination. |
java.util.List |
pullContent(java.lang.String query,
java.lang.String lim,
java.lang.String sortBy)
|
java.util.List |
pullContent(java.lang.String query,
java.lang.String lim,
java.lang.String sortBy,
java.lang.Boolean editMode)
|
java.util.List |
pullPersonalizedContentByCategories(java.lang.String query,
java.lang.String lim,
java.lang.String sortBy,
java.util.List categoryList)
|
java.util.List<Contentlet> |
pullRelatedContent(java.lang.String relationshipName,
long contentletInode,
int limit,
java.lang.String orderBy)
Deprecated. |
java.util.List<Contentlet> |
pullRelatedContent(java.lang.String relationshipName,
java.lang.String contentletInode,
int limit,
java.lang.String orderBy)
This method is used by the pullRelatedContent macro to retrieve related content and display it in a page |
java.util.List<Contentlet> |
pullRelatedContent(java.lang.String relationshipName,
java.lang.String contentletInode,
java.lang.String limit,
java.lang.String orderBy)
This method is used by the pullRelatedContent macro to retrieve related content and display it in a page |
java.util.List |
randomizeList(java.util.List list,
java.lang.String limit)
|
java.util.HashMap |
searchWithLuceneQuery(java.lang.String structureType,
java.lang.String luceneCondition,
java.lang.String sortBy,
int maxResults)
|
java.util.HashMap |
searchWithLuceneQuery(java.lang.String structureType,
java.lang.String luceneCondition,
java.lang.String sortBy,
int maxResults,
int page,
int pageSize)
|
java.util.HashMap |
searchWithLuceneQuery(java.lang.String structureType,
java.lang.String luceneCondition,
java.lang.String sortBy,
java.lang.String pageStr,
java.lang.String rowsPerPage)
This method searches inside the lucene index for contents, this methods uses the contentlet database names of the fields in the condition and the sort by field so you should convert the display names of the fields to the contentlet fields names before call this method |
void |
setCategoryAPI(CategoryAPI categoryAPI)
|
void |
setContentletAPI(ContentletAPI conAPI)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContentsWebAPI()
| Method Detail |
|---|
public void init(java.lang.Object obj)
org.apache.velocity.tools.view.tools.ViewTool
init in interface org.apache.velocity.tools.view.tools.ViewToolobj - the initialization datapublic CategoryAPI getCategoryAPI()
public void setCategoryAPI(CategoryAPI categoryAPI)
public ContentletAPI getContentletAPI()
public void setContentletAPI(ContentletAPI conAPI)
public Identifier getContentIdentifier(Contentlet cont)
cont -
public Contentlet getContentByInode(long inode)
throws DotDataException,
DotSecurityException
inode -
DotSecurityException
DotDataException
public Contentlet getContentByInode(java.lang.String inode)
throws DotDataException,
DotSecurityException
inode -
DotSecurityException
DotDataExceptionpublic Structure getStructureByType(java.lang.String structureType)
structureType -
public Structure getStructureByInode(java.lang.String structureInode)
structureInode -
public java.util.List<Contentlet> getLastestContents(Structure structure,
Category category,
int maxResults)
throws DotDataException,
DotSecurityException,
ParseException
structure - category - maxResults -
ParseException
DotSecurityException
DotDataException
public java.util.List<Contentlet> getLastestContents(java.lang.String structureType,
java.lang.String categoryName,
int maxResults)
throws DotDataException,
DotSecurityException,
ParseException
structureType - categoryName - maxResults -
DotDataException
DotSecurityException
ParseException
public java.util.List<Contentlet> getLastestContents(Structure structure,
Category category)
throws DotDataException,
DotSecurityException,
ParseException
structure - category -
ParseException
DotSecurityException
DotDataException
public java.util.List<Contentlet> getLastestContents(java.lang.String structureType,
java.lang.String categoryName)
throws DotDataException,
DotSecurityException,
ParseException
structureType - categoryName -
DotDataException
DotSecurityException
ParseException
public Field getFieldByName(Structure st,
java.lang.String fieldName)
st - Structure owner of the fieldfieldName - The presentation name of the field
public Field getFieldByName(java.lang.String structureType,
java.lang.String fieldName)
structureType - The structure type namefieldName - The presentation name of the field
public Field getFieldByInode(long structureInode,
java.lang.String fieldName)
structureInode - The structure inodefieldName - The presentation name of the field
public Field getFieldByInode(java.lang.String structureInode,
java.lang.String fieldName)
structureInode - The structure inodefieldName - The presentation name of the field
public Field getFieldByLogicalName(Structure st,
java.lang.String fieldName)
st - Structure owner of the fieldfieldName - The presentation name of the field
public Field getFieldByLogicalName(java.lang.String structureType,
java.lang.String fieldName)
structureType - The structure type namefieldName - The presentation name of the field
public Field getFieldByLogicalNameAndInode(long structureInode,
java.lang.String fieldName)
structureInode - The structure inodefieldName - The presentation name of the field
public Field getFieldByLogicalNameAndInode(java.lang.String structureInode,
java.lang.String fieldName)
structureInode - The structure inodefieldName - The presentation name of the field
public java.lang.Object getFieldValue(java.lang.String fieldName,
Contentlet content)
fieldName - content -
public java.util.List<Contentlet> getContentsByStructureAndFieldValue(Structure structure,
java.lang.String fieldName,
java.lang.String fieldValue)
throws DotDataException,
DotSecurityException,
ParseException
structure - fieldName - fieldValue -
ParseException
DotSecurityException
DotDataException
public java.util.List<Contentlet> getContentletsByStructureAndOrder(Structure structure,
java.lang.String orderFieldName,
java.lang.String direction,
int rowNumber)
throws DotDataException,
DotSecurityException,
ParseException
structure - orderFieldName - direction - rowNumber -
ParseException
DotSecurityException
DotDataException
public java.util.List<Contentlet> getContents(java.lang.String structureType,
java.lang.String categoryName)
throws DotDataException,
DotSecurityException,
ParseException
structureType - categoryName -
DotDataException
DotSecurityException
ParseException
public java.util.HashMap searchWithLuceneQuery(java.lang.String structureType,
java.lang.String luceneCondition,
java.lang.String sortBy,
java.lang.String pageStr,
java.lang.String rowsPerPage)
throws ParseException,
DotSecurityException
structureType - The name or inode of the structure, E.G: "Web Page Content" or
12354luceneCondition - The lucene query E.G. +text1:test text2:yousortBy - The field used to sort you can also use the desc or asc
suffix, E.G: text1 descpageStr - The page you want to displayrowsPerPage - The number of records you want to show per page.
ParseException
DotSecurityException
public java.util.HashMap searchWithLuceneQuery(java.lang.String structureType,
java.lang.String luceneCondition,
java.lang.String sortBy,
int maxResults)
throws ParseException,
DotSecurityException
ParseException
DotSecurityException
public java.util.HashMap searchWithLuceneQuery(java.lang.String structureType,
java.lang.String luceneCondition,
java.lang.String sortBy,
int maxResults,
int page,
int pageSize)
throws ParseException,
DotSecurityException
ParseException
DotSecurityException
public java.util.List<java.lang.String> getContentsPathsFromLuceneHits(LuceneHits assets,
boolean working)
assets - The assets hitsworking - True if you want the working path to the content file, false if you the live path to the file
public java.util.List<java.lang.String> getContentIdentifiersFromLuceneHits(LuceneHits assets)
assets - The assets hits
public java.util.List<Category> getContentletCategories(java.lang.String inode)
throws DotDataException,
DotSecurityException
DotDataException
DotSecurityExceptionpublic Relationship getRelationshipByName(java.lang.String relationshipName)
public java.util.List<Relationship> getRelationshipsOfContentlet(Contentlet cont)
throws DotDataException,
DotSecurityException
cont - The contentlet
DotSecurityException
DotDataException
@Deprecated
public java.util.List<Relationship> getRelationshipsOfContentlet(long contentletInode)
throws DotDataException,
DotSecurityException
DotDataException
DotSecurityException
public java.util.List<Relationship> getRelationshipsOfContentlet(java.lang.String contentletInode)
throws DotDataException,
DotSecurityException
DotDataException
DotSecurityException
public java.util.List<Relationship> getRelationshipsOfContentlet(Contentlet cont,
boolean hasParent)
throws DotDataException,
DotSecurityException
cont - The contentlethasParent - true If you find the relations where the contentlet is parent,
false If you find the relations where the contentlet is child
DotSecurityException
DotDataException
@Deprecated
public java.util.List<Relationship> getRelationshipsOfContentlet(long contentletInode,
boolean hasParent)
throws DotDataException,
DotSecurityException
DotDataException
DotSecurityException
public java.util.List<Relationship> getRelationshipsOfContentlet(java.lang.String contentletInode,
boolean hasParent)
throws DotDataException,
DotSecurityException
DotDataException
DotSecurityException
@Deprecated
public java.util.List<Relationship> getRelationshipsOfStructure(Structure st,
boolean hasParent)
cont - The contentlethasParent - true If you find the relations where the contentlet is parent,
false If you find the relations where the contentlet is child
@Deprecated
public java.util.List<Relationship> getRelationshipsOfStructure(long structureInode,
boolean hasParent)
@Deprecated
public java.util.List<Relationship> getRelationshipsOfStructure(java.lang.String structureInode,
boolean hasParent)
public static java.util.List<Contentlet> getRelatedContentlets(Relationship relationship,
Contentlet contentlet,
boolean hasParent)
relationship - The relationshipcont - The contentlethasParent - true Find the related children contentlets where the given
contentlet is the parent, false Find the related parents
contentlets where the given contentlet is a child
@Deprecated
public java.util.List<Contentlet> getRelatedContentlets(long relationshipInode,
long contentletInode,
boolean hasParent)
throws DotDataException,
DotSecurityException
DotDataException
DotSecurityException
public java.util.List<Contentlet> getRelatedContentlets(java.lang.String relationshipInode,
java.lang.String contentletInode,
boolean hasParent)
throws DotDataException,
DotSecurityException
DotDataException
DotSecurityException
public java.util.List<Contentlet> getRelatedChildContent(java.lang.String relationshipName,
java.lang.String contentletInode)
throws DotDataException,
DotSecurityException
DotDataException
DotSecurityException
public java.util.List<Contentlet> getRelatedParentContent(java.lang.String relationshipName,
java.lang.String contentletInode)
throws DotDataException,
DotSecurityException
DotDataException
DotSecurityException
public java.util.List<Contentlet> getAllRelatedContent(java.lang.String relationshipName,
java.lang.String contentletInode)
throws DotDataException,
DotSecurityException
DotDataException
DotSecurityException
public java.util.List<Contentlet> getRelatedContentletsByCondition(java.lang.String relationshipInode,
java.lang.String contentletInode,
boolean hasParent,
java.lang.String condition)
throws DotDataException,
DotSecurityException
DotDataException
DotSecurityException
public java.util.List<Contentlet> pullRelatedContent(java.lang.String relationshipName,
java.lang.String contentletInode,
java.lang.String limit,
java.lang.String orderBy)
throws DotDataException,
DotSecurityException
relationshipName - contentletInode - limit - orderBy -
DotSecurityException
DotDataException
public java.util.List<Contentlet> pullRelatedContent(java.lang.String relationshipName,
long contentletInode,
int limit,
java.lang.String orderBy)
relationshipName - contentletInode - limit - orderBy -
DotSecurityException
DotDataException
public java.util.List<Contentlet> pullRelatedContent(java.lang.String relationshipName,
java.lang.String contentletInode,
int limit,
java.lang.String orderBy)
relationshipName - contentletInode - limit - orderBy -
DotSecurityException
DotDataException
public static boolean isParentOfTheRelationship(Contentlet contentlet,
Relationship relationship)
contentlet - The contentletrelationship - The relationship
@Deprecated
public boolean isParentOfTheRelationship(long contentletInode,
long relationshipInode)
throws DotDataException,
DotSecurityException
DotDataException
DotSecurityException
public boolean isParentOfTheRelationship(java.lang.String contentletInode,
java.lang.String relationshipInode)
throws DotDataException,
DotSecurityException
DotDataException
DotSecurityException
public static boolean isChildOfTheRelationship(Contentlet contentlet,
Relationship relationship)
contentlet - The contentletrelationship - The relationship
@Deprecated
public boolean isChildOfTheRelationship(long contentletInode,
long relationshipInode)
throws DotDataException,
DotSecurityException
DotDataException
DotSecurityException
public boolean isChildOfTheRelationship(java.lang.String contentletInode,
java.lang.String relationshipInode)
throws DotDataException,
DotSecurityException
DotDataException
DotSecurityException
public java.util.List pullContent(java.lang.String query,
java.lang.String lim,
java.lang.String sortBy)
throws ParseException,
DotSecurityException,
DotDataException
ParseException
DotSecurityException
DotDataException
public java.util.List pullContent(java.lang.String query,
java.lang.String lim,
java.lang.String sortBy,
java.lang.Boolean editMode)
throws ParseException,
DotSecurityException,
DotDataException
ParseException
DotSecurityException
DotDataException
public java.util.List pullPersonalizedContentByCategories(java.lang.String query,
java.lang.String lim,
java.lang.String sortBy,
java.util.List categoryList)
throws DotSecurityException,
DotDataException,
ParseException
DotSecurityException
DotDataException
ParseException
public java.util.List randomizeList(java.util.List list,
java.lang.String limit)
public java.util.HashMap pageContent(java.lang.String query,
java.lang.String sortBy,
java.lang.String perPage,
java.lang.String currentPageNumber)
query - the lucene query E.G. +text1:test text2:yousortBy - the field used to sort you can also use the desc or asc suffix, E.G: text1 descperPage - the number of records showed per page, the number of contents to returncurrentPageNumber - number of the page currently displayed
public java.util.Map getEmptyMap()
public java.util.List getEmptyList()
public boolean isContentletIdentifierOrInode(java.lang.String id)
throws java.lang.NumberFormatException
inode -
DotSecurityException
DotDataException
java.lang.NumberFormatException
public java.lang.String getContentletByUrl(HttpServletRequest request,
java.lang.String structureName,
java.lang.String fieldName)
request - The HTTPServletRequest, from velocity: $requeststructureName - The name of the Structure, e.g. "Departments"fieldName - The full name of the field, e.g. "The Department Url"
public boolean doesUserHasPermission(long contentInode,
int permission)
throws DotDataException
DotDataException
public boolean doesUserHasPermission(java.lang.String contentInode,
int permission)
throws DotDataException
DotDataException
public boolean doesUserHasPermission(long contentInode,
int permission,
boolean editMode)
throws DotDataException
DotDataException
public boolean doesUserHasPermission(java.lang.String contentInode,
int permission,
boolean editMode)
throws DotDataException
DotDataException
public boolean doesUserHasPermission(long contentInode,
int permission,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
throws DotDataException
DotDataException
public boolean doesUserHasPermission(java.lang.String contentInode,
int permission,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
throws DotDataException
DotDataException
public java.util.List<java.lang.String> findFieldValues(java.lang.String structureName,
java.lang.String fieldName,
com.liferay.portal.model.User user)
throws DotDataException
structureName - type of structure of the contentletsfieldName - field name of the specified structureuser - User
DotDataException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||