Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- addActionableDynamicQueryCriteria(ActionableDynamicQuery, String[], long) - Static method in class com.liferay.user.associated.data.util.UADDynamicQueryUtil
- addDynamicQueryCriteria(DynamicQuery, String[], long) - Static method in class com.liferay.user.associated.data.util.UADDynamicQueryUtil
- autoAnonymize(T, long, User) - Method in interface com.liferay.user.associated.data.anonymizer.UADAnonymizer
-
Anonymizes the given entity and persists the changes to the database.
- autoAnonymizeAll(long, User) - Method in class com.liferay.user.associated.data.anonymizer.DynamicQueryUADAnonymizer
- autoAnonymizeAll(long, User) - Method in interface com.liferay.user.associated.data.anonymizer.UADAnonymizer
-
Performs anonymization on all entities of type
T
related to the user.
B
- BaseModelUADDisplay<T extends com.liferay.portal.kernel.model.BaseModel> - Class in com.liferay.user.associated.data.display
-
Provides the base implementation of
UADDisplay
for entities generated with Service Builder. - BaseModelUADDisplay() - Constructor for class com.liferay.user.associated.data.display.BaseModelUADDisplay
C
- com.liferay.user.associated.data.anonymizer - package com.liferay.user.associated.data.anonymizer
- com.liferay.user.associated.data.component - package com.liferay.user.associated.data.component
- com.liferay.user.associated.data.constants - package com.liferay.user.associated.data.constants
- com.liferay.user.associated.data.display - package com.liferay.user.associated.data.display
- com.liferay.user.associated.data.exporter - package com.liferay.user.associated.data.exporter
- com.liferay.user.associated.data.util - package com.liferay.user.associated.data.util
- count(long) - Method in class com.liferay.user.associated.data.anonymizer.DynamicQueryUADAnonymizer
- count(long) - Method in interface com.liferay.user.associated.data.anonymizer.UADAnonymizer
-
Returns the number of type
T
entities associated with the user. - count(long) - Method in class com.liferay.user.associated.data.display.BaseModelUADDisplay
- count(long) - Method in interface com.liferay.user.associated.data.display.UADDisplay
-
Returns the number of type
T
entities associated with the the user. - count(long) - Method in class com.liferay.user.associated.data.exporter.DynamicQueryUADExporter
- count(long) - Method in interface com.liferay.user.associated.data.exporter.UADExporter
-
Returns the number of type
T
entities associated with the user. - createFolder(long) - Method in class com.liferay.user.associated.data.exporter.DynamicQueryUADExporter
D
- delete(T) - Method in interface com.liferay.user.associated.data.anonymizer.UADAnonymizer
-
Deletes the entity from the database.
- deleteAll(long) - Method in class com.liferay.user.associated.data.anonymizer.DynamicQueryUADAnonymizer
- deleteAll(long) - Method in interface com.liferay.user.associated.data.anonymizer.UADAnonymizer
-
Deletes all type
T
entities related to the user from the database. - doCount(DynamicQuery) - Method in class com.liferay.user.associated.data.display.BaseModelUADDisplay
-
Returns the number of type
T
entities associated with the user using the dynamic query. - doGetActionableDynamicQuery() - Method in class com.liferay.user.associated.data.anonymizer.DynamicQueryUADAnonymizer
-
Returns an
ActionableDynamicQuery
for typeT
. - doGetActionableDynamicQuery() - Method in class com.liferay.user.associated.data.exporter.DynamicQueryUADExporter
-
Returns an
ActionableDynamicQuery
for typeT
. - doGetDynamicQuery() - Method in class com.liferay.user.associated.data.display.BaseModelUADDisplay
-
Returns a new
DynamicQuery
from the relevant service for typeT
. - doGetRange(DynamicQuery, int, int) - Method in class com.liferay.user.associated.data.display.BaseModelUADDisplay
-
Returns type
T
entities in the given range associated with a user using a dynamic query. - doGetUserIdFieldNames() - Method in class com.liferay.user.associated.data.anonymizer.DynamicQueryUADAnonymizer
-
Returns the names identifying fields on the type
T
entity that contain the primary key of a user. - doGetUserIdFieldNames() - Method in class com.liferay.user.associated.data.display.BaseModelUADDisplay
-
Returns names identifying fields on the type
T
entity that contain the primary key of a user. - doGetUserIdFieldNames() - Method in class com.liferay.user.associated.data.exporter.DynamicQueryUADExporter
-
Returns names identifying fields on the type
T
entity that contain the primary key of a user. - DynamicQueryUADAnonymizer<T extends com.liferay.portal.kernel.model.BaseModel> - Class in com.liferay.user.associated.data.anonymizer
-
Provides the base implementation of
UADAnonymizer
for entities created using Service Builder. - DynamicQueryUADAnonymizer() - Constructor for class com.liferay.user.associated.data.anonymizer.DynamicQueryUADAnonymizer
- DynamicQueryUADExporter<T extends com.liferay.portal.kernel.model.BaseModel> - Class in com.liferay.user.associated.data.exporter
-
Provides the base implementation of
UADExporter
for entities generated with Service Builder. - DynamicQueryUADExporter() - Constructor for class com.liferay.user.associated.data.exporter.DynamicQueryUADExporter
E
- export(T) - Method in class com.liferay.user.associated.data.exporter.DynamicQueryUADExporter
- export(T) - Method in interface com.liferay.user.associated.data.exporter.UADExporter
-
Returns a byte array representing the entity, ready to be written to a file.
- exportAll(long, ZipWriterFactory) - Method in class com.liferay.user.associated.data.exporter.DynamicQueryUADExporter
- exportAll(long, ZipWriterFactory) - Method in interface com.liferay.user.associated.data.exporter.UADExporter
-
Returns a file object containing the data from all type
T
entities related to the user.
F
- formatXML(String) - Method in class com.liferay.user.associated.data.exporter.DynamicQueryUADExporter
G
- get(Serializable) - Method in interface com.liferay.user.associated.data.display.UADDisplay
-
Retrieves a type
T
entity. - getActionableDynamicQuery(long) - Method in class com.liferay.user.associated.data.anonymizer.DynamicQueryUADAnonymizer
-
Returns an
ActionableDynamicQuery
for typeT
. - getActionableDynamicQuery(long) - Method in class com.liferay.user.associated.data.exporter.DynamicQueryUADExporter
-
Returns an
ActionableDynamicQuery
for typeT
. - getAnonymousUser(long) - Method in interface com.liferay.user.associated.data.anonymizer.UADAnonymousUserProvider
- getColumnFieldNames() - Method in interface com.liferay.user.associated.data.display.UADDisplay
-
Returns field names to be used as table column headers when displaying a list of type
T
entities. - getContainerUADDisplays() - Method in interface com.liferay.user.associated.data.display.UADHierarchyDeclaration
-
Returns an array of UAD displays that correspond to a container type.
- getDisplayFieldNames() - Method in interface com.liferay.user.associated.data.display.UADDisplay
-
Returns field names to display when showing details about a type
T
entity. - getDynamicQuery(long) - Method in class com.liferay.user.associated.data.display.BaseModelUADDisplay
-
Returns a dynamic query for type
T
. - getEditURL(T, LiferayPortletRequest, LiferayPortletResponse) - Method in interface com.liferay.user.associated.data.display.UADDisplay
-
Returns a string URL that allows the admin user to edit the entity.
- getEntitiesTypeLabel(Locale) - Method in interface com.liferay.user.associated.data.display.UADHierarchyDeclaration
-
Returns the translated label describing the entity types of the hierarchy.
- getExceptionMessageMap(Locale) - Method in interface com.liferay.user.associated.data.anonymizer.UADAnonymizer
-
Returns a map of error messages corresponding to exceptions.
- getExportDataCount(long) - Method in interface com.liferay.user.associated.data.exporter.UADExporter
-
Returns the number of export data items of type
T
entities associated with the user. - getExtraColumnNames() - Method in interface com.liferay.user.associated.data.display.UADHierarchyDeclaration
-
Returns an array of field names to be rendered as columns in the UAD portlet's hierarchy view.
- getFieldValues(T, String[], Locale) - Method in class com.liferay.user.associated.data.display.BaseModelUADDisplay
- getFieldValues(T, String[], Locale) - Method in interface com.liferay.user.associated.data.display.UADDisplay
-
Returns a map of field names and values to display in the UI.
- getName(T, Locale) - Method in interface com.liferay.user.associated.data.display.UADDisplay
- getNoncontainerUADDisplays() - Method in interface com.liferay.user.associated.data.display.UADHierarchyDeclaration
-
Returns an array of UAD displays that correspond to a non-container type.
- getOrderByComparator(String, String) - Method in class com.liferay.user.associated.data.display.BaseModelUADDisplay
-
Returns an
OrderByComparator
for typeT
used to sort search results. - getParentContainerClass() - Method in interface com.liferay.user.associated.data.display.UADDisplay
- getParentContainerId(T) - Method in interface com.liferay.user.associated.data.display.UADDisplay
-
Returns the primary key of the parent container for the given entity.
- getParentContainerTypeKey() - Method in interface com.liferay.user.associated.data.display.UADDisplay
- getPrimaryKey(T) - Method in class com.liferay.user.associated.data.display.BaseModelUADDisplay
- getPrimaryKey(T) - Method in interface com.liferay.user.associated.data.display.UADDisplay
-
Returns the primary key of the type
T
entity. - getRange(long, int, int) - Method in class com.liferay.user.associated.data.display.BaseModelUADDisplay
- getRange(long, int, int) - Method in interface com.liferay.user.associated.data.display.UADDisplay
-
Returns type
T
entities in the given range associated with a user. - getSearchableFields() - Method in class com.liferay.user.associated.data.display.BaseModelUADDisplay
-
Returns the field names that are queried when using the
BaseModelUADDisplay.search(long, long[], java.lang.String, java.lang.String, java.lang.String, int, int)
orBaseModelUADDisplay.searchCount(long, long[], java.lang.String)
methods. - getSearchDynamicQuery(long, long[], String, String, String) - Method in class com.liferay.user.associated.data.display.BaseModelUADDisplay
-
Returns a dynamic query that can be used to perform a database search for type
T
entities that are associated with the user. - getSortingFieldNames() - Method in class com.liferay.user.associated.data.display.BaseModelUADDisplay
- getSortingFieldNames() - Method in interface com.liferay.user.associated.data.display.UADDisplay
-
Returns the field names to be used as table column headers when sorting type
T
entities. - getTopLevelContainer(Class<?>, Serializable, Object) - Method in interface com.liferay.user.associated.data.display.UADDisplay
-
Returns the type
T
entity that satisfies two conditions: It is an immediate child of the container identified by the parent container class and parent container ID. - getTypeClass() - Method in interface com.liferay.user.associated.data.component.UADComponent
-
Returns the class representing the extending components' data types.
- getTypeKey() - Method in interface com.liferay.user.associated.data.component.UADComponent
- getTypeName(Locale) - Method in class com.liferay.user.associated.data.display.BaseModelUADDisplay
- getTypeName(Locale) - Method in interface com.liferay.user.associated.data.display.UADDisplay
-
Returns the localized string representing type
T
. - getZipWriter(long, String, ZipWriterFactory) - Method in class com.liferay.user.associated.data.exporter.DynamicQueryUADExporter
-
Returns a
ZipWriter
to write the data to.
I
- isAnonymousUser(User) - Method in interface com.liferay.user.associated.data.anonymizer.UADAnonymousUserProvider
- isInTrash(T) - Method in class com.liferay.user.associated.data.display.BaseModelUADDisplay
- isInTrash(T) - Method in interface com.liferay.user.associated.data.display.UADDisplay
- isSiteScoped() - Method in class com.liferay.user.associated.data.display.BaseModelUADDisplay
- isSiteScoped() - Method in interface com.liferay.user.associated.data.display.UADDisplay
-
Returns
true
if typeT
entities are scoped by site. - isTypeEntity(Object) - Method in interface com.liferay.user.associated.data.display.UADDisplay
- isUserOwned(T, long) - Method in interface com.liferay.user.associated.data.display.UADDisplay
S
- search(long, long[], String, String, String, int, int) - Method in class com.liferay.user.associated.data.display.BaseModelUADDisplay
- search(long, long[], String, String, String, int, int) - Method in interface com.liferay.user.associated.data.display.UADDisplay
-
Returns paginated sorted type
T
entities related to the user, optionally filtered by groups and/or keywords. - searchCount(long, long[], String) - Method in class com.liferay.user.associated.data.display.BaseModelUADDisplay
- searchCount(long, long[], String) - Method in interface com.liferay.user.associated.data.display.UADDisplay
-
Returns the number of type
T
entities related to the user, optionally filtered by groups and/or keywords.
T
- toXmlString(T) - Method in class com.liferay.user.associated.data.exporter.DynamicQueryUADExporter
-
Converts the type
T
base model to an XML string to be written to a file.
U
- UADAnonymizer<T> - Interface in com.liferay.user.associated.data.anonymizer
-
Provides a way to retrieve, count, anonymize, and delete type
T
entities for a user. - UADAnonymousUserProvider - Interface in com.liferay.user.associated.data.anonymizer
- UADComponent<T> - Interface in com.liferay.user.associated.data.component
-
Provides the base interface for the UAD framework.
- UADDisplay<T> - Interface in com.liferay.user.associated.data.display
-
Provides the methods to count, retrieve, and display information about type
T
entities related to a user. - UADDynamicQueryUtil - Class in com.liferay.user.associated.data.util
- UADDynamicQueryUtil() - Constructor for class com.liferay.user.associated.data.util.UADDynamicQueryUtil
- UADExporter<T> - Interface in com.liferay.user.associated.data.exporter
-
Handles converting the user-related type
T
entities into a format that can be written to a file and downloaded. - UADHierarchyDeclaration - Interface in com.liferay.user.associated.data.display
-
Declares a hierarchical relationship between multiple UAD displays.
- USER_ASSOCIATED_DATA - Static variable in class com.liferay.user.associated.data.constants.UserAssociatedDataPortletKeys
- UserAssociatedDataPortletKeys - Class in com.liferay.user.associated.data.constants
- UserAssociatedDataPortletKeys() - Constructor for class com.liferay.user.associated.data.constants.UserAssociatedDataPortletKeys
W
- writeToZip(T, ZipWriter) - Method in class com.liferay.user.associated.data.exporter.DynamicQueryUADExporter
-
Converts the type
T
base model to a byte array and writes it to theZipWriter
.
All Classes and Interfaces|All Packages|Constant Field Values