PHP Classes

File: app/Resources/metadata/entityDefs/ProductSerie.json

Recommend this page to a friend!
  Classes of alex nov   KennerPIM   app/Resources/metadata/entityDefs/ProductSerie.json   Download  
File: app/Resources/metadata/entityDefs/ProductSerie.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: KennerPIM
Product information management application
Author: By
Last change:
Date: 1 year ago
Size: 1,742 bytes
 

Contents

Class file image Download
{ "fields": { "name": { "type": "varchar", "required": true, "trim": true }, "description": { "type": "text" }, "createdAt": { "type": "datetime", "readOnly": true }, "modifiedAt": { "type": "datetime", "readOnly": true }, "createdBy": { "type": "link", "readOnly": true, "view": "views/fields/user" }, "modifiedBy": { "type": "link", "readOnly": true, "view": "views/fields/user" }, "assignedUser": { "type": "link", "required": true, "view": "views/fields/assigned-user" }, "teams": { "type": "linkMultiple", "view": "views/fields/teams" }, "products": { "type": "linkMultiple", "layoutDetailDisabled": true, "layoutListDisabled": true, "layoutMassUpdateDisabled": true, "noLoad": true, "importDisabled": true } }, "links": { "createdBy": { "type": "belongsTo", "entity": "User" }, "modifiedBy": { "type": "belongsTo", "entity": "User" }, "assignedUser": { "type": "belongsTo", "entity": "User" }, "teams": { "type": "hasMany", "entity": "Team", "relationName": "EntityTeam", "layoutRelationshipsDisabled": true }, "products": { "type": "hasMany", "foreign": "productSerie", "entity": "Product", "audited": false } }, "collection": { "sortBy": "createdAt", "asc": false }, "indexes": { "name": { "columns": [ "name", "deleted" ] }, "assignedUser": { "columns": [ "assignedUserId", "deleted" ] } } }