Class CommerceNotificationQueueEntryTable
java.lang.Object
com.liferay.petra.sql.dsl.base.BaseTable<CommerceNotificationQueueEntryTable>
com.liferay.commerce.notification.model.CommerceNotificationQueueEntryTable
- All Implemented Interfaces:
com.liferay.petra.sql.dsl.ast.ASTNode,com.liferay.petra.sql.dsl.Table<CommerceNotificationQueueEntryTable>
@Deprecated
public class CommerceNotificationQueueEntryTable
extends com.liferay.petra.sql.dsl.base.BaseTable<CommerceNotificationQueueEntryTable>
Deprecated.
The table class for the "CommerceNotificationQueueEntry" database table.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal com.liferay.petra.sql.dsl.Column<CommerceNotificationQueueEntryTable,String> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationQueueEntryTable,Clob> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationQueueEntryTable,String> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationQueueEntryTable,Long> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationQueueEntryTable,Long> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationQueueEntryTable,Long> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationQueueEntryTable,Long> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationQueueEntryTable,Long> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationQueueEntryTable,Date> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationQueueEntryTable,String> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationQueueEntryTable,String> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationQueueEntryTable,Long> Deprecated.static final CommerceNotificationQueueEntryTableDeprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationQueueEntryTable,Date> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationQueueEntryTable,Long> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationQueueEntryTable,Double> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationQueueEntryTable,Boolean> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationQueueEntryTable,Date> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationQueueEntryTable,String> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationQueueEntryTable,String> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationQueueEntryTable,String> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationQueueEntryTable,Long> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationQueueEntryTable,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, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.petra.sql.dsl.ast.ASTNode
toSQL
-
Field Details
-
INSTANCE
Deprecated. -
mvccVersion
Deprecated. -
commerceNotificationQueueEntryId
public final com.liferay.petra.sql.dsl.Column<CommerceNotificationQueueEntryTable,Long> commerceNotificationQueueEntryIdDeprecated. -
groupId
Deprecated. -
companyId
Deprecated. -
userId
Deprecated. -
userName
Deprecated. -
createDate
Deprecated. -
modifiedDate
public final com.liferay.petra.sql.dsl.Column<CommerceNotificationQueueEntryTable,Date> modifiedDateDeprecated. -
classNameId
Deprecated. -
classPK
Deprecated. -
commerceNotificationTemplateId
public final com.liferay.petra.sql.dsl.Column<CommerceNotificationQueueEntryTable,Long> commerceNotificationTemplateIdDeprecated. -
from
Deprecated. -
fromName
Deprecated. -
to
Deprecated. -
toName
Deprecated. -
cc
Deprecated. -
bcc
Deprecated. -
subject
Deprecated. -
body
Deprecated. -
priority
Deprecated. -
sent
Deprecated. -
sentDate
Deprecated.
-