Method DetailInternalPalStoreInvite addOwnerAffiliateInvite(int available) Adds a new affiliate invitation. Available must be greater than 0.
Parameters:
Returns: InternalPalStoreInvite Since: 05-18-2010 InternalPalStoreInvite addOwnerResellerInvite(int available) Adds a new reseller invitation. Available must be greater than 0.
Parameters:
Returns: InternalPalStoreInvite Since: 05-18-2010 approve() Approves this item. Since: 08-11-2009 deleteInvite(String inviteId) Deletes the specified invitation.
Parameters:
Since: 09-14-2009 disable() Disables this item- making it no longer visible from the store. Since: 09-02-2009 enable() Approves this item. Since: 09-02-2009 String getAudience() Returns the intended audience. Returns: String Since: 07-14-2009 Data getData() Returns information on this PalStoreItem as a Data object. Returns: Data Since: 07-14-2009 SystemDataView getEnterpriseInstallations() Returns a SystemDataView that can be used for accessing enterprise installations for this item. Returns: SystemDataView DataList Name: EnterpriseInstallations
Since: 03-23-2015 InternalKeyFeatures getFeatures() Returns the feature information. Returns: InternalKeyFeatures Since: 05-18-2010 int getInstallCount() Returns the number of installs of this store item. Returns: int Since: 07-14-2009 String getInstallType() Returns the installation type. Returns: String Since: 07-14-2009 String getInstallWorkflow() Returns the intended audience. Returns: String Since: 07-14-2009 SystemDataView getInvitations() Returns a SystemDataView that can be used for accessing invitations for this item. Returns: SystemDataView DataList Name: Invites
Since: 09-14-2009 InternalPalStoreInvite getInvite(String inviteCode) Returns the specified Invite
Parameters:
Returns: InternalPalStoreInvite Since: 09-14-2009 PalInfo getPalInfo() Returns the activation key requirements for this item. Returns: PalInfo Since: 09-25-2009 InternalKeyPricing getPricing() Returns the pricing information. Returns: InternalKeyPricing Since: 05-18-2010 String getStoreId() Returns the store id. Returns: String Since: 09-02-2009 int getTrialPeriod() Returns the trial period in days. 0 means no trial period. Returns: int Since: 07-14-2009 String getUpgradeType() Returns the upgrade type. Returns: String Since: 07-14-2009 String getVersion() Returns the current version of this store item, which may not be the same version as the underlying Pal. Returns: String Since: 06-28-2011 InternalZone getZone() Returns the zone information (read-only). Returns: InternalZone Since: 11-11-2010 boolean hasInstall(String profileId) Returns true if the active user's enterprise has an install of this store.
Parameters:
Returns: boolean Since: 07-14-2009 boolean hasSubscription(String profileId) Returns true if the active user has a subscription to the given store for the specified profile.
Parameters:
Returns: boolean Since: 07-14-2009 boolean hasTransactionAccess(String profileId) Returns true if the active user's enterprise has an install of the given store and the user has transaction access.
Parameters:
Returns: boolean Since: 07-14-2009 boolean isAutomaticUpgrade() Returns true if the upgrade type is automatic. Returns: boolean Since: 10-15-2009 boolean isComplete() Returns true if the install type is complete. Returns: boolean Since: 10-08-2009 boolean isEnterprise() Returns true if the intended audience is enterprise. Returns: boolean Since: 07-14-2009 boolean isFeatured() Returns true if the store item is featured. Returns: boolean Since: 07-07-2010 boolean isLinked() Returns true if the install type is linked. Returns: boolean Since: 10-15-2009 boolean isManualUpgrade() Returns true if the upgrade type is manual. Returns: boolean Since: 10-15-2009 boolean isPersonal() Returns true if the intended audience is personal. Returns: boolean Since: 07-14-2009 boolean isPrivateInvite() Returns true the store item is private invitation. Returns: boolean Since: 07-14-2009 boolean isRepository() Returns true if the install type is repository. Returns: boolean Since: 10-08-2009 boolean isSubscription() Returns true if the install type is subscription. Returns: boolean Since: 10-15-2009 boolean isVersioned() Returns true if the Pal is versioned. Returns: boolean Since: 07-14-2009 reject() Rejects this item. Since: 08-11-2009 boolean setFeatured(boolean featured) Sets or removed featured status. To be featured, a store item must be public (not private invite).
Parameters:
Returns: boolean Since: 07-07-2010 String toString() Returns a description of this object. Returns: String Since: 07-14-2009 |
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. | API Date: Nov 18, 2024 01:04 PM |