-
Type:
Story
-
Status: Closed
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: 7.0.0 DXP FP49, 7.0.0 DXP SP8, 7.0.X, 7.1.X, 7.2.X, Master
-
Component/s: Dev Tools > Source Formatter
-
Branch Version/s:7.2.x, 7.1.x, 7.0.x
-
Backported to Branch:Committed
-
Priority Level:Low
-
Epic Link:
Example:
team.setCompanyId(user.getCompanyId()); team.setUserId(userId); team.setUserName(user.getFullName()); team.setGroupId(groupId); team.setName(name); team.setDescription(description);
<entity local-service="true" name="Team" remote-service="true" uad-application-name="Site Teams" uad-dir-path="../modules/apps/site/site-teams-uad/src/main/java" uad-package-path="com.liferay.site.teams" uuid="true"> <!-- PK fields --> <column accessor="true" name="teamId" primary="true" type="long" /> <!-- Audit fields --> <column name="companyId" type="long" /> <column name="userId" type="long" /> <column name="userName" type="String" uad-anonymize-field-name="fullName" /> <column name="createDate" type="Date" /> <column name="modifiedDate" type="Date" /> <!-- Other fields --> <column name="groupId" type="long" /> <column accessor="true" name="name" type="String" /> <column name="description" type="String" /> <column name="lastPublishDate" type="Date" /> </entity>