Class PrOrganizationModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.partyroleservices.model.PrPartyModel
de.hybris.platform.partyroleservices.model.PrOrganizationModel
- All Implemented Interfaces:
Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
Generated model class for type PrOrganization first defined at extension partyroleservices.
Organization.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated model type code constant.Fields inherited from class de.hybris.platform.partyroleservices.model.PrPartyModel
EXTERNALIDENTIFIERS, ID, NAME, PARTYROLES, PRINCIPALSFields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Generated constructor - Default constructor for generic creation.PrOrganizationModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Deprecated, for removal: This API element is subject to removal in a future version.Generated constructor - Default constructor for creation with existing contextPrOrganizationModel(String _id, ItemModel _owner, Set<PrPartyRoleModel> _partyRoles, Set<PrincipalModel> _principals) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPrOrganizationModel(String _id, Set<PrPartyRoleModel> _partyRoles, Set<PrincipalModel> _principals) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Method Summary
Methods inherited from class de.hybris.platform.partyroleservices.model.PrPartyModel
getExternalIdentifiers, getId, getName, getName, getPartyRoles, getPrincipals, setExternalIdentifiers, setId, setName, setName, setPartyRoles, setPrincipalsMethods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
-
Field Details
-
_TYPECODE
Deprecated, for removal: This API element is subject to removal in a future version.Generated model type code constant.- See Also:
-
-
Constructor Details
-
PrOrganizationModel
public PrOrganizationModel()Deprecated, for removal: This API element is subject to removal in a future version.Generated constructor - Default constructor for generic creation. -
PrOrganizationModel
public PrOrganizationModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Deprecated, for removal: This API element is subject to removal in a future version.Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
PrOrganizationModel
@Deprecated(since="4.1.1", forRemoval=true) public PrOrganizationModel(String _id, Set<PrPartyRoleModel> _partyRoles, Set<PrincipalModel> _principals) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_id- initial attribute declared by typePrPartyat extensionpartyroleservices_partyRoles- initial attribute declared by typePrPartyat extensionpartyroleservices_principals- initial attribute declared by typePrPartyat extensionpartyroleservices
-
PrOrganizationModel
@Deprecated(since="4.1.1", forRemoval=true) public PrOrganizationModel(String _id, ItemModel _owner, Set<PrPartyRoleModel> _partyRoles, Set<PrincipalModel> _principals) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_id- initial attribute declared by typePrPartyat extensionpartyroleservices_owner- initial attribute declared by typeItemat extensioncore_partyRoles- initial attribute declared by typePrPartyat extensionpartyroleservices_principals- initial attribute declared by typePrPartyat extensionpartyroleservices
-