|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContentletAPIPreHook
| Method Summary | |
|---|---|
boolean |
addFileToContentlet(Contentlet contentlet,
java.lang.String fileInode,
java.lang.String relationName,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Adds a relationship to a contentlet |
boolean |
addImageToContentlet(Contentlet contentlet,
java.lang.String imageInode,
java.lang.String relationName,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Adds a relationship to a contentlet |
boolean |
addLinkToContentlet(Contentlet contentlet,
java.lang.String linkInode,
java.lang.String relationName,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Adds a relationship to a contentlet |
boolean |
applyStructurePermissionsToChildren(Structure structure,
com.liferay.portal.model.User user,
java.util.List<Permission> permissions,
boolean respectFrontendRoles)
Applies permission to the child contentlets of the structure |
boolean |
archive(Contentlet contentlet,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
This method archives the given contentlet |
boolean |
archive(java.util.List<Contentlet> contentlets,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
This method archives the given contentlets |
boolean |
canLock(Contentlet contentlet,
com.liferay.portal.model.User user)
|
boolean |
checkin(Contentlet currentContentlet,
ContentletRelationships relationshipsData,
java.util.List<Category> cats,
java.util.List<Permission> selectedPermissions,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Will check in a new version of you contentlet. |
boolean |
checkin(Contentlet contentlet,
java.util.List<Category> cats,
java.util.List<Permission> permissions,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Will check in a new version of you contentlet. |
boolean |
checkin(Contentlet contentlet,
java.util.List<Permission> permissions,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Will check in a new version of you contentlet. |
boolean |
checkin(Contentlet contentlet,
java.util.Map<Relationship,java.util.List<Contentlet>> contentRelationships,
java.util.List<Category> cats,
java.util.List<Permission> permissions,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Will check in a new version of you contentlet. |
boolean |
checkin(Contentlet contentlet,
java.util.Map<Relationship,java.util.List<Contentlet>> contentRelationships,
java.util.List<Category> cats,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Will check in a new version of you contentlet. |
boolean |
checkin(Contentlet contentlet,
java.util.Map<Relationship,java.util.List<Contentlet>> contentRelationships,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Will check in a new version of you contentlet. |
boolean |
checkin(Contentlet contentlet,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Will check in a new version of you contentlet. |
boolean |
checkin(Contentlet contentlet,
com.liferay.portal.model.User user,
boolean respectFrontendRoles,
java.util.List<Category> cats)
Will check in a new version of you contentlet. |
boolean |
checkinWithNoIndex(Contentlet currentContentlet,
ContentletRelationships relationshipsData,
java.util.List<Category> cats,
java.util.List<Permission> selectedPermissions,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Will check in a new version of you contentlet without indexing. |
boolean |
checkinWithNoIndex(Contentlet contentlet,
java.util.List<Category> cats,
java.util.List<Permission> permissions,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Will check in a new version of you contentlet without indexing. |
boolean |
checkinWithNoIndex(Contentlet contentlet,
java.util.List<Permission> permissions,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Will check in a new version of you contentlet without indexing. |
boolean |
checkinWithNoIndex(Contentlet contentlet,
java.util.Map<Relationship,java.util.List<Contentlet>> contentRelationships,
java.util.List<Category> cats,
java.util.List<Permission> permissions,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
|
boolean |
checkinWithNoIndex(Contentlet contentlet,
java.util.Map<Relationship,java.util.List<Contentlet>> contentRelationships,
java.util.List<Category> cats,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Will check in a new version of you contentlet without indexing. |
boolean |
checkinWithNoIndex(Contentlet contentlet,
java.util.Map<Relationship,java.util.List<Contentlet>> contentRelationships,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Will check in a new version of you contentlet without indexing The inode of your contentlet must be not set. |
boolean |
checkinWithNoIndex(Contentlet contentlet,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Will check in a new version of you contentlet without indexing. |
boolean |
checkinWithNoIndex(Contentlet contentlet,
com.liferay.portal.model.User user,
boolean respectFrontendRoles,
java.util.List<Category> cats)
Will check in a new version of you contentlet without indexing. |
boolean |
checkinWithoutVersioning(Contentlet contentlet,
java.util.Map<Relationship,java.util.List<Contentlet>> contentRelationships,
java.util.List<Category> cats,
java.util.List<Permission> permissions,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Will check in a update of your contentlet without generate a new version. |
boolean |
checkout(java.util.List<Contentlet> contentlets,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Allows you to checkout contents so it can be altered and checked in |
boolean |
checkout(java.lang.String contentletInode,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Allows you to checkout a content so it can be altered and checked in |
boolean |
checkout(java.lang.String luceneQuery,
com.liferay.portal.model.User user,
boolean respectFrontendRoles,
int offset,
int limit)
Allows you to checkout contents based on a lucene query so it can be altered and checked in, in a paginated fashion |
boolean |
checkoutWithQuery(java.lang.String luceneQuery,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Allows you to checkout contents based on a lucene query so it can be altered and checked in |
boolean |
cleanField(Structure structure,
Field field,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Will get all the contentlets for a structure and set the default values for a field on the contentlet. |
boolean |
cleanHostField(Structure structure,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Will get all the contentlets for a structure and set the default values for the host fields Will check Write/Edit permissions on the Contentlet. |
boolean |
contentletCount()
gets the number of contentlets in the system. |
boolean |
contentletIdentifierCount()
gets the number of contentlet identifiers in the system. |
boolean |
convertContentletToFatContentlet(Contentlet cont,
Contentlet fatty)
Converts a "light" contentlet into a "fat" (legacy) contentlet. |
boolean |
convertFatContentletToContentlet(Contentlet fatty)
Converts a "fat" (legacy) contentlet into a new contentlet. |
boolean |
copyContentlet(Contentlet currentContentlet,
Folder folder,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Makes a copy of a contentlet. |
boolean |
copyContentlet(Contentlet currentContentlet,
Folder folder,
com.liferay.portal.model.User user,
boolean appendCopyToFileName,
boolean respectFrontendRoles)
Makes a copy of a contentlet with choice to append copy to the filename. |
boolean |
copyContentlet(Contentlet currentContentlet,
Host host,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Makes a copy of a contentlet. |
boolean |
copyContentlet(Contentlet currentContentlet,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Makes a copy of a contentlet. |
boolean |
copyProperties(Contentlet contentlet,
java.util.Map<java.lang.String,java.lang.Object> properties)
Copies properties from the map to the contentlet |
boolean |
DBSearch(GenericQueryFactory.Query query,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
|
boolean |
delete(Contentlet contentlet,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
This method completely deletes the given contentlet from the system |
boolean |
delete(Contentlet contentlet,
com.liferay.portal.model.User user,
boolean respectFrontendRoles,
boolean allVersions)
This method completely deletes the given contentlet from the system. |
boolean |
delete(java.util.List<Contentlet> contentlets,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
This method completely deletes the given contentlet from the system |
boolean |
delete(java.util.List<Contentlet> contentlets,
com.liferay.portal.model.User user,
boolean respectFrontendRoles,
boolean allVersions)
This method completely deletes the given contentlet from the system. |
boolean |
deleteOldContent(java.util.Date deleteFrom)
|
boolean |
deleteRelatedContent(Contentlet contentlet,
Relationship relationship,
boolean hasParent,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Deletes all related content from passed in contentlet and relationship |
boolean |
deleteRelatedContent(Contentlet contentlet,
Relationship relationship,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Deletes all related content from passed in contentlet and relationship |
boolean |
deleteVersion(Contentlet contentlet,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Deletes the given version of the contentlet from the system |
boolean |
find(Category category,
long languageId,
boolean live,
java.lang.String orderBy,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Will return all content assigned to a specified Category |
boolean |
find(java.util.List<Category> categories,
long languageId,
boolean live,
java.lang.String orderBy,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Will return all content assigned to a specified Categories |
boolean |
find(java.lang.String inode,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Finds a Contentlet Object given the inode |
boolean |
findAllContent(int offset,
int limit)
|
boolean |
findAllUserVersions(Identifier identifier,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Retrieves all versions for a contentlet identifier checked in by a real user meaning not the system user |
boolean |
findAllVersions(Identifier identifier,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Retrieves all versions for a contentlet identifier Note this method should not be used currently because it could pull too many versions. |
boolean |
findByStructure(java.lang.String structureInode,
com.liferay.portal.model.User user,
boolean respectFrontendRoles,
int limit,
int offset)
Returns all Contentlets for a specific structure |
boolean |
findByStructure(Structure structure,
com.liferay.portal.model.User user,
boolean respectFrontendRoles,
int limit,
int offset)
Returns all Contentlets for a specific structure |
boolean |
findContentletByIdentifier(java.lang.String identifier,
boolean live,
long languageId,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Retrieves a contentlet from the database based on its identifier |
boolean |
findContentletForLanguage(long languageId,
Identifier contentletId)
Returns a live Contentlet Object for a given language |
boolean |
findContentlets(java.util.List<java.lang.String> inodes)
Gets a list of Contentlets from a passed in list of inodes. |
boolean |
findContentletsByFolder(Folder parentFolder,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Gets a list of Contentlets from a given parent folder |
boolean |
findContentletsByHost(Host parentHost,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Gets a list of Contentlets from a given parent host |
boolean |
findContentletsByIdentifiers(java.lang.String[] identifiers,
boolean live,
long languageId,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Retrieves a contentlet list from the database based on a identifiers array |
boolean |
findContentRelationships(Contentlet contentlet,
com.liferay.portal.model.User user)
Returns the ContentRelationships Map for the specified content. |
boolean |
findFieldValues(java.lang.String structureInode,
Field field,
com.liferay.portal.model.User user,
boolean respectFrontEndRoles)
|
boolean |
findPageContentlets(java.lang.String HTMLPageIdentifier,
java.lang.String containerIdentifier,
java.lang.String orderby,
boolean working,
long languageId,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Returns the contentlets on a given page. |
boolean |
getAllLanguages(Contentlet contentlet,
java.lang.Boolean isLiveContent,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Returns a contentlet's siblings for a given contentlet object. |
boolean |
getAllRelationships(Contentlet contentlet)
Returns all contentlet's relationships for a given contentlet object |
boolean |
getAllRelationships(java.lang.String contentletInode,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Returns all contentlet's relationships for a given contentlet inode |
boolean |
getBinaryFile(java.lang.String contentletInode,
java.lang.String velocityVariableName,
com.liferay.portal.model.User user)
Fetches the File Name stored under the contentlet and field |
boolean |
getContentletReferences(Contentlet contentlet,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Retrieves all references for a Contentlet. |
boolean |
getFieldValue(Contentlet contentlet,
Field theField)
Gets the value of a field with a given contentlet |
boolean |
getMostViewedContent(java.lang.String structureVariableName,
java.lang.String startDate,
java.lang.String endDate,
com.liferay.portal.model.User user)
Gets the top viewed content for a particular structure for a specified date interval |
boolean |
getName(Contentlet contentlet,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Meant to get the title or name of a contentlet |
boolean |
getNextReview(Contentlet content,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Finds the next date that a contentlet must be reviewed |
boolean |
getReferencingContentlet(File file,
boolean live,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Gets all contents referenced by a given file asset |
boolean |
getRelatedContent(Contentlet contentlet,
Relationship rel,
boolean pullByParent,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Gets all related content from a same structures (where the parent and child structures are the same type) The parameter pullByParent if set to true tells the method to pull all children where the passed contentlet is the parent, if set to false then the passed contentlet is the child and you want to pull parents If this method is invoked for a no same structures kind of relationships then the parameter pullByParent will be ignored, and the side of the relationship will be figured out automatically |
boolean |
getRelatedContent(Contentlet contentlet,
Relationship rel,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Gets all related content, if this method is invoked with a same structures (where the parent and child structures are the same type) kind of relationship then all parents and children of the given contentlet will be retrieved in the same returned list |
boolean |
getRelatedFiles(Contentlet contentlet,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Get all the files relates to the contentlet |
boolean |
getRelatedIdentifier(Contentlet contentlet,
java.lang.String relationshipType,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Gets a file with a specific relationship type to the passed in contentlet |
boolean |
getRelatedLinks(Contentlet contentlet,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Gets all related links to the contentlet |
boolean |
getSiblings(java.lang.String identifier)
|
boolean |
getUrlMapForContentlet(Contentlet contentlet,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Return the URL Map for the specified content if the structure associated to the content has the URL Map Pattern set. |
boolean |
indexCount(java.lang.String luceneQuery,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
|
boolean |
isContentEqual(Contentlet contentlet1,
Contentlet contentlet2,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
|
boolean |
isContentlet(java.lang.String inode)
Use to check if the inode id is a contentlet |
boolean |
isFieldTypeBoolean(Field field)
Use to determine if if the field value is a Boolean value withing the contentlet object |
boolean |
isFieldTypeDate(Field field)
Use to determine if if the field value is a Date value withing the contentlet object |
boolean |
isFieldTypeFloat(Field field)
Use to determine if if the field value is a Float value withing the contentlet object |
boolean |
isFieldTypeLong(Field field)
Use to determine if if the field value is a Long value withing the contentlet object |
boolean |
isFieldTypeString(Field field)
Use to determine if if the field value is a String value withing the contentlet object |
boolean |
isInodeIndexed(java.lang.String inode)
Method will time out after 30 seconds returning false |
boolean |
isInodeIndexed(java.lang.String inode,
boolean live)
|
boolean |
isInodeIndexed(java.lang.String inode,
int secondsToWait)
Method will time out after 30 seconds returning false |
boolean |
loadField(java.lang.String inode,
Field field)
|
boolean |
lock(Contentlet contentlet,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Use to lock a contentlet |
boolean |
publish(Contentlet contentlet,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Publishes a piece of content. |
boolean |
publish(java.util.List<Contentlet> contentlets,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Publishes a piece of content. |
boolean |
publishRelatedHtmlPages(Contentlet contentlet)
Publishes all related HTMLPage |
boolean |
refresh(Contentlet content)
|
boolean |
refresh(Structure structure)
|
boolean |
refreshAllContent()
|
boolean |
refreshContentUnderFolder(Folder folder)
Reindexes content under a given folder + refreshes the content from cache |
boolean |
refreshContentUnderHost(Host host)
Reindexes content under a given host + refreshes the content from cache |
boolean |
refreshReferencingContentlets(File file,
boolean live)
Refreshes (regenerates) all content files referenced by a given file asset |
boolean |
reindex()
Reindex all content |
boolean |
reindex(Contentlet contentlet)
reindex a single content |
boolean |
reindex(Structure structure)
reindex content for a given structure |
boolean |
reIndexForServerNode()
Used to reindex content for the specific server the code executes on at runtime in a cluster |
boolean |
relateContent(Contentlet contentlet,
ContentletRelationships.ContentletRelationshipRecords related,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Associates the given list of contentlets using the relationship this methods removes old associated content and reset the relatioships based on the list of content passed as parameter |
boolean |
relateContent(Contentlet contentlet,
Relationship rel,
java.util.List<Contentlet> related,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Associates the given list of contentlets using the relationship this methods removes old associated content and reset the relatioships based on the list of content passed as parameter |
boolean |
removeContentletFromIndex(java.lang.String contentletInodeOrIdentifier)
|
boolean |
removeFolderReferences(Folder folder)
Will update contents that reference the given folder to point to it's parent folder, if it's a top folder it will set folder to be SYSTEM_FOLDER |
boolean |
removeUserReferences(java.lang.String userId)
Method will remove User References of the given userId in Contentlet |
boolean |
restoreVersion(Contentlet contentlet,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Will make the passed in contentlet the working copy. |
boolean |
saveDraft(Contentlet contentlet,
java.util.Map<Relationship,java.util.List<Contentlet>> contentRelationships,
java.util.List<Category> cats,
java.util.List<Permission> permissions,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
Checks if the version you are saving is live=false. |
boolean |
search(java.lang.String luceneQuery,
int limit,
int offset,
java.lang.String sortBy,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
The search here takes a lucene query and pulls Contentlets for you. |
boolean |
search(java.lang.String luceneQuery,
int limit,
int offset,
java.lang.String sortBy,
com.liferay.portal.model.User user,
boolean respectFrontendRoles,
int requiredPermission)
The search here takes a lucene query and pulls Contentlets for you. |
boolean |
searchByIdentifier(java.lang.String luceneQuery,
int limit,
int offset,
java.lang.String sortBy,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
The search here takes a lucene query and pulls Contentlets for you, using the identifier of the contentlet.You can pass sortBy as null if you do not have a field to sort by. |
boolean |
searchByIdentifier(java.lang.String luceneQuery,
int limit,
int offset,
java.lang.String sortBy,
com.liferay.portal.model.User user,
boolean respectFrontendRoles,
int requiredPermission)
The search here takes a lucene query and pulls Contentlets for you, using the identifier of the contentlet.You can pass sortBy as null if you do not have a field to sort by. |
boolean |
searchByIdentifier(java.lang.String luceneQuery,
int limit,
int offset,
java.lang.String sortBy,
com.liferay.portal.model.User user,
boolean respectFrontendRoles,
int requiredPermission,
boolean anyLanguage)
The search here takes a lucene query and pulls Contentlets for you, using the identifier of the contentlet.You can pass sortBy as null if you do not have a field to sort by. |
boolean |
searchIndex(java.lang.String luceneQuery,
int limit,
int offset,
java.lang.String sortBy,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
The search here takes a lucene query and pulls LuceneHits for you. |
boolean |
searchIndexCount(java.lang.String luceneQuery,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
|
boolean |
setContentletProperty(Contentlet contentlet,
Field field,
java.lang.Object value)
Use to set contentlet properties. |
boolean |
unarchive(Contentlet contentlet,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
This method unarchives the given contentlet |
boolean |
unarchive(java.util.List<Contentlet> contentlets,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
This method unarchives the given contentlets |
boolean |
unlock(Contentlet contentlet,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
|
boolean |
unpublish(Contentlet contentlet,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
This method unpublishes the given contentlet |
boolean |
unpublish(java.util.List<Contentlet> contentlets,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
This method unpublishes the given contentlet |
boolean |
UpdateContentWithSystemHost(java.lang.String hostIdentifier)
Method will update hostInode of content to systemhost |
boolean |
validateContentlet(Contentlet contentlet,
ContentletRelationships contentRelationships,
java.util.List<Category> cats)
Use to validate your contentlet. |
boolean |
validateContentlet(Contentlet contentlet,
java.util.List<Category> cats)
Use to validate your contentlet. |
boolean |
validateContentlet(Contentlet contentlet,
java.util.Map<Relationship,java.util.List<Contentlet>> contentRelationships,
java.util.List<Category> cats)
Use to validate your contentlet. |
| Method Detail |
|---|
boolean findAllContent(int offset,
int limit)
offset - can be 0 if no offsetlimit - can be 0 of no limit
boolean find(java.lang.String inode,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
inode -
boolean findContentletForLanguage(long languageId,
Identifier contentletId)
languageId - inode -
boolean findByStructure(Structure structure,
com.liferay.portal.model.User user,
boolean respectFrontendRoles,
int limit,
int offset)
structure - user - respectFrontendRoles - limit - offset -
DotDataException
DotSecurityException
boolean findByStructure(java.lang.String structureInode,
com.liferay.portal.model.User user,
boolean respectFrontendRoles,
int limit,
int offset)
structureInode - user - respectFrontendRoles - limit - offset -
boolean findContentletByIdentifier(java.lang.String identifier,
boolean live,
long languageId,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
identifier - live - Retrieves the live version if false retrieves the working version
boolean findContentletsByIdentifiers(java.lang.String[] identifiers,
boolean live,
long languageId,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
identifiers - Array of identifierslive - Retrieves the live version if false retrieves the working versionlanguageId - user - respectFrontendRoles -
boolean findContentlets(java.util.List<java.lang.String> inodes)
throws DotDataException
inodes -
DotDataException
boolean findContentletsByFolder(Folder parentFolder,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
parentFolder -
boolean findContentletsByHost(Host parentHost,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
parentHost -
boolean copyContentlet(Contentlet currentContentlet,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
currentContentlet -
boolean copyContentlet(Contentlet currentContentlet,
Host host,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
currentContentlet -
boolean copyContentlet(Contentlet currentContentlet,
Folder folder,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
currentContentlet -
boolean copyContentlet(Contentlet currentContentlet,
Folder folder,
com.liferay.portal.model.User user,
boolean appendCopyToFileName,
boolean respectFrontendRoles)
currentContentlet -
boolean search(java.lang.String luceneQuery,
int limit,
int offset,
java.lang.String sortBy,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
luceneQuery - limit - offset - sortBy - user - respectFrontendRoles -
boolean search(java.lang.String luceneQuery,
int limit,
int offset,
java.lang.String sortBy,
com.liferay.portal.model.User user,
boolean respectFrontendRoles,
int requiredPermission)
luceneQuery - limit - offset - sortBy - indexName(previously known as dbColumnName) to order by. Can be null or empty stringuser - respectFrontendRoles - requiredPermission -
boolean searchIndex(java.lang.String luceneQuery,
int limit,
int offset,
java.lang.String sortBy,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
luceneQuery - limit - offset - sortBy - indexName(previously known as dbColumnName) to order by. Can be null or empty stringuser - respectFrontendRoles -
boolean publishRelatedHtmlPages(Contentlet contentlet)
contentlet -
boolean cleanField(Structure structure,
Field field,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
structure - field - user - respectFrontendRoles -
boolean cleanHostField(Structure structure,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
structure - field - user - respectFrontendRoles -
boolean getNextReview(Contentlet content,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
content - user - respectFrontendRoles -
boolean getContentletReferences(Contentlet contentlet,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
contentlet - user - respectFrontendRoles -
boolean getFieldValue(Contentlet contentlet,
Field theField)
contentlet - theField - user - respectFrontendRoles -
boolean addLinkToContentlet(Contentlet contentlet,
java.lang.String linkInode,
java.lang.String relationName,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
contentlet - linkInode - relationName - user - respectFrontendRoles -
boolean addFileToContentlet(Contentlet contentlet,
java.lang.String fileInode,
java.lang.String relationName,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
contentlet - fileInode - relationName - user - respectFrontendRoles -
boolean addImageToContentlet(Contentlet contentlet,
java.lang.String imageInode,
java.lang.String relationName,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
contentlet - imageInode - relationName - user - respectFrontendRoles -
boolean findPageContentlets(java.lang.String HTMLPageIdentifier,
java.lang.String containerIdentifier,
java.lang.String orderby,
boolean working,
long languageId,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
HTMLPageIdentifier - containerIdentifier - orderby - working - languageId - user - respectFrontendRoles -
boolean getAllRelationships(java.lang.String contentletInode,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
contentletInode -
boolean getAllRelationships(Contentlet contentlet)
contentlet -
boolean getAllLanguages(Contentlet contentlet,
java.lang.Boolean isLiveContent,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
contentlet -
boolean isContentEqual(Contentlet contentlet1,
Contentlet contentlet2,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
contentlet1 - contentlet2 - user - respectFrontendRoles -
boolean archive(Contentlet contentlet,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
contentlet - user - respectFrontendRoles -
boolean delete(Contentlet contentlet,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
contentlet - user - respectFrontendRoles -
boolean delete(Contentlet contentlet,
com.liferay.portal.model.User user,
boolean respectFrontendRoles,
boolean allVersions)
contentlet - user - respectFrontendRoles - allVersions -
boolean publish(Contentlet contentlet,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
contentlet - user - respectFrontendRoles -
boolean publish(java.util.List<Contentlet> contentlets,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
contentlets - user - respectFrontendRoles -
boolean unpublish(Contentlet contentlet,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
contentlet - user - respectFrontendRoles -
boolean unpublish(java.util.List<Contentlet> contentlets,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
contentlets - user - respectFrontendRoles -
boolean archive(java.util.List<Contentlet> contentlets,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
contentlets - user - respectFrontendRoles -
boolean unarchive(java.util.List<Contentlet> contentlets,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
contentlets - user - respectFrontendRoles -
boolean unarchive(Contentlet contentlet,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
contentlet - user - respectFrontendRoles -
boolean delete(java.util.List<Contentlet> contentlets,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
contentlets - user - respectFrontendRoles -
boolean delete(java.util.List<Contentlet> contentlets,
com.liferay.portal.model.User user,
boolean respectFrontendRoles,
boolean allVersions)
contentlets - user - respectFrontendRoles - allVersions -
boolean deleteRelatedContent(Contentlet contentlet,
Relationship relationship,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
contentlet - relationship - user - respectFrontendRoles -
boolean deleteRelatedContent(Contentlet contentlet,
Relationship relationship,
boolean hasParent,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
contentlet - relationship - user - respectFrontendRoles -
boolean relateContent(Contentlet contentlet,
Relationship rel,
java.util.List<Contentlet> related,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
contentlet - rel - related - user - respectFrontendRoles -
boolean relateContent(Contentlet contentlet,
ContentletRelationships.ContentletRelationshipRecords related,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
contentlet - rel - related - user - respectFrontendRoles -
boolean getRelatedContent(Contentlet contentlet,
Relationship rel,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
contentlet - rel - user - respectFrontendRoles -
boolean getRelatedContent(Contentlet contentlet,
Relationship rel,
boolean pullByParent,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
contentlet - rel - pullByParent - user - respectFrontendRoles -
boolean getReferencingContentlet(File file,
boolean live,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
file - asset.live - contentlets or not.user - respectFrontendRoles -
boolean refreshReferencingContentlets(File file,
boolean live)
file - assetlive - contentlets or not
boolean unlock(Contentlet contentlet,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
contentlet - user - respectFrontendRoles -
boolean lock(Contentlet contentlet,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
contentlet - user - respectFrontendRoles - boolean reindex()
boolean reindex(Structure structure)
structure - boolean reindex(Contentlet contentlet)
contentlet - boolean reIndexForServerNode()
DotDataException
boolean getRelatedFiles(Contentlet contentlet,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
contentlet - user - respectFrontendRoles -
boolean getRelatedIdentifier(Contentlet contentlet,
java.lang.String relationshipType,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
contentlet - relationshipType - user - respectFrontendRoles -
boolean getRelatedLinks(Contentlet contentlet,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
contentlet - user - respectFrontendRoles -
boolean checkout(java.lang.String contentletInode,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
contentletInode - user - respectFrontendRoles -
boolean checkout(java.util.List<Contentlet> contentlets,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
contentlets - user - respectFrontendRoles -
boolean checkoutWithQuery(java.lang.String luceneQuery,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
luceneQuery - user - respectFrontendRoles -
org.apache.lucene.queryParser.ParseException
boolean checkout(java.lang.String luceneQuery,
com.liferay.portal.model.User user,
boolean respectFrontendRoles,
int offset,
int limit)
luceneQuery - user - respectFrontendRoles - offset - limit -
org.apache.lucene.queryParser.ParseException
boolean checkin(Contentlet contentlet,
java.util.Map<Relationship,java.util.List<Contentlet>> contentRelationships,
java.util.List<Category> cats,
java.util.List<Permission> permissions,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
contentlet - - The inode of your contentlet must be 0.contentRelationships - - throws IllegalArgumentException if null. Used to set relationships to new contentlet versioncats - - throws IllegalArgumentException if null. Used to set categories to new contentlet versionpermissions - - throws IllegalArgumentException if null. Used to set permissions to new contentlet versionuser - respectFrontendRoles -
boolean checkin(Contentlet currentContentlet,
ContentletRelationships relationshipsData,
java.util.List<Category> cats,
java.util.List<Permission> selectedPermissions,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
currentContentlet - - The inode of your contentlet must be 0.relationshipsData - -cats - selectedPermissions - user - respectFrontendRoles -
boolean checkin(Contentlet contentlet,
java.util.List<Category> cats,
java.util.List<Permission> permissions,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
contentlet - - The inode of your contentlet must be 0.cats - - throws IllegalArgumentException if null. Used to set categories to new contentlet versionpermissions - - throws IllegalArgumentException if null. Used to set permissions to new contentlet versionuser - respectFrontendRoles -
boolean checkin(Contentlet contentlet,
java.util.List<Permission> permissions,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
contentlet - - The inode of your contentlet must be 0.permissions - - throws IllegalArgumentException if null. Used to set permissions to new contentlet versionuser - respectFrontendRoles -
boolean checkin(Contentlet contentlet,
com.liferay.portal.model.User user,
boolean respectFrontendRoles,
java.util.List<Category> cats)
contentlet - - The inode of your contentlet must be 0.contentRelationships - - throws IllegalArgumentException if null. Used to set relationships to new contentlet versioncats - - throws IllegalArgumentException if null. Used to set categories to new contentlet versionpermissions - - throws IllegalArgumentException if null. Used to set permissions to new contentlet versionuser - respectFrontendRoles -
boolean checkin(Contentlet contentlet,
java.util.Map<Relationship,java.util.List<Contentlet>> contentRelationships,
java.util.List<Category> cats,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
contentlet - - The inode of your contentlet must be 0.contentRelationships - - throws IllegalArgumentException if null. Used to set relationships to new contentlet versioncats - - throws IllegalArgumentException if null. Used to set categories to new contentlet versionuser - respectFrontendRoles -
boolean checkin(Contentlet contentlet,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
contentlet - - The inode of your contentlet must be 0.user - respectFrontendRoles -
boolean checkin(Contentlet contentlet,
java.util.Map<Relationship,java.util.List<Contentlet>> contentRelationships,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
contentlet - - The inode of your contentlet must be 0.contentRelationships - - throws IllegalArgumentException if null. Used to set relationships to new contentlet versionuser - respectFrontendRoles -
boolean checkinWithoutVersioning(Contentlet contentlet,
java.util.Map<Relationship,java.util.List<Contentlet>> contentRelationships,
java.util.List<Category> cats,
java.util.List<Permission> permissions,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
contentlet - - The inode of your contentlet must be different from 0.contentRelationships - - Used to set relationships to updated contentlet versionuser - respectFrontendRoles -
boolean restoreVersion(Contentlet contentlet,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
contentlet - user - respectFrontendRoles -
boolean findAllVersions(Identifier identifier,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
identifier - user - respectFrontendRoles -
boolean findAllUserVersions(Identifier identifier,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
identifier - user - respectFrontendRoles -
boolean getName(Contentlet contentlet,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
contentlet - user - respectFrontendRoles -
boolean copyProperties(Contentlet contentlet,
java.util.Map<java.lang.String,java.lang.Object> properties)
contentlet - contentlet to copy toproperties - boolean isContentlet(java.lang.String inode)
inode - id to check
boolean find(Category category,
long languageId,
boolean live,
java.lang.String orderBy,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
category - Category to look forlanguageId - language to pull content for. If 0 will return all languageslive - should return live or working contentorderBy - indexName(previously known as dbColumnName) to order by. Can be null or empty stringuser - respectFrontendRoles -
boolean find(java.util.List<Category> categories,
long languageId,
boolean live,
java.lang.String orderBy,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
categories - - List of categories to look forlanguageId - language to pull content for. If 0 will return all languagescategory - Category to look forlive - should return live or working contentorderBy - indexName(previously known as dbColumnName) to order by. Can be null or empty stringuser - respectFrontendRoles -
boolean setContentletProperty(Contentlet contentlet,
Field field,
java.lang.Object value)
contentlet - field - value - user - respectFrontendRoles -
boolean validateContentlet(Contentlet contentlet,
java.util.List<Category> cats)
contentlet - categories -
boolean validateContentlet(Contentlet contentlet,
java.util.Map<Relationship,java.util.List<Contentlet>> contentRelationships,
java.util.List<Category> cats)
contentlet - contentRelationships - categories - Use the notValidFields property of the exception to get which fields where not valid
boolean validateContentlet(Contentlet contentlet,
ContentletRelationships contentRelationships,
java.util.List<Category> cats)
contentlet - contentRelationships - categories - boolean isFieldTypeString(Field field)
field -
boolean isFieldTypeDate(Field field)
field -
boolean isFieldTypeLong(Field field)
field -
boolean isFieldTypeBoolean(Field field)
field -
boolean isFieldTypeFloat(Field field)
field -
boolean convertFatContentletToContentlet(Contentlet fatty)
Fat - contentlet to be converted.
boolean convertContentletToFatContentlet(Contentlet cont,
Contentlet fatty)
A - "light" contentlet to be converted.
boolean applyStructurePermissionsToChildren(Structure structure,
com.liferay.portal.model.User user,
java.util.List<Permission> permissions,
boolean respectFrontendRoles)
structure - user - permissions - respectFrontendRoles - boolean deleteOldContent(java.util.Date deleteFrom)
deleteFrom -
boolean findFieldValues(java.lang.String structureInode,
Field field,
com.liferay.portal.model.User user,
boolean respectFrontEndRoles)
deleteFrom - offset -
boolean getBinaryFile(java.lang.String contentletInode,
java.lang.String velocityVariableName,
com.liferay.portal.model.User user)
contentletInode - velocityVariableName -
boolean contentletCount()
throws DotDataException
DotDataException
boolean contentletIdentifierCount()
throws DotDataException
DotDataException
boolean removeContentletFromIndex(java.lang.String contentletInodeOrIdentifier)
throws DotDataException
DotDataExceptionboolean refresh(Structure structure)
boolean refresh(Contentlet content)
boolean refreshAllContent()
boolean getSiblings(java.lang.String identifier)
throws DotDataException
DotDataException
boolean checkinWithNoIndex(Contentlet contentlet,
java.util.Map<Relationship,java.util.List<Contentlet>> contentRelationships,
java.util.List<Category> cats,
java.util.List<Permission> permissions,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
boolean checkinWithNoIndex(Contentlet currentContentlet,
ContentletRelationships relationshipsData,
java.util.List<Category> cats,
java.util.List<Permission> selectedPermissions,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
currentContentlet - - The inode of your contentlet must be not set.relationshipsData - -cats - selectedPermissions - user - respectFrontendRoles -
boolean checkinWithNoIndex(Contentlet contentlet,
java.util.List<Category> cats,
java.util.List<Permission> permissions,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
contentlet - - The inode of your contentlet must be not set.cats - - throws IllegalArgumentException if null. Used to set categories to new contentlet versionpermissions - - throws IllegalArgumentException if null. Used to set permissions to new contentlet versionuser - respectFrontendRoles -
boolean checkinWithNoIndex(Contentlet contentlet,
java.util.List<Permission> permissions,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
contentlet - - The inode of your contentlet must be not set.permissions - - throws IllegalArgumentException if null. Used to set permissions to new contentlet versionuser - respectFrontendRoles -
boolean checkinWithNoIndex(Contentlet contentlet,
com.liferay.portal.model.User user,
boolean respectFrontendRoles,
java.util.List<Category> cats)
contentlet - - The inode of your contentlet must be not set.contentRelationships - - throws IllegalArgumentException if null. Used to set relationships to new contentlet versioncats - - throws IllegalArgumentException if null. Used to set categories to new contentlet versionpermissions - - throws IllegalArgumentException if null. Used to set permissions to new contentlet versionuser - respectFrontendRoles -
boolean checkinWithNoIndex(Contentlet contentlet,
java.util.Map<Relationship,java.util.List<Contentlet>> contentRelationships,
java.util.List<Category> cats,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
contentlet - - The inode of your contentlet must be not set.contentRelationships - - throws IllegalArgumentException if null. Used to set relationships to new contentlet versioncats - - throws IllegalArgumentException if null. Used to set categories to new contentlet versionuser - respectFrontendRoles -
boolean checkinWithNoIndex(Contentlet contentlet,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
contentlet - - The inode of your contentlet must be not set.user - respectFrontendRoles -
boolean checkinWithNoIndex(Contentlet contentlet,
java.util.Map<Relationship,java.util.List<Contentlet>> contentRelationships,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
contentlet - - The inode of your contentlet must be not set.contentRelationships - - throws IllegalArgumentException if null. Used to set relationships to new contentlet versionuser - respectFrontendRoles -
boolean DBSearch(GenericQueryFactory.Query query,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
throws ValidationException,
DotDataException
query - user - respectFrontendRoles -
ValidationException
DotDataExceptionboolean isInodeIndexed(java.lang.String inode)
inode -
boolean isInodeIndexed(java.lang.String inode,
boolean live)
boolean isInodeIndexed(java.lang.String inode,
int secondsToWait)
inode - secondsToWait - - how long to wait before timing out
boolean UpdateContentWithSystemHost(java.lang.String hostIdentifier)
throws DotDataException
identifier -
DotDataException
boolean removeUserReferences(java.lang.String userId)
throws DotDataException
userId -
DotDataException
boolean getUrlMapForContentlet(Contentlet contentlet,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
throws DotSecurityException,
DotDataException
contentlet - user - respectFrontendRoles -
DotSecurityException
DotDataException
boolean deleteVersion(Contentlet contentlet,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
throws DotDataException,
DotSecurityException
contentlet - user - respectFrontendRoles -
DotDataException
DotSecurityException
boolean saveDraft(Contentlet contentlet,
java.util.Map<Relationship,java.util.List<Contentlet>> contentRelationships,
java.util.List<Category> cats,
java.util.List<Permission> permissions,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
throws java.lang.IllegalArgumentException,
DotDataException,
DotSecurityException,
DotContentletStateException,
DotContentletValidationException
contentlet - - The inode of your contentlet must not be null.contentRelationships - - throws IllegalArgumentException if null. Used to set relationships to new contentlet versioncats - - throws IllegalArgumentException if null. Used to set categories to new contentlet versionpermissions - - throws IllegalArgumentException if null. Used to set permissions to new contentlet versionuser - respectFrontendRoles -
java.lang.IllegalArgumentException
DotDataException
DotSecurityException
DotContentletStateException - If inode null
DotContentletValidationException - If content is not valid
boolean searchByIdentifier(java.lang.String luceneQuery,
int limit,
int offset,
java.lang.String sortBy,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
throws DotDataException,
DotSecurityException,
org.apache.lucene.queryParser.ParseException
luceneQuery - limit - offset - sortBy - user - respectFrontendRoles -
DotDataException
DotSecurityException
org.apache.lucene.queryParser.ParseException
boolean searchByIdentifier(java.lang.String luceneQuery,
int limit,
int offset,
java.lang.String sortBy,
com.liferay.portal.model.User user,
boolean respectFrontendRoles,
int requiredPermission)
throws DotDataException,
DotSecurityException,
org.apache.lucene.queryParser.ParseException
luceneQuery - limit - offset - sortBy - indexName(previously known as dbColumnName) to order by. Can be null or empty stringuser - respectFrontendRoles - requiredPermission -
DotDataException
DotSecurityException
org.apache.lucene.queryParser.ParseException
boolean searchByIdentifier(java.lang.String luceneQuery,
int limit,
int offset,
java.lang.String sortBy,
com.liferay.portal.model.User user,
boolean respectFrontendRoles,
int requiredPermission,
boolean anyLanguage)
throws DotDataException,
DotSecurityException,
org.apache.lucene.queryParser.ParseException
luceneQuery - limit - offset - sortBy - indexName(previously known as dbColumnName) to order by. Can be null or empty stringuser - respectFrontendRoles - requiredPermission - anyLanguage -
DotDataException
DotSecurityException
org.apache.lucene.queryParser.ParseException
boolean refreshContentUnderHost(Host host)
throws DotReindexStateException
host -
DotReindexStateException
boolean refreshContentUnderFolder(Folder folder)
throws DotReindexStateException
folder -
DotReindexStateException
boolean removeFolderReferences(Folder folder)
throws DotDataException
folder -
DotDataException
boolean canLock(Contentlet contentlet,
com.liferay.portal.model.User user)
throws DotLockException
DotLockException
boolean searchIndexCount(java.lang.String luceneQuery,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
boolean findContentRelationships(Contentlet contentlet,
com.liferay.portal.model.User user)
throws DotDataException,
DotSecurityException
contentlet - user -
DotDataException
DotSecurityException
boolean loadField(java.lang.String inode,
Field field)
throws DotDataException
DotDataException
boolean indexCount(java.lang.String luceneQuery,
com.liferay.portal.model.User user,
boolean respectFrontendRoles)
boolean getMostViewedContent(java.lang.String structureVariableName,
java.lang.String startDate,
java.lang.String endDate,
com.liferay.portal.model.User user)
structureVariableName - startDate - endDate - user -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||