Class PersistencePackageRequest

java.lang.Object
org.broadleafcommerce.openadmin.server.domain.PersistencePackageRequest

public class PersistencePackageRequest extends Object
A DTO class used to seed a persistence package.
Author:
Andre Azzolini (apazzolini)
  • Field Details

    • type

    • ceilingEntityClassname

      protected String ceilingEntityClassname
    • securityCeilingEntityClassname

      protected String securityCeilingEntityClassname
    • configKey

      protected String configKey
    • adornedList

      protected AdornedTargetList adornedList
    • mapStructure

      protected MapStructure mapStructure
    • entity

      protected Entity entity
    • foreignKey

      protected ForeignKey foreignKey
    • startIndex

      protected Integer startIndex
    • maxIndex

      protected Integer maxIndex
    • maxResults

      protected Integer maxResults
    • lastId

      protected Long lastId
    • firstId

      protected Long firstId
    • upperCount

      protected Integer upperCount
    • lowerCount

      protected Integer lowerCount
    • pageSize

      protected Integer pageSize
    • presentationFetch

      protected Boolean presentationFetch
    • sectionCrumbs

      protected SectionCrumb[] sectionCrumbs
    • sectionEntityField

      protected String sectionEntityField
    • requestingEntityName

      protected String requestingEntityName
    • msg

      protected String msg
    • subRequests

      protected Map<String,PersistencePackageRequest> subRequests
    • validateUnsubmittedProperties

      protected boolean validateUnsubmittedProperties
    • isUpdateLookupType

      protected boolean isUpdateLookupType
    • isTreeCollection

      protected boolean isTreeCollection
    • isAddOperationInspect

      protected boolean isAddOperationInspect
    • isFolderedLookup

      protected boolean isFolderedLookup
    • folderId

      protected Long folderId
    • operationTypesOverride

      protected OperationTypes operationTypesOverride
    • additionalForeignKeys

      protected List<ForeignKey> additionalForeignKeys
    • customCriteria

      protected List<String> customCriteria
    • filterAndSortCriteria

      protected List<FilterAndSortCriteria> filterAndSortCriteria
  • Constructor Details

    • PersistencePackageRequest

      public PersistencePackageRequest()
    • PersistencePackageRequest

      public PersistencePackageRequest(PersistencePackageRequest.Type type)
  • Method Details