com.ibm.commerce.catalog.objects

Class CatalogAccessBean

  • java.lang.Object
    • com.ibm.commerce.persistence.AbstractJpaEntityAccessBean
      • com.ibm.commerce.catalog.objects.CatalogAccessBean
    • Field Detail

    • Constructor Detail

      • CatalogAccessBean

        public CatalogAccessBean()
      • CatalogAccessBean

        public CatalogAccessBean(com.ibm.commerce.catalog.objects.Catalog entity)
      • CatalogAccessBean

        public CatalogAccessBean(java.lang.Long catalogReferenceNumber)
      • CatalogAccessBean

        public CatalogAccessBean(java.lang.Long memberId,
                                 java.lang.String identifier)
    • Method Detail

      • setInitKey_catalogReferenceNumber

        public void setInitKey_catalogReferenceNumber(java.lang.String catalogReferenceNumber)
      • setInitKey_catalogReferenceNumber

        public void setInitKey_catalogReferenceNumber(java.lang.Long catalogReferenceNumber)
      • findByMemberIdAndCatalogIdentifier

        public CatalogAccessBean findByMemberIdAndCatalogIdentifier(java.lang.Long memberId,
                                                                    java.lang.String identifier)
      • findByMemberIdAndCatalogIdentifierNoCache

        public CatalogAccessBean findByMemberIdAndCatalogIdentifierNoCache(java.lang.Long memberId,
                                                                           java.lang.String identifier)
      • findByKeyAndStore

        public CatalogAccessBean findByKeyAndStore(java.lang.Long catalogId,
                                                   java.lang.Integer storeId)
      • findByKeyAndStoreNoCache

        public CatalogAccessBean findByKeyAndStoreNoCache(java.lang.Long catalogId,
                                                          java.lang.Integer storeId)
      • findMasterCatalogByStoreId

        public java.util.Enumeration findMasterCatalogByStoreId(java.lang.Integer storeId)
      • findMasterCatalogByStoreIdNoCache

        public java.util.Enumeration findMasterCatalogByStoreIdNoCache(java.lang.Integer storeId)
      • findByStoreId

        public java.util.Enumeration findByStoreId(java.lang.Integer storeId)
      • findByStoreIdNoCache

        public java.util.Enumeration findByStoreIdNoCache(java.lang.Integer storeId)
      • findByCatalogIdentifierAndStore

        public CatalogAccessBean findByCatalogIdentifierAndStore(java.lang.String astrIdentifier,
                                                                 java.lang.Integer anStoreId)
      • findByCatalogIdentifierAndStoreNoCache

        public CatalogAccessBean findByCatalogIdentifierAndStoreNoCache(java.lang.String astrIdentifier,
                                                                        java.lang.Integer anStoreId)
      • setIdentifier

        public void setIdentifier(java.lang.String identifier)
      • getIdentifier

        public java.lang.String getIdentifier()
      • setTPCLevel

        public void setTPCLevel(java.lang.Integer TPCLevel)
      • getTPCLevelInEntityType

        public java.lang.Integer getTPCLevelInEntityType()
      • setTPCLevel

        public void setTPCLevel(java.lang.String TPCLevel)
      • getTPCLevel

        public java.lang.String getTPCLevel()
      • getLanguage_idInEntityType

        public java.lang.Integer getLanguage_idInEntityType()
      • getLanguage_id

        public java.lang.String getLanguage_id()
      • getCatalogReferenceNumberInEntityType

        public java.lang.Long getCatalogReferenceNumberInEntityType()
      • getCatalogReferenceNumber

        public java.lang.String getCatalogReferenceNumber()
      • setDescriptions

        public void setDescriptions(java.lang.String description)
      • getDescriptions

        public java.lang.String getDescriptions()
      • setMemberId

        public void setMemberId(java.lang.Long memberId)
      • getMemberIdInEntityType

        public java.lang.Long getMemberIdInEntityType()
      • setMemberId

        public void setMemberId(java.lang.String memberId)
      • getMemberId

        public java.lang.String getMemberId()
      • getDescriptionNoCache

        public CatalogDescriptionAccessBean getDescriptionNoCache(java.lang.Integer anLanguageId,
                                                                  java.lang.Integer anStoreId)
      • isCatalogInStore

        public boolean isCatalogInStore(java.lang.Integer anStoreId)
      • getEntitledCatalogGroups

        public CatalogGroupAccessBean[] getEntitledCatalogGroups(java.lang.Long[] arProductSetExclusionList)
      • getCatalogGroupsByStore

        public CatalogGroupAccessBean[] getCatalogGroupsByStore(java.lang.Integer anStoreId)
      • getEntitledCatalogGroupsByStore

        public CatalogGroupAccessBean[] getEntitledCatalogGroupsByStore(java.lang.Integer anStoreId,
                                                                        java.lang.Long[] arProductSetExclusionList)
      • getEntitledCatalogGroupsByStore

        public CatalogGroupAccessBean[] getEntitledCatalogGroupsByStore(java.lang.Integer anStoreId,
                                                                        java.util.Vector[] arvecProductSetInclusionList,
                                                                        java.util.Vector[] arvecProductSetExclusionList)
      • fulfills

        public boolean fulfills(java.lang.Long member,
                                java.lang.String relationship)
                         throws java.lang.Exception
        Description copied from interface: Protectable
        Determines if a given member fulfills a given relationship with the resource.
        Specified by:
        fulfills in interface Protectable
        Parameters:
        member - The member ID of the member.
        relationship - The relationship the member has with respect to the resource.
        Returns:
        true if the member fulfills the relationship with the resource
        Throws:
        java.lang.Exception
      • getOwner

        public java.lang.Long getOwner()
                                throws java.lang.Exception
        Description copied from interface: Protectable
        Returns the member ID of the owner.
        Specified by:
        getOwner in interface Protectable
        Returns:
        The member ID of the owner
        Throws:
        java.lang.Exception
      • instantiateEntity

        public void instantiateEntity()
        Specified by:
        instantiateEntity in class com.ibm.commerce.persistence.AbstractJpaEntityAccessBean
      • getEntity

        public com.ibm.commerce.catalog.objects.Catalog getEntity()
        Overrides:
        getEntity in class com.ibm.commerce.persistence.AbstractJpaEntityAccessBean