- 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 type T
.
- getActionableDynamicQuery(long) - Method in class com.liferay.user.associated.data.exporter.DynamicQueryUADExporter
-
Returns an ActionableDynamicQuery
for type T
.
- getBaseModelPrimaryKey(BaseModel<?>) - Method in class com.liferay.user.associated.data.test.util.BaseUADAnonymizerTestCase
-
- 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.
- getExportDocument(T) - Method in class com.liferay.user.associated.data.test.util.BaseUADExporterTestCase
-
- 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 type T
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.
- 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.
- getPrimaryKeyName() - Method in class com.liferay.user.associated.data.test.util.BaseUADExporterTestCase
-
- 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
-
- 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.
- 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
.
- getUADAnonymizer() - Method in class com.liferay.user.associated.data.test.util.BaseUADAnonymizerTestCase
-
- getUADDisplay() - Method in class com.liferay.user.associated.data.test.util.BaseUADDisplayTestCase
-
- getUADExporter() - Method in class com.liferay.user.associated.data.test.util.BaseUADExporterTestCase
-
- getZipWriter(long, String) - Method in class com.liferay.user.associated.data.exporter.DynamicQueryUADExporter
-
Returns a ZipWriter
to write the data to.