Class CommerceNotificationAttachmentTable
java.lang.Object
com.liferay.petra.sql.dsl.base.BaseTable<CommerceNotificationAttachmentTable>
com.liferay.commerce.notification.model.CommerceNotificationAttachmentTable
- All Implemented Interfaces:
com.liferay.petra.sql.dsl.ast.ASTNode
,com.liferay.petra.sql.dsl.Table<CommerceNotificationAttachmentTable>
@Deprecated
public class CommerceNotificationAttachmentTable
extends com.liferay.petra.sql.dsl.base.BaseTable<CommerceNotificationAttachmentTable>
Deprecated.
The table class for the "CNotificationAttachment" database table.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal com.liferay.petra.sql.dsl.Column<CommerceNotificationAttachmentTable,
Long> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationAttachmentTable,
Long> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationAttachmentTable,
Long> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationAttachmentTable,
Date> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationAttachmentTable,
Boolean> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationAttachmentTable,
Long> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationAttachmentTable,
Long> Deprecated.static final CommerceNotificationAttachmentTable
Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationAttachmentTable,
Date> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationAttachmentTable,
Long> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationAttachmentTable,
Long> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationAttachmentTable,
String> Deprecated.final com.liferay.petra.sql.dsl.Column<CommerceNotificationAttachmentTable,
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. -
commerceNotificationAttachmentId
public final com.liferay.petra.sql.dsl.Column<CommerceNotificationAttachmentTable,Long> commerceNotificationAttachmentIdDeprecated. -
groupId
Deprecated. -
companyId
Deprecated. -
userId
Deprecated. -
userName
Deprecated. -
createDate
Deprecated. -
modifiedDate
public final com.liferay.petra.sql.dsl.Column<CommerceNotificationAttachmentTable,Date> modifiedDateDeprecated. -
commerceNotificationQueueEntryId
public final com.liferay.petra.sql.dsl.Column<CommerceNotificationAttachmentTable,Long> commerceNotificationQueueEntryIdDeprecated. -
fileEntryId
Deprecated. -
deleteOnSend
public final com.liferay.petra.sql.dsl.Column<CommerceNotificationAttachmentTable,Boolean> deleteOnSendDeprecated.
-