Skip to content

Example of using domains of arbitrary ApexTypes #50

Open
@cropredyHelix

Description

@cropredyHelix

When the domain class was split into triggerHandler and domain classes, the PR #300 author @wimvelzeboer mentioned that domains could now be arbitrary ApexTypes

It would be nice to see this sample repo extended to show such an example. This would include:

  • Factory construction in the Application.cls
  • ApexMocks support (enabled by Factory construction)

As I understand it, such domains of arbitrary ApexTypes extend fflib_Objects but I believe to implement factories and mocking support, some changes are needed in fflib_Application.cls to support something other than SObjectTypes as keys to the constructor class.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Example of using domains of arbitrary ApexTypes · Issue #50 · apex-enterprise-patterns/fflib-apex-common-samplecode