Uses of Class
org.ofbiz.core.entity.model.ModelViewEntity.ModelMemberEntity
Packages that use ModelViewEntity.ModelMemberEntity
-
Uses of ModelViewEntity.ModelMemberEntity in org.ofbiz.core.entity.model
Fields in org.ofbiz.core.entity.model with type parameters of type ModelViewEntity.ModelMemberEntityModifier and TypeFieldDescriptionprotected List<ModelViewEntity.ModelMemberEntity>ModelViewEntity.allModelMemberEntitiesA list of all ModelMemberEntity entries; this is mainly used to preserve the original order of member entities from the XML fileprotected Map<String,ModelViewEntity.ModelMemberEntity> ModelViewEntity.memberModelMemberEntitiesContains member-entity alias name definitions: key is alias, value is ModelMemberEntityMethods in org.ofbiz.core.entity.model that return ModelViewEntity.ModelMemberEntityMethods in org.ofbiz.core.entity.model that return types with arguments of type ModelViewEntity.ModelMemberEntityModifier and TypeMethodDescriptionModelViewEntity.getAllModelMemberEntities()ModelViewEntity.getMemberModelMemberEntities()Methods in org.ofbiz.core.entity.model with parameters of type ModelViewEntity.ModelMemberEntityModifier and TypeMethodDescriptionvoidModelViewEntity.addMemberModelMemberEntity(ModelViewEntity.ModelMemberEntity modelMemberEntity)