content/versions/1.17.0/guides/dg/resources/eclipse/isis-templates.xml (29 lines): - line 23: return ${cursor}null; // TODO: business logic here - line 28: return ${cursor}Collections.emptyList(); // TODO: return list of choices for argument N - line 30: return ${cursor}null; // TODO: return default for argument N - line 32: return ${cursor}null; // TODO: return reason why action disabled, null if enabled - line 34: return ${cursor}false; // TODO: return true if action is hidden, false if visible - line 36: return ${cursor}null; // TODO: return reason why action arguments are invalid, null if ok - line 109: return ${cursor}null; // TODO: return reason why collection read-only, null if editable - line 111: return ${cursor}false; // TODO: return true if hidden, false otherwise - line 160: return ${cursor}null; // TODO: return reason why argument cannot be added, null if ok to add - line 163: return null; // TODO: return reason why argument cannot be removed, null if ok to remove - line 180: ${cursor}// TODO: set up any properties - line 188: ${cursor}// TODO: set up any properties - line 197: return ${cursor}null; // TODO: return name of image file (without suffix) - line 200: ${cursor}// TODO: append to TitleBuffer, typically value properties - line 294: ${cursor}// TODO: post-create - line 296: ${cursor}// TODO: pre-load - line 299: // TODO: post-load - line 301: ${cursor}// TODO: pre-persist - line 304: // TODO: post-persist - line 306: ${cursor}// TODO: pre-remove - line 309: // TODO: post-remove - line 311: ${cursor}// TODO: pre-update - line 314: // TODO: post-update - line 397: return ${cursor}null; // TODO: return list of choices for property - line 399: return ${cursor}null; // TODO: return default for property when first created - line 401: return ${cursor}null; // TODO: return reason why property is disabled, null if editable - line 403: return ${cursor}false; // TODO: return true if hidden, false if visible - line 432: return ${cursor}null; // TODO: return reason why proposed value is invalid, null if valid - line 464: ${cursor}// TODO: return reason why object is in invalid state (and so cannot be saved/updated), or null if ok content/versions/1.15.0/guides/dg/resources/eclipse/isis-templates.xml (29 lines): - line 23: return ${cursor}null; // TODO: business logic here - line 28: return ${cursor}Collections.emptyList(); // TODO: return list of choices for argument N - line 30: return ${cursor}null; // TODO: return default for argument N - line 32: return ${cursor}null; // TODO: return reason why action disabled, null if enabled - line 34: return ${cursor}false; // TODO: return true if action is hidden, false if visible - line 36: return ${cursor}null; // TODO: return reason why action arguments are invalid, null if ok - line 109: return ${cursor}null; // TODO: return reason why collection read-only, null if editable - line 111: return ${cursor}false; // TODO: return true if hidden, false otherwise - line 160: return ${cursor}null; // TODO: return reason why argument cannot be added, null if ok to add - line 163: return null; // TODO: return reason why argument cannot be removed, null if ok to remove - line 180: ${cursor}// TODO: set up any properties - line 188: ${cursor}// TODO: set up any properties - line 197: return ${cursor}null; // TODO: return name of image file (without suffix) - line 200: ${cursor}// TODO: append to TitleBuffer, typically value properties - line 294: ${cursor}// TODO: post-create - line 296: ${cursor}// TODO: pre-load - line 299: // TODO: post-load - line 301: ${cursor}// TODO: pre-persist - line 304: // TODO: post-persist - line 306: ${cursor}// TODO: pre-remove - line 309: // TODO: post-remove - line 311: ${cursor}// TODO: pre-update - line 314: // TODO: post-update - line 397: return ${cursor}null; // TODO: return list of choices for property - line 399: return ${cursor}null; // TODO: return default for property when first created - line 401: return ${cursor}null; // TODO: return reason why property is disabled, null if editable - line 403: return ${cursor}false; // TODO: return true if hidden, false if visible - line 432: return ${cursor}null; // TODO: return reason why proposed value is invalid, null if valid - line 464: ${cursor}// TODO: return reason why object is in invalid state (and so cannot be saved/updated), or null if ok content/versions/1.15.1/guides/dg/resources/eclipse/isis-templates.xml (29 lines): - line 23: return ${cursor}null; // TODO: business logic here - line 28: return ${cursor}Collections.emptyList(); // TODO: return list of choices for argument N - line 30: return ${cursor}null; // TODO: return default for argument N - line 32: return ${cursor}null; // TODO: return reason why action disabled, null if enabled - line 34: return ${cursor}false; // TODO: return true if action is hidden, false if visible - line 36: return ${cursor}null; // TODO: return reason why action arguments are invalid, null if ok - line 109: return ${cursor}null; // TODO: return reason why collection read-only, null if editable - line 111: return ${cursor}false; // TODO: return true if hidden, false otherwise - line 160: return ${cursor}null; // TODO: return reason why argument cannot be added, null if ok to add - line 163: return null; // TODO: return reason why argument cannot be removed, null if ok to remove - line 180: ${cursor}// TODO: set up any properties - line 188: ${cursor}// TODO: set up any properties - line 197: return ${cursor}null; // TODO: return name of image file (without suffix) - line 200: ${cursor}// TODO: append to TitleBuffer, typically value properties - line 294: ${cursor}// TODO: post-create - line 296: ${cursor}// TODO: pre-load - line 299: // TODO: post-load - line 301: ${cursor}// TODO: pre-persist - line 304: // TODO: post-persist - line 306: ${cursor}// TODO: pre-remove - line 309: // TODO: post-remove - line 311: ${cursor}// TODO: pre-update - line 314: // TODO: post-update - line 397: return ${cursor}null; // TODO: return list of choices for property - line 399: return ${cursor}null; // TODO: return default for property when first created - line 401: return ${cursor}null; // TODO: return reason why property is disabled, null if editable - line 403: return ${cursor}false; // TODO: return true if hidden, false if visible - line 432: return ${cursor}null; // TODO: return reason why proposed value is invalid, null if valid - line 464: ${cursor}// TODO: return reason why object is in invalid state (and so cannot be saved/updated), or null if ok content/versions/1.16.0/guides/dg/resources/eclipse/isis-templates.xml (29 lines): - line 23: return ${cursor}null; // TODO: business logic here - line 28: return ${cursor}Collections.emptyList(); // TODO: return list of choices for argument N - line 30: return ${cursor}null; // TODO: return default for argument N - line 32: return ${cursor}null; // TODO: return reason why action disabled, null if enabled - line 34: return ${cursor}false; // TODO: return true if action is hidden, false if visible - line 36: return ${cursor}null; // TODO: return reason why action arguments are invalid, null if ok - line 109: return ${cursor}null; // TODO: return reason why collection read-only, null if editable - line 111: return ${cursor}false; // TODO: return true if hidden, false otherwise - line 160: return ${cursor}null; // TODO: return reason why argument cannot be added, null if ok to add - line 163: return null; // TODO: return reason why argument cannot be removed, null if ok to remove - line 180: ${cursor}// TODO: set up any properties - line 188: ${cursor}// TODO: set up any properties - line 197: return ${cursor}null; // TODO: return name of image file (without suffix) - line 200: ${cursor}// TODO: append to TitleBuffer, typically value properties - line 294: ${cursor}// TODO: post-create - line 296: ${cursor}// TODO: pre-load - line 299: // TODO: post-load - line 301: ${cursor}// TODO: pre-persist - line 304: // TODO: post-persist - line 306: ${cursor}// TODO: pre-remove - line 309: // TODO: post-remove - line 311: ${cursor}// TODO: pre-update - line 314: // TODO: post-update - line 397: return ${cursor}null; // TODO: return list of choices for property - line 399: return ${cursor}null; // TODO: return default for property when first created - line 401: return ${cursor}null; // TODO: return reason why property is disabled, null if editable - line 403: return ${cursor}false; // TODO: return true if hidden, false if visible - line 432: return ${cursor}null; // TODO: return reason why proposed value is invalid, null if valid - line 464: ${cursor}// TODO: return reason why object is in invalid state (and so cannot be saved/updated), or null if ok content/versions/1.16.1/guides/dg/resources/eclipse/isis-templates.xml (29 lines): - line 23: return ${cursor}null; // TODO: business logic here - line 28: return ${cursor}Collections.emptyList(); // TODO: return list of choices for argument N - line 30: return ${cursor}null; // TODO: return default for argument N - line 32: return ${cursor}null; // TODO: return reason why action disabled, null if enabled - line 34: return ${cursor}false; // TODO: return true if action is hidden, false if visible - line 36: return ${cursor}null; // TODO: return reason why action arguments are invalid, null if ok - line 109: return ${cursor}null; // TODO: return reason why collection read-only, null if editable - line 111: return ${cursor}false; // TODO: return true if hidden, false otherwise - line 160: return ${cursor}null; // TODO: return reason why argument cannot be added, null if ok to add - line 163: return null; // TODO: return reason why argument cannot be removed, null if ok to remove - line 180: ${cursor}// TODO: set up any properties - line 188: ${cursor}// TODO: set up any properties - line 197: return ${cursor}null; // TODO: return name of image file (without suffix) - line 200: ${cursor}// TODO: append to TitleBuffer, typically value properties - line 294: ${cursor}// TODO: post-create - line 296: ${cursor}// TODO: pre-load - line 299: // TODO: post-load - line 301: ${cursor}// TODO: pre-persist - line 304: // TODO: post-persist - line 306: ${cursor}// TODO: pre-remove - line 309: // TODO: post-remove - line 311: ${cursor}// TODO: pre-update - line 314: // TODO: post-update - line 397: return ${cursor}null; // TODO: return list of choices for property - line 399: return ${cursor}null; // TODO: return default for property when first created - line 401: return ${cursor}null; // TODO: return reason why property is disabled, null if editable - line 403: return ${cursor}false; // TODO: return true if hidden, false if visible - line 432: return ${cursor}null; // TODO: return reason why proposed value is invalid, null if valid - line 464: ${cursor}// TODO: return reason why object is in invalid state (and so cannot be saved/updated), or null if ok content/versions/1.16.2/guides/dg/resources/eclipse/isis-templates.xml (29 lines): - line 23: return ${cursor}null; // TODO: business logic here - line 28: return ${cursor}Collections.emptyList(); // TODO: return list of choices for argument N - line 30: return ${cursor}null; // TODO: return default for argument N - line 32: return ${cursor}null; // TODO: return reason why action disabled, null if enabled - line 34: return ${cursor}false; // TODO: return true if action is hidden, false if visible - line 36: return ${cursor}null; // TODO: return reason why action arguments are invalid, null if ok - line 109: return ${cursor}null; // TODO: return reason why collection read-only, null if editable - line 111: return ${cursor}false; // TODO: return true if hidden, false otherwise - line 160: return ${cursor}null; // TODO: return reason why argument cannot be added, null if ok to add - line 163: return null; // TODO: return reason why argument cannot be removed, null if ok to remove - line 180: ${cursor}// TODO: set up any properties - line 188: ${cursor}// TODO: set up any properties - line 197: return ${cursor}null; // TODO: return name of image file (without suffix) - line 200: ${cursor}// TODO: append to TitleBuffer, typically value properties - line 294: ${cursor}// TODO: post-create - line 296: ${cursor}// TODO: pre-load - line 299: // TODO: post-load - line 301: ${cursor}// TODO: pre-persist - line 304: // TODO: post-persist - line 306: ${cursor}// TODO: pre-remove - line 309: // TODO: post-remove - line 311: ${cursor}// TODO: pre-update - line 314: // TODO: post-update - line 397: return ${cursor}null; // TODO: return list of choices for property - line 399: return ${cursor}null; // TODO: return default for property when first created - line 401: return ${cursor}null; // TODO: return reason why property is disabled, null if editable - line 403: return ${cursor}false; // TODO: return true if hidden, false if visible - line 432: return ${cursor}null; // TODO: return reason why proposed value is invalid, null if valid - line 464: ${cursor}// TODO: return reason why object is in invalid state (and so cannot be saved/updated), or null if ok content/versions/1.14.0/guides/resources/appendices/dev-env/eclipse/isis-templates.xml (29 lines): - line 23: return ${cursor}null; // TODO: business logic here - line 28: return ${cursor}Collections.emptyList(); // TODO: return list of choices for argument N - line 30: return ${cursor}null; // TODO: return default for argument N - line 32: return ${cursor}null; // TODO: return reason why action disabled, null if enabled - line 34: return ${cursor}false; // TODO: return true if action is hidden, false if visible - line 36: return ${cursor}null; // TODO: return reason why action arguments are invalid, null if ok - line 109: return ${cursor}null; // TODO: return reason why collection read-only, null if editable - line 111: return ${cursor}false; // TODO: return true if hidden, false otherwise - line 160: return ${cursor}null; // TODO: return reason why argument cannot be added, null if ok to add - line 163: return null; // TODO: return reason why argument cannot be removed, null if ok to remove - line 180: ${cursor}// TODO: set up any properties - line 188: ${cursor}// TODO: set up any properties - line 197: return ${cursor}null; // TODO: return name of image file (without suffix) - line 200: ${cursor}// TODO: append to TitleBuffer, typically value properties - line 294: ${cursor}// TODO: post-create - line 296: ${cursor}// TODO: pre-load - line 299: // TODO: post-load - line 301: ${cursor}// TODO: pre-persist - line 304: // TODO: post-persist - line 306: ${cursor}// TODO: pre-remove - line 309: // TODO: post-remove - line 311: ${cursor}// TODO: pre-update - line 314: // TODO: post-update - line 397: return ${cursor}null; // TODO: return list of choices for property - line 399: return ${cursor}null; // TODO: return default for property when first created - line 401: return ${cursor}null; // TODO: return reason why property is disabled, null if editable - line 403: return ${cursor}false; // TODO: return true if hidden, false if visible - line 432: return ${cursor}null; // TODO: return reason why proposed value is invalid, null if valid - line 464: ${cursor}// TODO: return reason why object is in invalid state (and so cannot be saved/updated), or null if ok content/versions/1.13.2.1/guides/resources/appendices/dev-env/eclipse/isis-templates.xml (29 lines): - line 23: return ${cursor}null; // TODO: business logic here - line 28: return ${cursor}Collections.emptyList(); // TODO: return list of choices for argument N - line 30: return ${cursor}null; // TODO: return default for argument N - line 32: return ${cursor}null; // TODO: return reason why action disabled, null if enabled - line 34: return ${cursor}false; // TODO: return true if action is hidden, false if visible - line 36: return ${cursor}null; // TODO: return reason why action arguments are invalid, null if ok - line 109: return ${cursor}null; // TODO: return reason why collection read-only, null if editable - line 111: return ${cursor}false; // TODO: return true if hidden, false otherwise - line 160: return ${cursor}null; // TODO: return reason why argument cannot be added, null if ok to add - line 163: return null; // TODO: return reason why argument cannot be removed, null if ok to remove - line 180: ${cursor}// TODO: set up any properties - line 188: ${cursor}// TODO: set up any properties - line 197: return ${cursor}null; // TODO: return name of image file (without suffix) - line 200: ${cursor}// TODO: append to TitleBuffer, typically value properties - line 294: ${cursor}// TODO: post-create - line 296: ${cursor}// TODO: pre-load - line 299: // TODO: post-load - line 301: ${cursor}// TODO: pre-persist - line 304: // TODO: post-persist - line 306: ${cursor}// TODO: pre-remove - line 309: // TODO: post-remove - line 311: ${cursor}// TODO: pre-update - line 314: // TODO: post-update - line 397: return ${cursor}null; // TODO: return list of choices for property - line 399: return ${cursor}null; // TODO: return default for property when first created - line 401: return ${cursor}null; // TODO: return reason why property is disabled, null if editable - line 403: return ${cursor}false; // TODO: return true if hidden, false if visible - line 432: return ${cursor}null; // TODO: return reason why proposed value is invalid, null if valid - line 464: ${cursor}// TODO: return reason why object is in invalid state (and so cannot be saved/updated), or null if ok content/versions/1.13.1/guides/resources/appendices/dev-env/eclipse/isis-templates.xml (29 lines): - line 23: return ${cursor}null; // TODO: business logic here - line 28: return ${cursor}Collections.emptyList(); // TODO: return list of choices for argument N - line 30: return ${cursor}null; // TODO: return default for argument N - line 32: return ${cursor}null; // TODO: return reason why action disabled, null if enabled - line 34: return ${cursor}false; // TODO: return true if action is hidden, false if visible - line 36: return ${cursor}null; // TODO: return reason why action arguments are invalid, null if ok - line 109: return ${cursor}null; // TODO: return reason why collection read-only, null if editable - line 111: return ${cursor}false; // TODO: return true if hidden, false otherwise - line 160: return ${cursor}null; // TODO: return reason why argument cannot be added, null if ok to add - line 163: return null; // TODO: return reason why argument cannot be removed, null if ok to remove - line 180: ${cursor}// TODO: set up any properties - line 188: ${cursor}// TODO: set up any properties - line 197: return ${cursor}null; // TODO: return name of image file (without suffix) - line 200: ${cursor}// TODO: append to TitleBuffer, typically value properties - line 294: ${cursor}// TODO: post-create - line 296: ${cursor}// TODO: pre-load - line 299: // TODO: post-load - line 301: ${cursor}// TODO: pre-persist - line 304: // TODO: post-persist - line 306: ${cursor}// TODO: pre-remove - line 309: // TODO: post-remove - line 311: ${cursor}// TODO: pre-update - line 314: // TODO: post-update - line 397: return ${cursor}null; // TODO: return list of choices for property - line 399: return ${cursor}null; // TODO: return default for property when first created - line 401: return ${cursor}null; // TODO: return reason why property is disabled, null if editable - line 403: return ${cursor}false; // TODO: return true if hidden, false if visible - line 432: return ${cursor}null; // TODO: return reason why proposed value is invalid, null if valid - line 464: ${cursor}// TODO: return reason why object is in invalid state (and so cannot be saved/updated), or null if ok content/versions/1.11.0/resources/templates/isis-templates.xml (29 lines): - line 23: return ${cursor}null; // TODO: business logic here - line 28: return ${cursor}Collections.emptyList(); // TODO: return list of choices for argument N - line 30: return ${cursor}null; // TODO: return default for argument N - line 32: return ${cursor}null; // TODO: return reason why action disabled, null if enabled - line 34: return ${cursor}false; // TODO: return true if action is hidden, false if visible - line 36: return ${cursor}null; // TODO: return reason why action arguments are invalid, null if ok - line 109: return ${cursor}null; // TODO: return reason why collection read-only, null if editable - line 111: return ${cursor}false; // TODO: return true if hidden, false otherwise - line 160: return ${cursor}null; // TODO: return reason why argument cannot be added, null if ok to add - line 163: return null; // TODO: return reason why argument cannot be removed, null if ok to remove - line 180: ${cursor}// TODO: set up any properties - line 188: ${cursor}// TODO: set up any properties - line 197: return ${cursor}null; // TODO: return name of image file (without suffix) - line 200: ${cursor}// TODO: append to TitleBuffer, typically value properties - line 294: ${cursor}// TODO: post-create - line 296: ${cursor}// TODO: pre-load - line 299: // TODO: post-load - line 301: ${cursor}// TODO: pre-persist - line 304: // TODO: post-persist - line 306: ${cursor}// TODO: pre-remove - line 309: // TODO: post-remove - line 311: ${cursor}// TODO: pre-update - line 314: // TODO: post-update - line 397: return ${cursor}null; // TODO: return list of choices for property - line 399: return ${cursor}null; // TODO: return default for property when first created - line 401: return ${cursor}null; // TODO: return reason why property is disabled, null if editable - line 403: return ${cursor}false; // TODO: return true if hidden, false if visible - line 432: return ${cursor}null; // TODO: return reason why proposed value is invalid, null if valid - line 464: ${cursor}// TODO: return reason why object is in invalid state (and so cannot be saved/updated), or null if ok content/versions/1.15.1/guides/dg/resources/appendices/dev-env/eclipse/isis-templates.xml (29 lines): - line 23: return ${cursor}null; // TODO: business logic here - line 28: return ${cursor}Collections.emptyList(); // TODO: return list of choices for argument N - line 30: return ${cursor}null; // TODO: return default for argument N - line 32: return ${cursor}null; // TODO: return reason why action disabled, null if enabled - line 34: return ${cursor}false; // TODO: return true if action is hidden, false if visible - line 36: return ${cursor}null; // TODO: return reason why action arguments are invalid, null if ok - line 109: return ${cursor}null; // TODO: return reason why collection read-only, null if editable - line 111: return ${cursor}false; // TODO: return true if hidden, false otherwise - line 160: return ${cursor}null; // TODO: return reason why argument cannot be added, null if ok to add - line 163: return null; // TODO: return reason why argument cannot be removed, null if ok to remove - line 180: ${cursor}// TODO: set up any properties - line 188: ${cursor}// TODO: set up any properties - line 197: return ${cursor}null; // TODO: return name of image file (without suffix) - line 200: ${cursor}// TODO: append to TitleBuffer, typically value properties - line 294: ${cursor}// TODO: post-create - line 296: ${cursor}// TODO: pre-load - line 299: // TODO: post-load - line 301: ${cursor}// TODO: pre-persist - line 304: // TODO: post-persist - line 306: ${cursor}// TODO: pre-remove - line 309: // TODO: post-remove - line 311: ${cursor}// TODO: pre-update - line 314: // TODO: post-update - line 397: return ${cursor}null; // TODO: return list of choices for property - line 399: return ${cursor}null; // TODO: return default for property when first created - line 401: return ${cursor}null; // TODO: return reason why property is disabled, null if editable - line 403: return ${cursor}false; // TODO: return true if hidden, false if visible - line 432: return ${cursor}null; // TODO: return reason why proposed value is invalid, null if valid - line 464: ${cursor}// TODO: return reason why object is in invalid state (and so cannot be saved/updated), or null if ok content/setupguide/2.0.0-M6/eclipse/_attachments/isis-templates.xml (29 lines): - line 23: return ${cursor}null; // TODO: business logic here - line 28: return ${cursor}Collections.emptyList(); // TODO: return list of choices for argument N - line 30: return ${cursor}null; // TODO: return default for argument N - line 32: return ${cursor}null; // TODO: return reason why action disabled, null if enabled - line 34: return ${cursor}false; // TODO: return true if action is hidden, false if visible - line 36: return ${cursor}null; // TODO: return reason why action arguments are invalid, null if ok - line 109: return ${cursor}null; // TODO: return reason why collection read-only, null if editable - line 111: return ${cursor}false; // TODO: return true if hidden, false otherwise - line 160: return ${cursor}null; // TODO: return reason why argument cannot be added, null if ok to add - line 163: return null; // TODO: return reason why argument cannot be removed, null if ok to remove - line 180: ${cursor}// TODO: set up any properties - line 188: ${cursor}// TODO: set up any properties - line 197: return ${cursor}null; // TODO: return name of image file (without suffix) - line 200: ${cursor}// TODO: append to TitleBuffer, typically value properties - line 294: ${cursor}// TODO: post-create - line 296: ${cursor}// TODO: pre-load - line 299: // TODO: post-load - line 301: ${cursor}// TODO: pre-persist - line 304: // TODO: post-persist - line 306: ${cursor}// TODO: pre-remove - line 309: // TODO: post-remove - line 311: ${cursor}// TODO: pre-update - line 314: // TODO: post-update - line 397: return ${cursor}null; // TODO: return list of choices for property - line 399: return ${cursor}null; // TODO: return default for property when first created - line 401: return ${cursor}null; // TODO: return reason why property is disabled, null if editable - line 403: return ${cursor}false; // TODO: return true if hidden, false if visible - line 432: return ${cursor}null; // TODO: return reason why proposed value is invalid, null if valid - line 464: ${cursor}// TODO: return reason why object is in invalid state (and so cannot be saved/updated), or null if ok content/setupguide/2.0.0-M5/eclipse/_attachments/isis-templates.xml (29 lines): - line 23: return ${cursor}null; // TODO: business logic here - line 28: return ${cursor}Collections.emptyList(); // TODO: return list of choices for argument N - line 30: return ${cursor}null; // TODO: return default for argument N - line 32: return ${cursor}null; // TODO: return reason why action disabled, null if enabled - line 34: return ${cursor}false; // TODO: return true if action is hidden, false if visible - line 36: return ${cursor}null; // TODO: return reason why action arguments are invalid, null if ok - line 109: return ${cursor}null; // TODO: return reason why collection read-only, null if editable - line 111: return ${cursor}false; // TODO: return true if hidden, false otherwise - line 160: return ${cursor}null; // TODO: return reason why argument cannot be added, null if ok to add - line 163: return null; // TODO: return reason why argument cannot be removed, null if ok to remove - line 180: ${cursor}// TODO: set up any properties - line 188: ${cursor}// TODO: set up any properties - line 197: return ${cursor}null; // TODO: return name of image file (without suffix) - line 200: ${cursor}// TODO: append to TitleBuffer, typically value properties - line 294: ${cursor}// TODO: post-create - line 296: ${cursor}// TODO: pre-load - line 299: // TODO: post-load - line 301: ${cursor}// TODO: pre-persist - line 304: // TODO: post-persist - line 306: ${cursor}// TODO: pre-remove - line 309: // TODO: post-remove - line 311: ${cursor}// TODO: pre-update - line 314: // TODO: post-update - line 397: return ${cursor}null; // TODO: return list of choices for property - line 399: return ${cursor}null; // TODO: return default for property when first created - line 401: return ${cursor}null; // TODO: return reason why property is disabled, null if editable - line 403: return ${cursor}false; // TODO: return true if hidden, false if visible - line 432: return ${cursor}null; // TODO: return reason why proposed value is invalid, null if valid - line 464: ${cursor}// TODO: return reason why object is in invalid state (and so cannot be saved/updated), or null if ok content/versions/1.13.0/guides/resources/appendices/dev-env/eclipse/isis-templates.xml (29 lines): - line 23: return ${cursor}null; // TODO: business logic here - line 28: return ${cursor}Collections.emptyList(); // TODO: return list of choices for argument N - line 30: return ${cursor}null; // TODO: return default for argument N - line 32: return ${cursor}null; // TODO: return reason why action disabled, null if enabled - line 34: return ${cursor}false; // TODO: return true if action is hidden, false if visible - line 36: return ${cursor}null; // TODO: return reason why action arguments are invalid, null if ok - line 109: return ${cursor}null; // TODO: return reason why collection read-only, null if editable - line 111: return ${cursor}false; // TODO: return true if hidden, false otherwise - line 160: return ${cursor}null; // TODO: return reason why argument cannot be added, null if ok to add - line 163: return null; // TODO: return reason why argument cannot be removed, null if ok to remove - line 180: ${cursor}// TODO: set up any properties - line 188: ${cursor}// TODO: set up any properties - line 197: return ${cursor}null; // TODO: return name of image file (without suffix) - line 200: ${cursor}// TODO: append to TitleBuffer, typically value properties - line 294: ${cursor}// TODO: post-create - line 296: ${cursor}// TODO: pre-load - line 299: // TODO: post-load - line 301: ${cursor}// TODO: pre-persist - line 304: // TODO: post-persist - line 306: ${cursor}// TODO: pre-remove - line 309: // TODO: post-remove - line 311: ${cursor}// TODO: pre-update - line 314: // TODO: post-update - line 397: return ${cursor}null; // TODO: return list of choices for property - line 399: return ${cursor}null; // TODO: return default for property when first created - line 401: return ${cursor}null; // TODO: return reason why property is disabled, null if editable - line 403: return ${cursor}false; // TODO: return true if hidden, false if visible - line 432: return ${cursor}null; // TODO: return reason why proposed value is invalid, null if valid - line 464: ${cursor}// TODO: return reason why object is in invalid state (and so cannot be saved/updated), or null if ok content/versions/1.13.2/guides/resources/appendices/dev-env/eclipse/isis-templates.xml (29 lines): - line 23: return ${cursor}null; // TODO: business logic here - line 28: return ${cursor}Collections.emptyList(); // TODO: return list of choices for argument N - line 30: return ${cursor}null; // TODO: return default for argument N - line 32: return ${cursor}null; // TODO: return reason why action disabled, null if enabled - line 34: return ${cursor}false; // TODO: return true if action is hidden, false if visible - line 36: return ${cursor}null; // TODO: return reason why action arguments are invalid, null if ok - line 109: return ${cursor}null; // TODO: return reason why collection read-only, null if editable - line 111: return ${cursor}false; // TODO: return true if hidden, false otherwise - line 160: return ${cursor}null; // TODO: return reason why argument cannot be added, null if ok to add - line 163: return null; // TODO: return reason why argument cannot be removed, null if ok to remove - line 180: ${cursor}// TODO: set up any properties - line 188: ${cursor}// TODO: set up any properties - line 197: return ${cursor}null; // TODO: return name of image file (without suffix) - line 200: ${cursor}// TODO: append to TitleBuffer, typically value properties - line 294: ${cursor}// TODO: post-create - line 296: ${cursor}// TODO: pre-load - line 299: // TODO: post-load - line 301: ${cursor}// TODO: pre-persist - line 304: // TODO: post-persist - line 306: ${cursor}// TODO: pre-remove - line 309: // TODO: post-remove - line 311: ${cursor}// TODO: pre-update - line 314: // TODO: post-update - line 397: return ${cursor}null; // TODO: return list of choices for property - line 399: return ${cursor}null; // TODO: return default for property when first created - line 401: return ${cursor}null; // TODO: return reason why property is disabled, null if editable - line 403: return ${cursor}false; // TODO: return true if hidden, false if visible - line 432: return ${cursor}null; // TODO: return reason why proposed value is invalid, null if valid - line 464: ${cursor}// TODO: return reason why object is in invalid state (and so cannot be saved/updated), or null if ok content/versions/1.12.0/resources/templates/isis-templates.xml (29 lines): - line 23: return ${cursor}null; // TODO: business logic here - line 28: return ${cursor}Collections.emptyList(); // TODO: return list of choices for argument N - line 30: return ${cursor}null; // TODO: return default for argument N - line 32: return ${cursor}null; // TODO: return reason why action disabled, null if enabled - line 34: return ${cursor}false; // TODO: return true if action is hidden, false if visible - line 36: return ${cursor}null; // TODO: return reason why action arguments are invalid, null if ok - line 109: return ${cursor}null; // TODO: return reason why collection read-only, null if editable - line 111: return ${cursor}false; // TODO: return true if hidden, false otherwise - line 160: return ${cursor}null; // TODO: return reason why argument cannot be added, null if ok to add - line 163: return null; // TODO: return reason why argument cannot be removed, null if ok to remove - line 180: ${cursor}// TODO: set up any properties - line 188: ${cursor}// TODO: set up any properties - line 197: return ${cursor}null; // TODO: return name of image file (without suffix) - line 200: ${cursor}// TODO: append to TitleBuffer, typically value properties - line 294: ${cursor}// TODO: post-create - line 296: ${cursor}// TODO: pre-load - line 299: // TODO: post-load - line 301: ${cursor}// TODO: pre-persist - line 304: // TODO: post-persist - line 306: ${cursor}// TODO: pre-remove - line 309: // TODO: post-remove - line 311: ${cursor}// TODO: pre-update - line 314: // TODO: post-update - line 397: return ${cursor}null; // TODO: return list of choices for property - line 399: return ${cursor}null; // TODO: return default for property when first created - line 401: return ${cursor}null; // TODO: return reason why property is disabled, null if editable - line 403: return ${cursor}false; // TODO: return true if hidden, false if visible - line 432: return ${cursor}null; // TODO: return reason why proposed value is invalid, null if valid - line 464: ${cursor}// TODO: return reason why object is in invalid state (and so cannot be saved/updated), or null if ok content/versions/1.11.1/resources/templates/isis-templates.xml (29 lines): - line 23: return ${cursor}null; // TODO: business logic here - line 28: return ${cursor}Collections.emptyList(); // TODO: return list of choices for argument N - line 30: return ${cursor}null; // TODO: return default for argument N - line 32: return ${cursor}null; // TODO: return reason why action disabled, null if enabled - line 34: return ${cursor}false; // TODO: return true if action is hidden, false if visible - line 36: return ${cursor}null; // TODO: return reason why action arguments are invalid, null if ok - line 109: return ${cursor}null; // TODO: return reason why collection read-only, null if editable - line 111: return ${cursor}false; // TODO: return true if hidden, false otherwise - line 160: return ${cursor}null; // TODO: return reason why argument cannot be added, null if ok to add - line 163: return null; // TODO: return reason why argument cannot be removed, null if ok to remove - line 180: ${cursor}// TODO: set up any properties - line 188: ${cursor}// TODO: set up any properties - line 197: return ${cursor}null; // TODO: return name of image file (without suffix) - line 200: ${cursor}// TODO: append to TitleBuffer, typically value properties - line 294: ${cursor}// TODO: post-create - line 296: ${cursor}// TODO: pre-load - line 299: // TODO: post-load - line 301: ${cursor}// TODO: pre-persist - line 304: // TODO: post-persist - line 306: ${cursor}// TODO: pre-remove - line 309: // TODO: post-remove - line 311: ${cursor}// TODO: pre-update - line 314: // TODO: post-update - line 397: return ${cursor}null; // TODO: return list of choices for property - line 399: return ${cursor}null; // TODO: return default for property when first created - line 401: return ${cursor}null; // TODO: return reason why property is disabled, null if editable - line 403: return ${cursor}false; // TODO: return true if hidden, false if visible - line 432: return ${cursor}null; // TODO: return reason why proposed value is invalid, null if valid - line 464: ${cursor}// TODO: return reason why object is in invalid state (and so cannot be saved/updated), or null if ok content/versions/1.15.0/guides/dg/resources/appendices/dev-env/eclipse/isis-templates.xml (29 lines): - line 23: return ${cursor}null; // TODO: business logic here - line 28: return ${cursor}Collections.emptyList(); // TODO: return list of choices for argument N - line 30: return ${cursor}null; // TODO: return default for argument N - line 32: return ${cursor}null; // TODO: return reason why action disabled, null if enabled - line 34: return ${cursor}false; // TODO: return true if action is hidden, false if visible - line 36: return ${cursor}null; // TODO: return reason why action arguments are invalid, null if ok - line 109: return ${cursor}null; // TODO: return reason why collection read-only, null if editable - line 111: return ${cursor}false; // TODO: return true if hidden, false otherwise - line 160: return ${cursor}null; // TODO: return reason why argument cannot be added, null if ok to add - line 163: return null; // TODO: return reason why argument cannot be removed, null if ok to remove - line 180: ${cursor}// TODO: set up any properties - line 188: ${cursor}// TODO: set up any properties - line 197: return ${cursor}null; // TODO: return name of image file (without suffix) - line 200: ${cursor}// TODO: append to TitleBuffer, typically value properties - line 294: ${cursor}// TODO: post-create - line 296: ${cursor}// TODO: pre-load - line 299: // TODO: post-load - line 301: ${cursor}// TODO: pre-persist - line 304: // TODO: post-persist - line 306: ${cursor}// TODO: pre-remove - line 309: // TODO: post-remove - line 311: ${cursor}// TODO: pre-update - line 314: // TODO: post-update - line 397: return ${cursor}null; // TODO: return list of choices for property - line 399: return ${cursor}null; // TODO: return default for property when first created - line 401: return ${cursor}null; // TODO: return reason why property is disabled, null if editable - line 403: return ${cursor}false; // TODO: return true if hidden, false if visible - line 432: return ${cursor}null; // TODO: return reason why proposed value is invalid, null if valid - line 464: ${cursor}// TODO: return reason why object is in invalid state (and so cannot be saved/updated), or null if ok content/versions/1.11.0/resources/templates/isis-template-idea.xml (20 lines): - line 2: