Class CommerceNotificationTemplateCommerceAccountGroupRelTable
java.lang.Object
com.liferay.petra.sql.dsl.base.BaseTable<CommerceNotificationTemplateCommerceAccountGroupRelTable>
com.liferay.commerce.notification.model.CommerceNotificationTemplateCommerceAccountGroupRelTable
- All Implemented Interfaces:
com.liferay.petra.sql.dsl.ast.ASTNode
,com.liferay.petra.sql.dsl.Table<CommerceNotificationTemplateCommerceAccountGroupRelTable>
@Deprecated
public class CommerceNotificationTemplateCommerceAccountGroupRelTable
extends com.liferay.petra.sql.dsl.base.BaseTable<CommerceNotificationTemplateCommerceAccountGroupRelTable>
Deprecated.
The table class for the "CNTemplateCAccountGroupRel" database table.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal com.liferay.petra.sql.dsl.Column<CommerceNotificationTemplateCommerceAccountGroupRelTable,
Long> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationTemplateCommerceAccountGroupRelTable,
Long> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationTemplateCommerceAccountGroupRelTable,
Long> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationTemplateCommerceAccountGroupRelTable,
Long> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationTemplateCommerceAccountGroupRelTable,
Date> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationTemplateCommerceAccountGroupRelTable,
Long> Deprecated.Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationTemplateCommerceAccountGroupRelTable,
Date> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationTemplateCommerceAccountGroupRelTable,
Long> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationTemplateCommerceAccountGroupRelTable,
Long> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationTemplateCommerceAccountGroupRelTable,
String> Deprecated. -
Method Summary
Methods inherited from class com.liferay.petra.sql.dsl.base.BaseTable
aliasColumn, as, createColumn, equals, getColumn, getColumn, getColumns, getName, getTableName, hashCode, putColumn, setAlias, toSQL, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.petra.sql.dsl.ast.ASTNode
toSQL
-
Field Details
-
INSTANCE
Deprecated. -
mvccVersion
public final com.liferay.petra.sql.dsl.Column<CommerceNotificationTemplateCommerceAccountGroupRelTable,Long> mvccVersionDeprecated. -
commerceNotificationTemplateCommerceAccountGroupRelId
public final com.liferay.petra.sql.dsl.Column<CommerceNotificationTemplateCommerceAccountGroupRelTable,Long> commerceNotificationTemplateCommerceAccountGroupRelIdDeprecated. -
groupId
public final com.liferay.petra.sql.dsl.Column<CommerceNotificationTemplateCommerceAccountGroupRelTable,Long> groupIdDeprecated. -
companyId
public final com.liferay.petra.sql.dsl.Column<CommerceNotificationTemplateCommerceAccountGroupRelTable,Long> companyIdDeprecated. -
userId
public final com.liferay.petra.sql.dsl.Column<CommerceNotificationTemplateCommerceAccountGroupRelTable,Long> userIdDeprecated. -
userName
public final com.liferay.petra.sql.dsl.Column<CommerceNotificationTemplateCommerceAccountGroupRelTable,String> userNameDeprecated. -
createDate
public final com.liferay.petra.sql.dsl.Column<CommerceNotificationTemplateCommerceAccountGroupRelTable,Date> createDateDeprecated. -
modifiedDate
public final com.liferay.petra.sql.dsl.Column<CommerceNotificationTemplateCommerceAccountGroupRelTable,Date> modifiedDateDeprecated. -
commerceNotificationTemplateId
public final com.liferay.petra.sql.dsl.Column<CommerceNotificationTemplateCommerceAccountGroupRelTable,Long> commerceNotificationTemplateIdDeprecated. -
commerceAccountGroupId
public final com.liferay.petra.sql.dsl.Column<CommerceNotificationTemplateCommerceAccountGroupRelTable,Long> commerceAccountGroupIdDeprecated.
-