Table Description
Gang Affiliation Characteristic: This entity defines the gang affiliation that a client must have in order for the client to be placed in a compartment.

This entity defines the gang affiliation that a client must have in order for the client to be placed in a compartment.

Example

An example if 'Aryan Brotherhood' is specified only those clients belonging to that gang can be allocated places within the compartment.

Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Model Details
Location in Model: Logical View::MetaModel::Curam::CPM::Service Layer::Place Management::GangAffiliationCharacteristic::Entity::GangAffiliationCharacteristic
Controlling File: CPM\model\Packages\Service Layer\Place Mangement\GangAffiliation Characteristic\GangAffiliationCharacteristic_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (3)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
gangAffiliationIDkeynoThe unique system generated identifier for the Gang Affiliation Characteristic record.INTERNAL_ID SVR_INT64
characteristicIDdetailsnoThe unique system generated identifier for the Characteristic record of a compartment.INTERNAL_ID SVR_INT64
gangAffiliationdetails This attribute is used to define the rules that apply to placements within a compartment with regard to the gang affiliation of the client.GANG_AFFILIATIONGangAffiliationSVR_STRING<10>
Foreign Keys (1)
ChildParent
GangAffiliationCharacteristic.characteristicIDPlacementCharacteristic.characteristicID
Indices (1)
Index NameAttributes
GangAffiliationCharactIndex1characteristicID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
readread Reads a row of data from GangAffiliationCharacteristic table.  
modifymodifyOPTIMISTIC_LOCKING: yes
Modifies an existing row on GangAffiliationCharacteristic table.  
insertinsertAUTO_ID: gangAffiliationID
Creates a new row on GangAffiliationCharacteristic table.  
removeremove Removes an existing row from GangAffiliationCharacteristic table.  
searchGangAffiliationByCharacteristicreadmulti Searches for all the Gang Affiliations for a specific Placement Characteristic. 
Related Pages (8)