Class CommerceNotificationTemplateTable
java.lang.Object
com.liferay.petra.sql.dsl.base.BaseTable<CommerceNotificationTemplateTable>
com.liferay.commerce.notification.model.CommerceNotificationTemplateTable
- All Implemented Interfaces:
com.liferay.petra.sql.dsl.ast.ASTNode
,com.liferay.petra.sql.dsl.Table<CommerceNotificationTemplateTable>
@Deprecated
public class CommerceNotificationTemplateTable
extends com.liferay.petra.sql.dsl.base.BaseTable<CommerceNotificationTemplateTable>
Deprecated.
The table class for the "CommerceNotificationTemplate" database table.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal com.liferay.petra.sql.dsl.Column<CommerceNotificationTemplateTable,
Clob> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationTemplateTable,
Clob> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationTemplateTable,
Clob> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationTemplateTable,
Long> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationTemplateTable,
Long> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationTemplateTable,
Date> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationTemplateTable,
String> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationTemplateTable,
Boolean> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationTemplateTable,
Clob> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationTemplateTable,
String> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationTemplateTable,
Long> Deprecated.static final CommerceNotificationTemplateTable
Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationTemplateTable,
Date> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationTemplateTable,
Long> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationTemplateTable,
String> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationTemplateTable,
String> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationTemplateTable,
Clob> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationTemplateTable,
String> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationTemplateTable,
Long> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationTemplateTable,
String> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationTemplateTable,
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
Deprecated. -
uuid
Deprecated. -
commerceNotificationTemplateId
public final com.liferay.petra.sql.dsl.Column<CommerceNotificationTemplateTable,Long> commerceNotificationTemplateIdDeprecated. -
groupId
Deprecated. -
companyId
Deprecated. -
userId
Deprecated. -
userName
Deprecated. -
createDate
Deprecated. -
modifiedDate
Deprecated. -
name
Deprecated. -
description
Deprecated. -
from
Deprecated. -
fromName
Deprecated. -
to
Deprecated. -
cc
Deprecated. -
bcc
Deprecated. -
type
Deprecated. -
enabled
Deprecated. -
subject
Deprecated. -
body
Deprecated.
-